Build and preview documentation with mkdocs
masterTo manage the project documentation, install mkdocs and use the serve command to preview locally or build to generate static files.
- Install mkdocs:
pip install mkdocs - Preview documentation:
mkdocs serve(runs athttp://127.0.0.1:8000/) - Build documentation:
mkdocs build
$ pip install mkdocs
$ mkdocs serve
$ mkdocs build