Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 390 Bytes

File metadata and controls

12 lines (8 loc) · 390 Bytes

Instructions for building this documentation

Locally

  • 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

Deployment

  • Merge a PR, deployment is automatic via GHA