mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-05 07:28:39 +00:00
improve structure
This commit is contained in:
parent
fe6bc2632d
commit
d2e9336d97
21
SUMMARY.md
21
SUMMARY.md
|
|
@ -17,31 +17,44 @@
|
||||||
* [Packages]({%}?page=example_module/packages)
|
* [Packages]({%}?page=example_module/packages)
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
### Application
|
||||||
* [Routing]({%}?page=basics/routing)
|
* [Routing]({%}?page=basics/routing)
|
||||||
* [Dispatching]({%}?page=basics/dispatching)
|
* [Dispatching]({%}?page=basics/dispatching)
|
||||||
|
* [Localization]({%}?page=services/localization)
|
||||||
* [Views]({%}?page=basics/views)
|
* [Views]({%}?page=basics/views)
|
||||||
|
|
||||||
|
### Messaging
|
||||||
* [Requests]({%}?page=basics/requests)
|
* [Requests]({%}?page=basics/requests)
|
||||||
* [Responses]({%}?page=basics/responses)
|
* [Responses]({%}?page=basics/responses)
|
||||||
|
* [Mail]({%}?page=services/mail)
|
||||||
|
* [Uri]({%}?page=services/uri)
|
||||||
|
|
||||||
|
### DataStorage
|
||||||
* [Cache]({%}?page=datastorage/cache)
|
* [Cache]({%}?page=datastorage/cache)
|
||||||
* [Session]({%}?page=datastorage/session)
|
* [Session]({%}?page=datastorage/session)
|
||||||
* [Cookie]({%}?page=datastorage/cookie)
|
* [Cookie]({%}?page=datastorage/cookie)
|
||||||
* [LocalStorage]({%}?page=datastorage/localstorage)
|
* [LocalStorage]({%}?page=datastorage/localstorage)
|
||||||
|
* [Filesystem]({%}?page=services/filesystem)
|
||||||
* [Database Connection]({%}?page=datastorage/database/connection)
|
* [Database Connection]({%}?page=datastorage/database/connection)
|
||||||
* [DataMapper]({%}?page=datastorage/database/datamapper)
|
* [DataMapper]({%}?page=datastorage/database/datamapper)
|
||||||
* [Queries]({%}?page=datastorage/database/queries)
|
* [Queries]({%}?page=datastorage/database/queries)
|
||||||
|
|
||||||
|
### UI
|
||||||
* [Styles and Layout]({%}?page=frontend/styles_and_layout)
|
* [Styles and Layout]({%}?page=frontend/styles_and_layout)
|
||||||
* [Charting]({%}?page=services/charting)
|
* [Charting]({%}?page=services/charting)
|
||||||
* [Codes]({%}?page=services/codes)
|
* [Codes]({%}?page=services/codes)
|
||||||
* [Events]({%}?page=services/events)
|
* [Events]({%}?page=services/events)
|
||||||
* [Filesystem]({%}?page=services/filesystem)
|
|
||||||
* [Logging]({%}?page=services/logging)
|
* [Logging]({%}?page=services/logging)
|
||||||
* [Tasks]({%}?page=services/tasks)
|
* [Tasks]({%}?page=services/tasks)
|
||||||
* [Mail]({%}?page=services/mail)
|
|
||||||
|
### Security
|
||||||
* [Encoding]({%}?page=services/encoding)
|
* [Encoding]({%}?page=services/encoding)
|
||||||
* [Encryption]({%}?page=services/encryption)
|
* [Encryption]({%}?page=services/encryption)
|
||||||
* [Localization]({%}?page=services/localization)
|
|
||||||
|
### Datatypes
|
||||||
* [Money]({%}?page=services/money)
|
* [Money]({%}?page=services/money)
|
||||||
* [Queues]({%}?page=services/queues)
|
* [Queues]({%}?page=services/queues)
|
||||||
* [Collection]({%}?page=services/collection)
|
* [Collection]({%}?page=services/collection)
|
||||||
|
|
||||||
|
### Misc.
|
||||||
* [Validation]({%}?page=services/validation)
|
* [Validation]({%}?page=services/validation)
|
||||||
* [Uri]({%}?page=services/uri)
|
|
||||||
Loading…
Reference in New Issue
Block a user