From bb1f3ef772759619414e60cc7075cc1b5aee6a20 Mon Sep 17 00:00:00 2001 From: "Norman Lorrain (lille)" Date: Mon, 23 Feb 2026 06:47:15 -0700 Subject: [PATCH] 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. --- mkdocs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3a3d3108..8b7947a1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -27,9 +27,7 @@ plugins: pagination_per_page: 3 # more blog parameters here: # https://squidfunk.github.io/mkdocs-material/plugins/blog/ - - tags: - tags_file: tags.md - + - tags nav: - Home: index.md @@ -46,4 +44,5 @@ markdown_extensions: - attr_list # This lets us specify image dimensions, etc. extra_css: - - stylesheets/extra.css \ No newline at end of file + - stylesheets/extra.css +