From: Sebastián Ramírez Date: Fri, 14 Dec 2018 10:28:32 +0000 (+0400) Subject: :memo: Add new tutorials to docs X-Git-Tag: 0.1.11~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39ccff730106285b5f66a9be09800c9bd6c225f8;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Add new tutorials to docs --- diff --git a/mkdocs.yml b/mkdocs.yml index 6aab976829..1e4b9000a2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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'