Tutorials

Deterministic Workflows

These tutorials start with repo-backed static systems. More platform tutorials will be added after the control plane is launched.

Preview Docs Locally

  1. Clone `mullusi/mullusi-docs`.
  2. Run a static server from the repo root.
  3. Open the local URL and verify page links.
python3 -m http.server 8081

Update The Website Product Registry

  1. Edit `data/products.json` in `mullusi/mullusi-site`.
  2. Keep private repositories out of the public registry.
  3. Validate JSON before commit.
  4. Commit and push to `main`.

Update Docs

  1. Edit the smallest page that owns the claim.
  2. Use clear stability labels for draft interfaces.
  3. Verify local page load and links.
  4. Commit with a direct message.