mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 05:26:45 +00:00
📝 Add stub for deployment in docs
This commit is contained in:
parent
ca9a17d921
commit
3ed1d62281
2 changed files with 4 additions and 1 deletions
1
docs/deployment.md
Normal file
1
docs/deployment.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Coming soon...
|
||||||
|
|
@ -17,6 +17,8 @@ nav:
|
||||||
- Introduction: 'index.md'
|
- Introduction: 'index.md'
|
||||||
- Features: 'features.md'
|
- Features: 'features.md'
|
||||||
- Tutorial: 'tutorial/index.md'
|
- Tutorial: 'tutorial/index.md'
|
||||||
|
- Concurrency and async / await: 'async.md'
|
||||||
|
- Deployment: 'deployment.md'
|
||||||
|
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue