From 217eb1f91367f9249a3f10804a101152aaedbc0d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 26 Nov 2020 22:49:37 +0100 Subject: [PATCH] fix uri query --- SUMMARY.md | 80 +++++++++++++++++++++++++++--------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 9b36334..a564a71 100644 --- a/SUMMARY.md +++ b/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 Inspections & Tests]({%}&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 Inspections & Tests]({%}?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) \ No newline at end of file +* [Encoding]({%}?page=services/encoding) +* [Encryption]({%}?page=services/encryption) \ No newline at end of file