Launch State
Documentation DNS and HTTPS are live.
The `mullusi/mullusi-docs` repository is deployed through GitHub Pages and configured for `docs.mullusi.com`. The DNS record resolves to GitHub Pages, the certificate is approved, and HTTPS enforcement is active.
Current State
| Check | State | Evidence |
|---|---|---|
| Docs repository | Done | `mullusi/mullusi-docs` exists and validates through GitHub Actions. |
| GitHub Pages | Built | Pages source is `main` root with custom domain `docs.mullusi.com`. |
| DNS record | Done | `docs.mullusi.com` resolves as a CNAME to `mullusi.github.io`. |
| HTTPS enforcement | Done | GitHub Pages reports `https_enforced=true`; `https://docs.mullusi.com` returns 200. |
Verified DNS Record
This DNS record is now present at the active DNS provider for `mullusi.com`.
| Host | Type | Value |
|---|---|---|
docs |
CNAME |
mullusi.github.io |
Verification Command
Run the ops verifier from `mullusi/ops` to confirm the website and docs domains remain live.
powershell -ExecutionPolicy Bypass -File .\scripts\verify-domains.ps1 -RequireDocsReady
What Remains Blocked
- Keep `mullusi.io` and `www.mullusi.io` marked pending until they redirect to `https://mullusi.com`.
- Do not move dashboard or API launch status forward until their hosts exist.