Open pairofdocs opened 3 years ago
Testing out a MkDocs rendering of the Design Rationale markdown https://github.com/D2Modders/D2-ReModded-Wiki/wiki/Design-rationale
mkdocs installation
pip install mkdocs mkdocs new wiki
pip install mkdocs
mkdocs new wiki
edit the markdown files
then mkdocs gh-deploy to push the markdown files to github's gh-pages for the Wiki repo https://d2modders.github.io/D2-ReModded-Wiki/
mkdocs gh-deploy
gh-pages
comparisons
the wiki markdown doesn't have a nice navigation panel on the left:
https://github.com/D2Modders/D2-ReModded-Wiki/wiki/Design-rationale
mkdocs on githubpages has a nice navigation panel!
https://d2modders.github.io/D2-ReModded-Wiki/design-rationale/
Some bells and whistles with themes https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes
Testing out a MkDocs rendering of the Design Rationale markdown https://github.com/D2Modders/D2-ReModded-Wiki/wiki/Design-rationale
mkdocs installation
pip install mkdocs
mkdocs new wiki
edit the markdown files
then
mkdocs gh-deploy
to push the markdown files to github'sgh-pages
for the Wiki repo https://d2modders.github.io/D2-ReModded-Wiki/comparisons
the wiki markdown doesn't have a nice navigation panel on the left:
https://github.com/D2Modders/D2-ReModded-Wiki/wiki/Design-rationale
mkdocs on githubpages has a nice navigation panel!
https://d2modders.github.io/D2-ReModded-Wiki/design-rationale/