This page renders the live openapi.yaml next to it. Browsers block reading that file
straight off the disk, so serve the folder for the full, styled reference:
cd docs/api python -m http.server 8080 # then open http://localhost:8080
A static snapshot is embedded below as a fallback, so the reference still rendered — but the served version above is always in sync with the spec.