1. Validate Docs Locally
2. Connect Repo + Project in Mintlify
- Open Mintlify dashboard.
- Select the docs project connected to this repository.
- Confirm docs root points to
mintlify/.
3. Add Custom Domain
In Mintlify project settings, adddocs.clawcontrol.cc.
Mintlify will provide required DNS records. Copy exact values from dashboard.
Typically you will be asked to add:
- a CNAME record for
docs.clawcontrol.cc - a TXT record used for domain verification
4. Configure DNS
Create the required records in the authoritative DNS zone forclawcontrol.cc using the exact Mintlify-provided values.
Do not guess target values.
5. Verify Propagation
6. TLS Verification Checklist
https://docs.clawcontrol.ccloads successfully- certificate is valid and unexpired
- certificate SAN includes
docs.clawcontrol.cc - no browser TLS warnings
- no mixed-content errors in page console/network
7. Final Smoke Checks
- homepage loads
- sidebar navigation is complete
- key pages render (
/product/architecture,/api/overview,/operations/troubleshooting)