mirror of https://github.com/tiangolo/fastapi.git
📝 Add new tutorials to docs
This commit is contained in:
parent
2b64dc699e
commit
39ccff7301
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue