This repo contains the documentation for the Syclops project.
To build the documentation, you need to install Material for MKDocs.
pip install mkdocs-material
pip install mkdocs-glightboxTo serve the documentation locally, run the following command:
mkdocs serveTo build the documentation, run the following command:
mkdocs build