Skip to main content

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.

Knowledge Base Maintenance

The Mintlify layer is a curated publishing surface. It should make RFFL data easier to browse and search without replacing canonical source files.

Local Commands

CommandPurpose
npm installInstall the Mintlify CLI package locally
npm run devPreview the knowledge base locally
npm run validateValidate the Mintlify build
npm run linksCheck internal links
npm run verifyRun the full local verification gate before calling work complete

Content Workflow

  1. Update canonical source files first.
  2. Regenerate derived source pages when needed.
  3. Update the matching .mdx knowledge base page.
  4. Run npm run verify.
  5. Fix any failed checks before reporting the change as complete.
  6. Commit the source and knowledge base changes together.

Runbooks

PageUse it for
Source Conversionconverting raw source files into public MDX
Publication Checklistpre-publish content checks
Verification Checklistrequired local tests and browser checks
Add Season Or Sourceadding new season/source coverage without weakening authority

Publication Rules

RuleReason
Do not publish raw CSVs by defaultThey are source evidence, not member-facing explanations
Do not publish scripts by defaultThey are implementation, not knowledge base content
Do not invent missing dataPreserves the “We Do Not Guess” policy
Keep source paths visibleMakes answers traceable
Mark provisional pages clearlyPrevents uncertain data from becoming accepted by search

Season Coverage Rules

CoverageMaintenance rule
2002-2010Represent as founding-era historical coverage until validated per-season source packages exist
2011-presentPublish structured season pages only from source-backed season folders
2026Keep marked partial until the season record is complete and validated

Static Site Notes

The knowledge base should stay useful as a static documentation site. Search, navigation, source paths, and validation matter more than a separate chat surface for this project.
Last modified on May 15, 2026