Overview of tools by RISE related to scenario-based testing.
This repository builds a documentation site with MkDocs Material,
published via GitHub Pages. Source content lives under docs/.
pip install -r requirements.txt
mkdocs serveThen open http://127.0.0.1:8000/.
Pushes to main trigger .github/workflows/deploy.yml, which builds the site and publishes it to
GitHub Pages. On first setup, enable Pages for this repo under Settings → Pages → Source: GitHub Actions.