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 e5c3ccd commit 943f8e9Copy full SHA for 943f8e9
mkdocs.yml
@@ -108,6 +108,11 @@ plugins:
108
# ignore_page_pattern: index.md
109
# remove_navigation_page_pattern: index.md
110
# template_dir_path: custom_template
111
+
112
+ - exclude:
113
+ glob:
114
+ - tableofcontent.md
115
116
# - git-revision-date-localized:
117
# enable_creation_date: true
118
mkdocs_requirements.txt
@@ -1,6 +1,7 @@
1
mkdocs==1.6.1
2
mkdocs-static-i18n==1.3.0
3
mkdocs-toc-md==0.0.9
4
+mkdocs-exclude==1.0.2
5
mkdocs-material==9.6.11
6
mkdocs-callouts==1.16.0
7
mkdocs-git-revision-date-localized-plugin==1.4.5
0 commit comments