mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 21:16:45 +00:00
📝 Add new tutorials to docs
This commit is contained in:
parent
2b64dc699e
commit
39ccff7301
1 changed files with 5 additions and 1 deletions
|
|
@ -16,7 +16,11 @@ edit_uri: ""
|
||||||
nav:
|
nav:
|
||||||
- Introduction: 'index.md'
|
- Introduction: 'index.md'
|
||||||
- Features: 'features.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'
|
- Concurrency and async / await: 'async.md'
|
||||||
- Deployment: 'deployment.md'
|
- Deployment: 'deployment.md'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue