Documentation Workflow¶
The documentation site for this repository lives under docs/ and uses MkDocs Material.
Main commands¶
Content model¶
docs/src/index.md: landing pagedocs/src/en/: English treedocs/src/es/: Spanish treedocs/src/overrides/: shared theme overridesdocs/src/assets/stylesheets/extra.css: visual styling
Editing guidance¶
When you add or update a publishable page:
- keep English and Spanish aligned
- preserve the same navigation hierarchy in both trees
- prefer user-facing pages under
user-docs/ - prefer repository-internal pages under
developer-docs/ordeveloper-docs/guides/
Validation guidance¶
Before considering documentation changes complete:
- run
make docs-build - review the landing page
- review
/en/and/es/ - verify the header language switch and top tabs
Notes¶
Note
This repository intentionally follows the same MkDocs layout and visual language as productive-k3s so the two projects feel like parts of the same documentation family.