📝 Add new tutorials to docs

This commit is contained in:
Sebastián Ramírez 2018-12-14 14:28:32 +04:00
parent 2b64dc699e
commit 39ccff7301
1 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,11 @@ edit_uri: ""
nav:
- Introduction: 'index.md'
- Features: 'features.md'
- Tutorial: 'tutorial/index.md'
- Tutorial:
- Tutorial Intro: 'tutorial/intro.md'
- First steps: 'tutorial/first-steps.md'
- Path Parameters: 'tutorial/path-params.md'
- Query Parameters: 'tutorial/query-params.md'
- Concurrency and async / await: 'async.md'
- Deployment: 'deployment.md'