mkdocs
new
- New mkdocs projects with boilerplate config
mkdocs new my-project
serve
mkdocs serve
build
- Generate build into
./sitedirectory
mkdocs build
get-deps
- Infer the required python dependencies from the configuration file
mkdocs get-deps
gh-deploy
- Build and push it to the
gh-pagesbranch
mkdocs gh-deploy