MDU — Update All Markdown Docs
When the user says mdu, update all Markdown documentation. Do not commit or push; this is docs-only.
Scope
- •Changelog — Add this session’s changes to
docs/CHANGELOG.md(Keep a Changelog format; rootCHANGELOG.mdonly points todocs/CHANGELOG.md). - •README — Ensure
README.mdreflects current quick start, stack, and links (e.g.docs/,./start.sh, ports). - •Docs — Ensure
docs/(and any touched feature/concept/how-to pages) match current behavior, APIs, and config. Updatemkdocs.ymlnav if new docs were added. - •Verify — Run
mkdocs build(ormkdocs servebriefly) so the docs site builds without errors.
Order
- •Changelog first, then README, then affected docs under
docs/, then MkDocs build.
Out of scope
- •No
git add/ commit / push (use lg for that). - •No dependency or security checks (those are part of lg hygiene).