FAQ#
Q: Where can I find all of the images built for the requirements?
A: Here.
Resources#
More on this to come.
- example of how to potentially automate mkdocs
Mkdocs Commands#
mkdocs new [dir-name]
- Create a new project.mkdocs serve
- Start the live-reloading docs server.mkdocs build
- Build the documentation site. (run in mkdocs project folder)mkdocs -h
- Print help message and exit.mkdocs gh-deploy
- deploy to GitHub pages