mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 12:28:41 +00:00
link fixes
This commit is contained in:
parent
d90f037dc2
commit
ec49a1be58
80
SUMMARY.md
80
SUMMARY.md
|
|
@ -1,58 +1,58 @@
|
|||
# General
|
||||
* [Introduction]({%}?page=README)
|
||||
* [Setup]({%}?page=general/setup)
|
||||
* [Application Structure]({%}?page=general/structure)
|
||||
* [Introduction]({%}&page=README)
|
||||
* [Setup]({%}&page=general/setup)
|
||||
* [Application Structure]({%}&page=general/structure)
|
||||
|
||||
## Quality & Standards
|
||||
* [Code Inspection]({%}?page=quality/inspections)
|
||||
* [Documentation Standards]({%}?page=standards/documentation)
|
||||
* [General Code Standards]({%}?page=standards/general)
|
||||
* [Security Standards]({%}?page=security/security_guidelines)
|
||||
* [Html Coding Standards]({%}?page=standards/html)
|
||||
* [Php Coding Standards]({%}?page=standards/php)
|
||||
* [Code Inspection]({%}&page=quality/inspections)
|
||||
* [Documentation Standards]({%}&page=standards/documentation)
|
||||
* [General Code Standards]({%}&page=standards/general)
|
||||
* [Security Standards]({%}&page=security/security_guidelines)
|
||||
* [Html Coding Standards]({%}&page=standards/html)
|
||||
* [Php Coding Standards]({%}&page=standards/php)
|
||||
|
||||
## Examples
|
||||
* [Application Sample]({%}?page=example_app/app)
|
||||
* [Modules]({%}?page=example_module/module)
|
||||
* [Packages]({%}?page=example_module/packages)
|
||||
* [Application Sample]({%}&page=example_app/app)
|
||||
* [Modules]({%}&page=example_module/module)
|
||||
* [Packages]({%}&page=example_module/packages)
|
||||
|
||||
## API
|
||||
### Message
|
||||
* [Uri]({%}?page=services/uri)
|
||||
* [Requests]({%}?page=basics/requests)
|
||||
* [Responses]({%}?page=basics/responses)
|
||||
* [Mail]({%}?page=services/mail)
|
||||
* [Uri]({%}&page=services/uri)
|
||||
* [Requests]({%}&page=basics/requests)
|
||||
* [Responses]({%}&page=basics/responses)
|
||||
* [Mail]({%}&page=services/mail)
|
||||
|
||||
### DataStorage
|
||||
* [LocalStorage]({%}?page=datastorage/localstorage)
|
||||
* [Database Connection]({%}?page=datastorage/database/connection)
|
||||
* [DataMapper]({%}?page=datastorage/database/datamapper)
|
||||
* [Queries]({%}?page=datastorage/database/queries)
|
||||
* [Cache]({%}?page=datastorage/cache)
|
||||
* [Session]({%}?page=datastorage/session)
|
||||
* [Cookie]({%}?page=datastorage/cookie)
|
||||
* [LocalStorage]({%}&page=datastorage/localstorage)
|
||||
* [Database Connection]({%}&page=datastorage/database/connection)
|
||||
* [DataMapper]({%}&page=datastorage/database/datamapper)
|
||||
* [Queries]({%}&page=datastorage/database/queries)
|
||||
* [Cache]({%}&page=datastorage/cache)
|
||||
* [Session]({%}&page=datastorage/session)
|
||||
* [Cookie]({%}&page=datastorage/cookie)
|
||||
|
||||
### System
|
||||
* [Filesystem]({%}?page=services/filesystem)
|
||||
* [Events]({%}?page=services/events)
|
||||
* [Logging]({%}?page=services/logging)
|
||||
* [Tasks]({%}?page=services/tasks)
|
||||
* [Filesystem]({%}&page=services/filesystem)
|
||||
* [Events]({%}&page=services/events)
|
||||
* [Logging]({%}&page=services/logging)
|
||||
* [Tasks]({%}&page=services/tasks)
|
||||
|
||||
### StdLib
|
||||
* [Localization]({%}?page=services/localization)
|
||||
* [Money]({%}?page=services/money)
|
||||
* [Queues]({%}?page=services/queues)
|
||||
* [Collection]({%}?page=services/collection)
|
||||
* [Localization]({%}&page=services/localization)
|
||||
* [Money]({%}&page=services/money)
|
||||
* [Queues]({%}&page=services/queues)
|
||||
* [Collection]({%}&page=services/collection)
|
||||
|
||||
### UI
|
||||
* [Styles and Layout]({%}?page=frontend/styles_and_layout)
|
||||
* [Charting]({%}?page=services/charting)
|
||||
* [Codes]({%}?page=services/codes)
|
||||
* [Routing]({%}?page=basics/routing)
|
||||
* [Dispatching]({%}?page=basics/dispatching)
|
||||
* [Views]({%}?page=basics/views)
|
||||
* [Validation]({%}?page=services/validation)
|
||||
* [Styles and Layout]({%}&page=frontend/styles_and_layout)
|
||||
* [Charting]({%}&page=services/charting)
|
||||
* [Codes]({%}&page=services/codes)
|
||||
* [Routing]({%}&page=basics/routing)
|
||||
* [Dispatching]({%}&page=basics/dispatching)
|
||||
* [Views]({%}&page=basics/views)
|
||||
* [Validation]({%}&page=services/validation)
|
||||
|
||||
### Security
|
||||
* [Encoding]({%}?page=services/encoding)
|
||||
* [Encryption]({%}?page=services/encryption)
|
||||
* [Encoding]({%}&page=services/encoding)
|
||||
* [Encryption]({%}&page=services/encryption)
|
||||
Loading…
Reference in New Issue
Block a user