How to setup a sandbox to play with mkdocs-material source? #7499
-
|
I'd like to make some changes to mkdocs, but the usual way doesn't seem to work. Then adds: Then git clone my fork of mkdocs-material-insiders.git /home/doe/mkdocs-material Normally I installed Where the commit is indeed my patch. However when I modify some templates they don't seem to be used. So it seems I am using the local version, but when I attempt to modify any of the I am missing something? Is there some additional commands to run? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Have you read our theme development guide? You're likely missing the build step. |
Beta Was this translation helpful? Give feedback.
Have you read our theme development guide? You're likely missing the build step.