This repository contains the GitHub Pages version of the exported Muxy ReadMe documentation.
python -m pip install -r requirements.txt
python scripts/migrate_readme_export.py
mkdocs servemkdocs build --strictThe GitHub Actions workflow in .github/workflows/deploy.yml publishes the built site to GitHub Pages.