Publish a "pre-configured" mkdocs-material
setup
#7009
Unanswered
mo-lukecarr
asked this question in
Q&A
Replies: 1 comment
-
Hi, this discussion here #6994 might help. For the question about the |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to effectively publish a pre-configured setup for
mkdocs-material
? That is, effectively a theme of the theme?My context is that, over time, I've managed to create a configuration of
mkdocs-material
(mkdocs.yml
and a collection of extra stylesheets/JS) that aligns with internal brand guidelines for my org. Is there a way that I can effectively package this so that my colleagues can install my package (rather thanmkdocs-material
directly) and get all of this theming out-of-the-box?Specific pain points that I imagine: if I'm providing a pre-configured
mkdocs.yml
, how would my colleagues bring their own configuration for MkDocs? Would their file override any values that I've defined?Beta Was this translation helpful? Give feedback.
All reactions