Project Frontend Website generated with mkdocs.
The project is built by github pages on merge with main, you should only be making pull requests with markdown (*.md) files!
Reference for working with mkdocs
Reference for working with mkdocs-material
- Python
- Pip
# Install mkdocs
pip install mkdocs mkdocs-material# Development Serve
mkdocs serve
# Build Site in site/
mkdocs build