Reposition routing docs

This commit is contained in:
Joannis Orlandos 2017-09-28 16:08:09 +02:00
parent 4d037f8486
commit ca841b8559
1 changed files with 6 additions and 7 deletions

View File

@ -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'