RL-Kernel documentation is built with MkDocs Material and published as a static GitHub Pages site.
pip install -r requirements-docs.txt
mkdocs build --strict -f mkdocs.yamlmkdocs serve- Copy
docs/contributing/operator-doc-template.mdtodocs/operators/<operator-name>.md. - Fill in the operator contract, backend list, examples, tests, and limitations.
- Add the page to the
Operatorssection indocs/.nav.yml. - Run
mkdocs build --strict -f mkdocs.yaml.
Documentation changes must keep mkdocs build --strict -f mkdocs.yaml passing. The CI
docs job validates navigation, links, and Markdown extension configuration.