This repository contains the source of the Hylé Developer Hub.
You can participate by filing issues or submitting pull requests.
To run, you need Material for MkDocs.
Follow their installation guide, then install the page plugin:
pip3 install mkdocs-awesome-pages-plugin
And if you run into any issue, install the Material theme for MkDocs:
pip install mkdocs-material
This will watch and serve the docs at http://localhost:8000:
make serve
make build
make deploy # You need github write access