- Clone the repository
- Install MKDocs tools:
pip3 install mkdocs;pip3 install pymdown-extensions;pip3 install mdx_truly_sane_lists - Instal MKDocs theme:
pip install git+https://github.com/duduct/skedgo-mkdocs-theme - Run locally:
mkdocs serve
- Merge a PR, deployment is automatic via GHA