Documentation Guide¶
RL-Kernel documentation is built with MkDocs Material and published as a static GitHub Pages site.
Local Build¶
Local Preview¶
Adding an Operator Page¶
- 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.
CI Requirement¶
Documentation changes must keep mkdocs build --strict -f mkdocs.yaml passing. The CI
docs job validates navigation, links, and Markdown extension configuration.