From: Sebastián Ramírez Date: Thu, 13 Dec 2018 07:34:03 +0000 (+0400) Subject: :memo: Add stub for deployment in docs X-Git-Tag: 0.1.11~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ed1d62281d86adad4b8505169079e148254fdfe;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Add stub for deployment in docs --- diff --git a/docs/deployment.md b/docs/deployment.md new file mode 100644 index 0000000000..fdf702fb0d --- /dev/null +++ b/docs/deployment.md @@ -0,0 +1 @@ +Coming soon... \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 12e4625289..5339400e9b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: