Skip to content

Commit 57d82dc

Browse files
authored
Documentation (#7102)
1 parent 4001083 commit 57d82dc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: docs/setup/setting-up-a-blog.md

+13
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ plugins:
3232
- blog
3333
```
3434
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+
3548
For a list of all settings, please consult the [plugin documentation].
3649

3750
[plugin documentation]: ../plugins/blog.md

0 commit comments

Comments
 (0)