From 608e8877219826c6b2545a7ddd657012a7401a09 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 21 Feb 2020 17:51:16 +0100 Subject: [PATCH] Restructure --- SUMMARY.md | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index ca1105b..6727d03 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -17,31 +17,42 @@ * [Packages]({%}?page=example_module/packages) ## API -* [Routing]({%}?page=basics/routing) -* [Dispatching]({%}?page=basics/dispatching) -* [Views]({%}?page=basics/views) +### Message +* [Uri]({%}?page=services/uri) * [Requests]({%}?page=basics/requests) * [Responses]({%}?page=basics/responses) -* [Cache]({%}?page=datastorage/cache) -* [Session]({%}?page=datastorage/session) -* [Cookie]({%}?page=datastorage/cookie) +* [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) -* [Styles and Layout]({%}?page=frontend/styles_and_layout) -* [Charting]({%}?page=services/charting) -* [Codes]({%}?page=services/codes) -* [Events]({%}?page=services/events) +* [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) -* [Mail]({%}?page=services/mail) -* [Encoding]({%}?page=services/encoding) -* [Encryption]({%}?page=services/encryption) + +### StdLib * [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) -* [Uri]({%}?page=services/uri) \ No newline at end of file + +### Security +* [Encoding]({%}?page=services/encoding) +* [Encryption]({%}?page=services/encryption) \ No newline at end of file