File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -30,21 +30,19 @@ plugins:
30
30
nav :
31
31
- ' Home ' : ' index.md'
32
32
- ' 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.
37
34
- ' Template context ' : ' guides/defining-template-context.md'
38
35
- ' Overriding tags ' : ' guides/overriding-template-tags.md'
39
- - ' Customizing rendering ' : ' guides/customizing-template-rendering.md'
40
36
- ' 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'
42
41
- ' Recipes ' :
43
42
- ' Inclusion tags ' : ' recipes/inclusion-tags.md'
44
43
- ' Looping for tags ' : ' recipes/looping-for-tags.md'
45
44
- ' Image include ' : ' recipes/image-include.md'
46
45
- ' Image lazyload ' : ' recipes/image-lazyload.md'
47
- - ' Multiple variants ' : ' recipes/multiple-variants.md'
48
46
- ' Reference ' :
49
47
- ' API and settings ' : ' reference/api.md'
50
48
- ' Concepts ' : ' reference/concepts.md'
You can’t perform that action at this time.
0 commit comments