This is an internal systems map for how content, tooling, validation, and automation interact.Documentation Index
Fetch the complete documentation index at: https://na-36-docs-v2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Top-Level Components
- Content source:
v2/pages/**,snippets/**,docs.json - Runtime UX: Mintlify dev/build + hosted docs deployment
- Local operator tooling:
lpd,.githooks/*,operations/scripts/*,tests/* - CI/automation:
.github/workflows/*,.github/scripts/*,snippets/data/* - Governance docs:
README.md,docs-guide/*
Data + Control Flow
Execution Layers
Layer 1: Authoring + Content System
- Markdown/MDX pages and snippets are the editable content primitives.
docs.jsondefines navigation and routing context.
Layer 2: Local Enforcement
lpdorchestrates setup/dev/tests/hooks/scripts.- Pre-commit hook runs fast safety gates and staged audits.
- Test runners validate style, MDX, links/imports, quality, docs navigation, and script docs.
Layer 3: CI + Automation
- Workflows run changed-file quality checks and browser checks for PRs.
- Scheduled/manual workflows refresh external data and supporting assets.
- Template and intake workflows enforce issue/PR quality and labeling.
Layer 4: Documentation Governance
docs-guide/defines internal navigation source of truth.README.mdprovides high-level orientation and points to canonical docs-guide pages.
Key Contract Edges
- Script metadata contract:
- Script headers -> script index generation -> docs-guide scripts catalog.
- Workflow/template contract:
.github/workflows/*+.github/ISSUE_TEMPLATE/*-> docs-guide generated indexes.
- Content validity contract:
- Content changes -> hooks/tests -> CI -> deployable docs.