Replies: 3 comments 1 reply
-
This question is not specific to Material for MkDocs. You should ask your question on the MkDocs discussion board. |
Beta Was this translation helpful? Give feedback.
-
@flywire - any reason you're not changing the site to root on github? |
Beta Was this translation helpful? Give feedback.
-
Trying to install as described in docs, possibly didn't wait long enough before changing GitHub Pages Source. mkdocs-material docs leave out a lot of confusing detail but it would be clearer for checking with a Note: Default install to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can the site be rendered directly from
/docs
with mkdocs-material theme?mkdocs gh-deploy --force
createsuser.github.io/repo/site
butuser.github.io/repo
rendersuser.github.io/repo/docs/index.md
without mkdocs-material theme (ie vanilla mkdocs).If source is set to root
user.github.io/repo/site/index.html
renders with mkdocs-material theme.Using minimal deploy:
Beta Was this translation helpful? Give feedback.
All reactions