]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Add new tutorials to docs
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 14 Dec 2018 10:28:32 +0000 (14:28 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 14 Dec 2018 10:28:32 +0000 (14:28 +0400)
mkdocs.yml

index 6aab9768293dc5ef38beb16f765ad4305fc4c4c0..1e4b9000a27566c83d43f030e2eccca8b55d42e7 100644 (file)
@@ -16,7 +16,11 @@ edit_uri: ""
 nav:
     - Introduction: 'index.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'
     - Deployment: 'deployment.md'