We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb22ea8 commit 0a58965Copy full SHA for 0a58965
mkdocs.yml
@@ -155,6 +155,9 @@ plugins:
155
# - info
156
# Search is built in, but must be enabled when you add other plugins
157
- search
158
+ - exclude:
159
+ glob:
160
+ #- integrations/builtin/*
161
# https://squidfunk.github.io/mkdocs-material/reference/images/#lightbox
162
- glightbox:
163
touchNavigation: false
requirements.txt
@@ -1,2 +1,3 @@
1
+mkdocs-exclude==1.0.2
2
mkdocs-glightbox
3
mkdocs-macros-plugin==1.0.4
0 commit comments