From 5997c4bae8e6a953e08c18e86a5efd943d55a2d8 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 11 Apr 2020 17:14:12 +0200 Subject: [PATCH] Bootstrapped tutorials section --- docs/tutorials/index.md | 6 ++++++ mkdocs.yml | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 docs/tutorials/index.md diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md new file mode 100644 index 000000000..59851b403 --- /dev/null +++ b/docs/tutorials/index.md @@ -0,0 +1,6 @@ +!!! warning + + Please add your tutorials here. This branch is a WIP, until we figured out + a good overall structure. See #1573 for details. Create a new page for + each tutorials and add it to `mkdocs.yml`. Discussion should take place in + the respective PRs. diff --git a/mkdocs.yml b/mkdocs.yml index 182cbcb92..53fa26800 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -139,6 +139,8 @@ nav: - Minification: plugins/minification.md - Revision date: plugins/revision-date.md - Awesome pages: plugins/awesome-pages.md + - Tutorials: + - Notice: tutorials/index.md - Releases: - Upgrading to 5.x: releases/5.md - Upgrading to 4.x: releases/4.md