> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clawcontrol.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Publish the Docs Site (docs.clawcontrol.cc)

This runbook prepares and publishes this Mintlify site under the custom domain.

## 1. Validate Docs Locally

```bash theme={null}
cd mintlify
npm install
npm run check
```

Fix all validation/link issues before publishing.

## 2. Connect Repo + Project in Mintlify

1. Open Mintlify dashboard.
2. Select the docs project connected to this repository.
3. Confirm docs root points to `mintlify/`.

## 3. Add Custom Domain

In Mintlify project settings, add `docs.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 for `clawcontrol.cc` using the exact Mintlify-provided values.

Do not guess target values.

## 5. Verify Propagation

```bash theme={null}
dig docs.clawcontrol.cc
```

Confirm response matches Mintlify record target/verification values.

## 6. TLS Verification Checklist

* `https://docs.clawcontrol.cc` loads 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`)

## Last updated

2026-02-13

## Related pages

* [Release Artifacts and Checksums](/operations/release-distribution-checksums)
* [Install From GitHub Releases](/quickstart/release-install)
* [Contributing and Docs Maintenance](/developers/contributing-and-docs-maintenance)
