Skip to main content

Documentation Index

Fetch the complete documentation index at: https://na-36-handover-docs-v2-into-docs-v2-dev-20260518.mintlify.app/llms.txt

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

Data Integrations

Data integrations keep the docs current without turning MDX pages into manually maintained databases. The ownerless rule is simple: source data, transformation code, generated output, validation, and repair commands must be visible in the repo.

Integration Families

FamilyPurposeCanonical inputsOutputs
OpenAPI and endpoint referencesMaintain API reference integrity across Studio, Gateway, AI Worker, CLI, and related specs.api/, operations/scripts/integrators/content/data/fetching/fetch-openapi-specs.shAPI reference pages and OpenAPI validation reports.
Contract addressesFetch, verify, transform, and render canonical contract data.operations/scripts/integrators/maintenance/contracts/fetch-contract-addresses.js, operations/scripts/config/dep-contract-addresses-authority.jsonsnippets/data/contract-addresses/*
Release and gateway globalsKeep latest release and gateway configuration data current.Live release/config sources, fetch scripts under operations/scripts/integrators/maintenance/snippets/data/globals/latestRelease.jsx, snippets/data/gateways/*
Social and community feedsAggregate forum, Ghost, GitHub, Discord, RSS, YouTube, Luma, and showcase data.Fetchers under operations/scripts/integrators/copy/social-feeds/ and operations/scripts/integrators/copy/showcase/snippets/data/social-feeds/*, snippets/data/showcase-feed/*
Exchange and ecosystem dataUpdate exchange/reference surfaces.operations/scripts/integrators/maintenance/data-feeds/fetch-exchanges-data.jssnippets/data/exchanges/exchangesData.jsx, snapshots
Glossary and reference mapsGenerate discoverable glossary and badge/icon reference data.operations/scripts/generators/content/reference/, snippets/data/reference-maps/glossary outputs, companion files, reference maps

API Specification Surface

The api/ root is reserved for API specs and API workspace material. Active examples include:
  • api/openapi.yaml
  • api/openapi.json
  • api/studio.yaml
  • api/gateway.openapi.yaml
  • api/ai-worker.yaml
  • api/cli-http.yaml
Validation and generation should use current operations/scripts/ paths, not legacy operations/scripts/snippets/ paths.

Structured Data Outputs

Output pathConsumer typeNotes
snippets/data/contract-addresses/Components and docs pagesIncludes JSON, JSX, health, branch-watch, and view-model files.
snippets/data/social-feeds/Feed integrator componentsForum, Ghost, Discord, Luma, YouTube, and last-updated modules.
snippets/data/showcase-feed/Showcase pages and componentsPopulated data should be generated from the showcase pipeline.
snippets/data/snapshots/Evidence and cache snapshotsShould stay bounded by retention and freshness rules.
snippets/data/references/Reference componentsChainlist and related static reference data.
snippets/data/reference-maps/UI/content mappingBadge and icon maps consumed by docs tooling.

Validation and Repair

ConcernCheckRepair path
OpenAPI reference integritynode operations/tests/integration/openapi-reference-audit.js --full --strictUpdate spec mapping and affected MDX endpoint references together.
AI sitemap datalpd ai-sitemap --checklpd ai-sitemap --write
Contract address dataContract verifier tests under operations/scripts/integrators/content/data/test/Re-run fetch and transform scripts, then verify outputs.
External feed freshnessScheduled freshness/data workflows and freshness reportsRun the matching integrator-* workflow or fetch script.
Generated catalog driftcatalog validators and generatorsRegenerate catalogs from source data.

Data Integration Rules

  • Keep source data, transform code, and rendered outputs separate.
  • Do not put fetch logic inside MDX pages.
  • Do not hand-edit generated data without documenting why generation cannot repair it.
  • Store secrets in GitHub Actions or documented secret surfaces, not committed data files.
  • Write deterministic outputs so diffs are reviewable.
  • Treat snapshots and reports as retention-bound artifacts, not permanent active content.

Gaps To Address

GapEvidenceRequired action
Legacy path references in docsPrevious feature docs referenced operations/scripts/snippets/*, but live fetch/generation scripts are under operations/scripts/integrators/ and operations/scripts/generators/.Sweep docs-guide and tooling docs for old script paths and replace with current paths.
Snapshot/report bloatScript footprint audit flags large report and snapshot artifacts under workspace/reports/.Apply report retention policy and keep concise summaries tracked.
n8n ownership uncertaintyn8n references appear in older docs, but live repo evidence centers on GitHub Actions and operations/scripts/.Inventory any tracked n8n JSON before preserving or purging.
  • Automations
  • docs-guide/repo-ops/secrets/solutions-secrets.mdx
  • docs-guide/frameworks/script-framework.mdx
  • operations/scripts/integrators/
  • snippets/data/
Last modified on May 19, 2026