Skip to content

Commit 0df68d0

Browse files
committed
Reorganise docs back into Guides section
1 parent 65cac58 commit 0df68d0

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed
File renamed without changes.

mkdocs.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,19 @@ plugins:
3030
nav:
3131
- 'Home': 'index.md'
3232
- 'Getting started': 'getting-started.md'
33-
# Ideally these should be in a "Guides" section, however it’s not currently possible to
34-
# display those sections expanded by default.
35-
# See https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/.
36-
# Choose the order carefully from fundamental topics to advanced ones.
33+
# The most important guides are shown in the top-level navigation.
3734
- 'Template context': 'guides/defining-template-context.md'
3835
- 'Overriding tags': 'guides/overriding-template-tags.md'
39-
- 'Customizing rendering': 'guides/customizing-template-rendering.md'
4036
- 'Workflows that work': 'guides/workflows-that-work.md'
41-
- 'Reuse across projects': 'guides/reuse-across-projects.md'
37+
- 'Guides':
38+
- 'Customizing rendering': 'guides/customizing-template-rendering.md'
39+
- 'Multiple variants': 'recipes/multiple-variants.md'
40+
- 'Reuse across projects': 'guides/reuse-across-projects.md'
4241
- 'Recipes':
4342
- 'Inclusion tags': 'recipes/inclusion-tags.md'
4443
- 'Looping for tags': 'recipes/looping-for-tags.md'
4544
- 'Image include': 'recipes/image-include.md'
4645
- 'Image lazyload': 'recipes/image-lazyload.md'
47-
- 'Multiple variants': 'recipes/multiple-variants.md'
4846
- 'Reference':
4947
- 'API and settings': 'reference/api.md'
5048
- 'Concepts': 'reference/concepts.md'

0 commit comments

Comments
 (0)