mirror of https://github.com/tiangolo/fastapi.git
📝 Add stub for deployment in docs
This commit is contained in:
parent
ca9a17d921
commit
3ed1d62281
|
|
@ -0,0 +1 @@
|
|||
Coming soon...
|
||||
|
|
@ -16,7 +16,9 @@ edit_uri: ""
|
|||
nav:
|
||||
- Introduction: 'index.md'
|
||||
- Features: 'features.md'
|
||||
- Tutorial: 'tutorial/index.md'
|
||||
- Tutorial: 'tutorial/index.md'
|
||||
- Concurrency and async / await: 'async.md'
|
||||
- Deployment: 'deployment.md'
|
||||
|
||||
|
||||
markdown_extensions:
|
||||
|
|
|
|||
Loading…
Reference in New Issue