> ## 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.

# Contributing and Docs Maintenance

This page defines how to maintain this Mintlify docs site.

## Docs Source of Truth

When updating docs, prioritize:

1. runtime behavior in code
2. existing operator docs in `docs/`
3. release workflow and scripts

## Update Process

1. edit files under `mintlify/`
2. run docs checks:

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

3. verify cross-links and navigation updates in `docs.json`

## Authoring Rules

* no placeholders like `TBD`
* no invented product behavior
* keep loopback/tunnel-only and unsigned-desktop warnings explicit
* include `Last updated` and `Related pages` sections on each page

## Versioning and Release Coordination

When release behavior changes (installation, checksums, trust model), update:

* quickstart release page
* operations release/checksum page
* docs publishing runbook if publish flow changes

## Last updated

2026-02-13

## Related pages

* [Build, Test, Lint, and Typecheck](/developers/build-test-lint-typecheck)
* [Release Artifacts and Checksums](/operations/release-distribution-checksums)
* [Publish the Docs Site (docs.clawcontrol.cc)](/deploy/publish-docs-clawcontrol-cc)
