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