Skip to content

Commit 0695270

Browse files
authored
Merge pull request #19 from niclasheinz/master
docs(tags, using tags with icons): Remove obsolet option tags_file
2 parents 346681b + b11d2de commit 0695270

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

examples/tags-with-icons/mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ theme:
3939
# Plugins
4040
plugins:
4141
- search
42-
- tags:
43-
tags_file: demo/tags.md
42+
- tags
4443

4544
# Extra configuration
4645
extra:

examples/tags/mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ theme:
3434
# Plugins
3535
plugins:
3636
- search
37-
- tags:
38-
tags_file: demo/tags.md
39-
37+
- tags
38+
4039
# Markdown extensions
4140
markdown_extensions:
4241
- attr_list

0 commit comments

Comments
 (0)