Skip to main content

Documentation Index

Fetch the complete documentation index at: https://na-36-merge-docs-v2-dev-draft-into-docs-v2-clean-20260525.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Content Quality Pipeline

Gate: P2 (hard gate — blocks merge on failure) Trigger: Every pull request touching v2/**/*.mdx or docs-guide/**/*.mdx Workflow: validator-copy-check-content-quality-suite.yml

What happens when a PR is opened


Validators (read-only, exit 0/1)

ScriptConcernNicheWhat it checks
lint-copy.jscontentcopyBanned words, filler phrases, self-reference
lint-patterns.jscontentcopyCopy pattern violations (tone, voice)
check-grammar-en-gb.jscontentgrammarUK English spelling (-ise, -our, -re)
check-proper-nouns.jscontentgrammarBrand capitalisation (Livepeer, Arbitrum)
check-double-headers.jscontentstructureDuplicate heading detection
check-page-endings.jscontentstructurePage ending quality
check-anchor-usage.jscontentstructureAnchor link validity
check-mdx-safe-markdown.jscontentstructureMDX-unsafe markdown patterns
check-description-quality.jscontentstructureSEO description length, boilerplate, duplicates
check-docs-path-sync.jscontentstructuredocs.json path consistency
verify-all-pages.jscontentstructureFull page rendering verification
test-v2-pages.jscontentstructureBrowser-based page render tests

Remediators (auto-fix)

ScriptWhat it fixesMode
repair-mdx-safe-markdown.jsInvalid MDX patternsedit
repair-page-links.jsBroken page referencesedit
repair-relative-page-hrefs.jsRelative URL errorsedit
repair-spelling.jsSpelling correctionsedit
repair-page-imports.jsBroken import statementsedit
sync-docs-paths.jsdocs.json after file movesedit

Audits (reporting)

ScriptWhat it reports
docs-quality-and-freshness-audit.jsPage quality scores and staleness
audit-copy-patterns.jsCopy pattern compliance across all pages
page-imports-audit.jsImport health across all pages
page-links-audit.jsLink integrity across all pages

Gaps

  • No auto-repair on PR: Remediators exist but require manual invocation. No workflow auto-creates a fix PR when validators fail
  • Browser tests use continue-on-error: test-v2-pages.js runs in the suite but does not block merge
Last modified on May 26, 2026