| title | Feature Map | ||||||
|---|---|---|---|---|---|---|---|
| sidebarTitle | Feature Map | ||||||
| description | This map captures repository capabilities as an internal maintainer index. | ||||||
| keywords |
|
- Mintlify-based documentation site with role-oriented navigation in
docs.json. - Shared component system in
snippets/components/. - Structural/style enforcement through style-guide tests and hook checks.
- Route and page index synchronization via
tools/scripts/generate-pages-index.js.
Primary references:
v2/resources/documentation-guide/style-guide.mdxv2/resources/documentation-guide/component-library.mdxtools/scripts/generate-pages-index.js
- Unified CLI entrypoint:
lpd. - Validation and enforcement scripts across
tests/,.githooks/, andtools/scripts/. - Staged and full WCAG accessibility audits for
v2/docs with conservative autofix support for common raw-tag issues. - Intake and governance artifacts:
- issue templates in
.github/ISSUE_TEMPLATE/ - PR templates in
.github/pull-request-template-v2.mdand.github/pull_request_template.md
- issue templates in
- Pre-commit validations including style, MDX, links/imports, scripts docs, and staged audits.
Primary references:
- Automated ingestion/update flows for forum, blog, YouTube, releases, showcase data.
- n8n workflow JSON assets and GitHub Actions alternatives coexist.
- Community pipeline features including showcase and content aggregation/trending patterns.
Primary references:
automation-pipelines.mdv2/resources/documentation-guide/automations-workflows.mdxsnippets/automations/
- Product-oriented docs copy and information architecture under
v2/pages/. - “Zero-to-hero” progression across portals, quickstarts, and deep references.
- Editorial and governance standards in docs guide + contribution docs.
Primary references:
content-system.mdv2/resources/documentation-guide/documentation-guide.mdxcontribute/CONTRIBUTING/README.md
- Operational guides for gateways, orchestrators, delegators, developers, resources.
- Long-form reference and troubleshooting paths in role-specific sections.
Primary references:
v2/pages/04_gateways/v2/orchestrators/v2/pages/06_delegators/v2/pages/03_developers/
- Script templates enforce self-documenting headers.
- Script inventory and audit generation are automated.
- Index generation and SEO/AEO/glossary-supporting scripts live under
tools/scripts/.
Primary references:
tools/scripts/new-script.jstools/scripts/audit-scripts.jstools/scripts/snippets/generate-seo.jstools/scripts/snippets/generate-data/scripts/generate-glossary.js
- OpenAPI and related API specs in
api/. - Integrated reference datasets and snippets data in
snippets/data/. - External feed ingestion supports docs freshness and cross-linking.
Primary references:
data-integrations.mdapi/snippets/data/
- Generated script/workflow/template indexes in
docs-guide/. - Guardrail checks for docs-guide coverage and README pointers.
Primary references:
source-of-truth-policy.mdtests/unit/docs-guide-sot.test.jstools/scripts/generate-docs-guide-indexes.js