Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
Update setting-up-tags.md
  • Loading branch information
squidfunk committed Nov 26, 2023
2 parents 544aa76 + d8847e0 commit 8143abe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/setup/setting-up-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,16 @@ Following is a list of relevant tags:
[TAGS]
```

Then in your `mkdocs.yml` file, add the following.

``` yaml
plugins:
- tags:
tags_file: tags.md
```

Note that the path to `tags.md` is relative to the `docs/` directory.

The `[TAGS]` marker specifies the position of the tags index, i.e. it is
replaced with the actual tags index when the page is rendered. You can include
arbitrary content before and after the marker:
Expand Down

0 comments on commit 8143abe

Please sign in to comment.