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

# Verification Checklist

> Required local checks before saying RFFL documentation work is ready.

Do not call documentation work ready until the verification gate and browser checks pass.

## Required Checks

| Check               | Command or action                          |
| ------------------- | ------------------------------------------ |
| Mintlify validation | `npm run validate`                         |
| Broken links        | `npm run links`                            |
| Copy-edit rules     | `npm run copy:check`                       |
| Full gate           | `npm run verify`                           |
| Rendered browser QA | `npm run visual:check`                     |
| Browser route check | open representative pages on local preview |

## Browser Checks

Check the home page, one governance detail page, one season page, one KORM page, one finance page, one lore page, and one maintenance page.

Run `npm run visual:check` against the local preview for repeatable route, overflow, console-error, and screenshot checks. The script writes screenshots to `/tmp/rffl-visual-qa` by default.

## Search Check

Mintlify local search may require CLI authentication in local preview. Treat that as a documented local limitation, not a pass. Before release, verify search in an authenticated Mintlify preview or production environment and confirm the search panel opens, indexes public docs pages, and does not expose assistant or raw source routes.

## Related

| Page                                                         | Use it for                            |
| ------------------------------------------------------------ | ------------------------------------- |
| [Knowledge Base Maintenance](/operations/maintenance)        | Maintenance hub and runbook           |
| [Source Conversion](/operations/source-conversion)           | Convert raw sources into public pages |
| [Publication Checklist](/operations/publication-checklist)   | Pre-publish checks                    |
| [Verification Checklist](/operations/verification-checklist) | Local verification expectations       |
