]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Add stub for deployment in docs
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 13 Dec 2018 07:34:03 +0000 (11:34 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 13 Dec 2018 07:34:03 +0000 (11:34 +0400)
docs/deployment.md [new file with mode: 0644]
mkdocs.yml

diff --git a/docs/deployment.md b/docs/deployment.md
new file mode 100644 (file)
index 0000000..fdf702f
--- /dev/null
@@ -0,0 +1 @@
+Coming soon...
\ No newline at end of file
index 12e46252894f7a70d0c5b4c05ff88dd0b1ad024a..5339400e9b5e3133e38cb93a67f987c3faad5b0c 100644 (file)
@@ -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: