MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. More info: https://www.mkdocs.org/
- Follow the steps of Manual Installation. Expected result: command
mkdocs --version
prints the version. - Run:
pip install mkdocs-awesome-pages-plugin
pip install mkdocs-git-revision-date-localized-plugin
pip install mkdocs-material
pip install mkdocs-minify-plugin
pip install mkdocs-redirects
pip install pymdown-extensions
- Run:
mkdocs serve
Troubleshooting In case the new changes are not rendered, try shutting down the server (Ctrl+c) and starting again.