How to get a nice home page like mkdocs-material? #7928
Replies: 1 comment
-
Nevermind, the answer is here: #1996 |
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.
-
Hi, I'm wondering how do I configure my docs so that the home page has a nice single-page intro like that of https://squidfunk.github.io/mkdocs-material/, but also is able to link and continue to the rest of the mkdocs links?
Basically how do I replicate this:

Thanks!
I did find that mkdocs.yml points home to index.md, and that
index.md
points to home.html. However I don't understand what's going on inhome.html
, because the HTML code doesn't look like it matches all of the content on the mkdocs-material home page.Beta Was this translation helpful? Give feedback.
All reactions