From d2e9336d97baf3b2a4ce4a0626120314e4a62a6f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 13 Feb 2020 23:42:11 +0100 Subject: [PATCH] improve structure --- SUMMARY.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index ca1105b..bc777a5 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -17,31 +17,44 @@ * [Packages]({%}?page=example_module/packages) ## API +### Application * [Routing]({%}?page=basics/routing) * [Dispatching]({%}?page=basics/dispatching) +* [Localization]({%}?page=services/localization) * [Views]({%}?page=basics/views) + +### Messaging * [Requests]({%}?page=basics/requests) * [Responses]({%}?page=basics/responses) +* [Mail]({%}?page=services/mail) +* [Uri]({%}?page=services/uri) + +### DataStorage * [Cache]({%}?page=datastorage/cache) * [Session]({%}?page=datastorage/session) * [Cookie]({%}?page=datastorage/cookie) * [LocalStorage]({%}?page=datastorage/localstorage) +* [Filesystem]({%}?page=services/filesystem) * [Database Connection]({%}?page=datastorage/database/connection) * [DataMapper]({%}?page=datastorage/database/datamapper) * [Queries]({%}?page=datastorage/database/queries) + +### UI * [Styles and Layout]({%}?page=frontend/styles_and_layout) * [Charting]({%}?page=services/charting) * [Codes]({%}?page=services/codes) * [Events]({%}?page=services/events) -* [Filesystem]({%}?page=services/filesystem) * [Logging]({%}?page=services/logging) * [Tasks]({%}?page=services/tasks) -* [Mail]({%}?page=services/mail) + +### Security * [Encoding]({%}?page=services/encoding) * [Encryption]({%}?page=services/encryption) -* [Localization]({%}?page=services/localization) + +### Datatypes * [Money]({%}?page=services/money) * [Queues]({%}?page=services/queues) * [Collection]({%}?page=services/collection) -* [Validation]({%}?page=services/validation) -* [Uri]({%}?page=services/uri) \ No newline at end of file + +### Misc. +* [Validation]({%}?page=services/validation) \ No newline at end of file