From ca841b8559c1f4fcd440b733fdda6d1f20a3577d Mon Sep 17 00:00:00 2001 From: Joannis Orlandos Date: Thu, 28 Sep 2017 16:08:09 +0200 Subject: [PATCH] Reposition routing docs --- 3.0/mkdocs.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/3.0/mkdocs.yml b/3.0/mkdocs.yml index 0683409c..f98abb76 100644 --- a/3.0/mkdocs.yml +++ b/3.0/mkdocs.yml @@ -25,6 +25,12 @@ pages: - 'Request': 'http/request.md' - 'Status codes': 'http/status.md' - 'URI': 'http/uri.md' +- Routing: + - 'Async': 'routing/async.md' + - 'Parameters': 'routing/parameters.md' + - 'Route': 'routing/route.md' + - 'Router': 'routing/router.md' + - 'Sync': 'routing/sync.md' - WebSocket: - 'WebSocket': 'websocket/websocket.md' - 'Client': 'websocket/client.md' @@ -32,13 +38,6 @@ pages: - 'Text': 'websocket/text-stream.md' - JWT: - 'Signed Tokens': 'jwt/jws.md' - - Routing: - - 'Index': 'routing/index.md' - - 'Async': 'routing/async.md' - - 'Sync': 'routing/sync.md' - - 'Parameters': 'routing/parameters.md' - - 'Router': 'routing/router.md' - - 'Route': 'routing/route.md' - Crypto: - 'Index': 'crypto/index.md' - 'Base64': 'crypto/base64.md'