All pages are written in MarkDown (.md) located under the directory docs/ on Master branch.
pip install mkdocs-material
For full documentation visit mkdocs.org.
mkdocs new [dir-name]- Create a new project. (You don't need to use this for existing project)mkdocs serve- Start the live-reloading docs server. (You can use this to preview your changes at local)mkdocs build- Build the documentation site. (You don't need to do this, this repo's CI will build on push and update the GitHub Page)mkdocs -h- Print help message and exit.
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.