We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f45bf commit d8847e0Copy full SHA for d8847e0
docs/setup/setting-up-tags.md
@@ -171,6 +171,16 @@ Following is a list of relevant tags:
171
[TAGS]
172
```
173
174
+Then in your `mkdocs.yml` file, add the following.
175
+
176
+``` yaml
177
+plugins:
178
+ - tags:
179
+ tags_file: tags.md
180
+```
181
182
+Note that the path to `tags.md` is relative to the `docs/` directory.
183
184
The `[TAGS]` marker specifies the position of the tags index, i.e. it is
185
replaced with the actual tags index when the page is rendered. You can include
186
arbitrary content before and after the marker:
0 commit comments