Replies: 1 comment 3 replies
-
Good question. At the moment I don't know any way to achieve exactly what the title asks. Maybe there should be a new event Other than that, maybe one way to achieve what you're asking is https://www.mkdocs.org/user-guide/configuration/#configuration-inheritance Also generally feels like maybe this shouldn't require writing a plugin, but hmm |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to for a plugin to patch config from mkdocs syntax plugin files? All attempts I've made so far have resulted in errors.
The use case here is sharing look&feel configuration between 100+ repos.
It seems that various steps in the flow are unexpectedly destructive. For example running
validate
twice will always fail.Eg:
If I fully reload a new config I get an error of the form:
Beta Was this translation helpful? Give feedback.
All reactions