From 39ccff730106285b5f66a9be09800c9bd6c225f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 14 Dec 2018 14:28:32 +0400 Subject: [PATCH] :memo: Add new tutorials to docs --- mkdocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6aab97682..1e4b9000a 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'