Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 878 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 878 Bytes

Hylé developer hub

This repository contains the source of the Hylé Developer Hub.

You can participate by filing issues or submitting pull requests.

Installation

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

Also install:

pip install mkdocs-video
pip install "mkdocs-material[imaging]"
pip install neoteroi-mkdocs

Dev mode

This will watch and serve the docs at http://localhost:8000:

make serve

Build & Deployment

make build
make deploy # You need github write access