Skip to content

Commit bb1f3ef

Browse files
committed
tags_file is deprecated (https://squidfunk.github.io/mkdocs-material/plugins/tags/?h=tags+file#config.tags_file). Unnecessary; removing it resolves a warning during the build.
1 parent 7645301 commit bb1f3ef

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

mkdocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ plugins:
2727
pagination_per_page: 3
2828
# more blog parameters here:
2929
# https://squidfunk.github.io/mkdocs-material/plugins/blog/
30-
- tags:
31-
tags_file: tags.md
32-
30+
- tags
3331

3432
nav:
3533
- Home: index.md
@@ -46,4 +44,5 @@ markdown_extensions:
4644
- attr_list # This lets us specify image dimensions, etc.
4745

4846
extra_css:
49-
- stylesheets/extra.css
47+
- stylesheets/extra.css
48+

0 commit comments

Comments
 (0)