We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4001083 commit 57d82dcCopy full SHA for 57d82dc
docs/setup/setting-up-a-blog.md
@@ -32,6 +32,19 @@ plugins:
32
- blog
33
```
34
35
+If you do not have a navigation (`nav`) definition in your `mkdocs.yml` then
36
+there is nothing else to do there as the blog plugin will add navigation
37
+automatically. If you do have a navigation defined then you need to add *the
38
+blog index page only* to it. You need not and should not add the individual
39
+blog posts. For example:
40
+
41
+```yaml
42
+nav:
43
+ - index.md
44
+ - Blog:
45
+ - blog/index.md
46
+```
47
48
For a list of all settings, please consult the [plugin documentation].
49
50
[plugin documentation]: ../plugins/blog.md
0 commit comments