Replies: 1 comment
-
|
The cleanest way right now would probably be something like this: mkdir mike_scripts
ln -s /path/to/mkdocs-wrapper mike_scripts/mkdocs
PATH=$(pwd)/mike_scripts:$PATH mike deploy ...It'd be nice to be able to do something simpler, like
|
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.
-
Is it possible to configure
mikeso that it doesn't usemkdocsdirectly, but one can provide a custom name, e.g.,our-mkdocs-wrapper(that then callsmkdocs). It works by directly changing it inmkdocs_utils.py,but that's a hack, of course.Beta Was this translation helpful? Give feedback.
All reactions