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
- Clone `mullusi/mullusi-docs`.
- Run a static server from the repo root.
- Open the local URL and verify page links.
python3 -m http.server 8081
Update The Website Product Registry
- Edit `data/products.json` in `mullusi/mullusi-site`.
- Keep private repositories out of the public registry.
- Validate JSON before commit.
- Commit and push to `main`.
Update Docs
- Edit the smallest page that owns the claim.
- Use clear stability labels for draft interfaces.
- Verify local page load and links.
- Commit with a direct message.