1) Frontend Docs Experience
- 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
operations/scripts/generators/content/catalogs/generate-pages-index.js.
v2/resources/documentation-guide/style-guide.mdxv2/resources/documentation-guide/component-library.mdxoperations/scripts/generators/content/catalogs/generate-pages-index.js
2) Backend-Like Operational Layer (Docs Ops)
- Unified CLI entrypoint:
lpd. - Validation and enforcement scripts across
operations/tests/,.githooks/, andoperations/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.
3) AI + Automation + Pipelines
- 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.
automations.mdv2/resources/documentation-guide/automations-workflows.mdxsnippets/data/
4) Product + Content System
- 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.
content-system.mdv2/resources/documentation-guide/documentation-guide.mdxdocs-guide/contributing/contributing.mdx
5) Technical Guides + Domain Coverage
- Operational guides for gateways, orchestrators, delegators, developers, resources.
- Long-form reference and troubleshooting paths in role-specific sections.
v2/pages/04_gateways/v2/orchestrators/v2/pages/06_delegators/v2/pages/03_developers/
6) Future-Proof Maintenance Automation
- Script templates enforce self-documenting headers.
- Script inventory and audit generation are automated.
- Index generation and SEO/AEO/glossary-supporting scripts live under
operations/scripts/.
operations/scripts/generators/governance/scaffold/new-script.jsoperations/scripts/audits/governance/scripts/audit-script-categories.jsoperations/scripts/snippets/generate-seo.jsoperations/scripts/snippets/generate-data/scripts/generate-glossary.js
7) Data Integrations and APIs
- 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.
data-integrations.mdapi/snippets/data/
8) Documentation Automation About Documentation
- Generated script/workflow/template indexes in
docs-guide/. - Generated template preview routes and authoring snippets via
operations/scripts/generators/components/library/generate-ui-templates.js. - Guardrail checks for docs-guide coverage and README pointers.
source-of-truth-policy.mdoperations/tests/unit/docs-guide-sot.test.jsoperations/scripts/generators/governance/catalogs/generate-docs-guide-indexes.jsoperations/scripts/generators/components/library/generate-ui-templates.js