The Project Rube website, built using MkDocs and the awesome material theme.
git clone
- Clone the project locally- Install the MkDocs dependencies
pip install mkdocs-material
mkdocs serve
- Start the live-reloading docs servermkdocs build
- Build the documentation site