Welcome to MkDocs
For full documentation visit mkdocs.org.
Installation
- Create a new folder for the project
- run these commands
Commands
mkdocs new [dir-name]- Create a new project.mkdocs serve- Start the live-reloading docs server.mkdocs build- Build the documentation site.mkdocs -h- Print help message and exit.mkdocs serve- Start the server.mkdocs serve --livereload-- Recommended for development.
For Local Build
To run python file like build_nav.py run it as python build_nav.py
then mkdocs build --clean
then mkdocs serve