-
I'm trying to use the plugin that build-in, but I'm getting an error. command:
my snippet code plugins:
- optimize:
enabled: !ENV [CI, false]
- minify
- search my dependencies in poetry: mkdocs = "^1.5.2"
mkdocs-material = {extras = ["imaging"], version = "^9.3.1"}
mkdocs-minify-plugin = "^0.7.1"
pymdown-extensions = "^10.3" https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.enabled |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
I think what is going on is that |
Beta Was this translation helpful? Give feedback.
-
I was fighting to make |
Beta Was this translation helpful? Give feedback.
I think what is going on is that
optimize
is part of the insiders edition and you are using the public version.