MkDocs Commands¶
mkdocs new [dir-name]- Create a new projectmkdocs serve- Start the live-reloading docs servermkdocs build- Build the documentation sitemkdocs help- Print this help message
The Makefile in this repo provides make targets for these comands.