Objectives
- provide zero-to-hero comprehension paths
- preserve technical correctness while remaining product-focused
- align content with real user roles and operational goals
IA Model
Primary docs areas are role- and intent-driven:- Home / About for orientation and core concepts
- Community for ecosystem participation
- Developers / Gateways / Orchestrators / Delegators for role workflows
- Resources for references, guides, and internal docs tooling
docs.jsonv2/pages/**
Content Layers
Layer 1: Product and Positioning
- value proposition and context framing
- user journey entry points
- concise decision-oriented summaries
Layer 2: Operational How-to
- setup, runbooks, migration/checklist pages
- practical workflows with expected outcomes
Layer 3: Deep Reference
- APIs, schema/spec docs, command matrices, component details
- troubleshooting and edge-case documentation
Copy + Quality Principles
- maintain product clarity without sacrificing technical precision
- prefer canonical references over duplicated procedural text
- ensure claims are traceable to code, workflow config, or primary docs
- keep docs maintainable through automation + validation
Canonical Supporting Docs
- Public docs guide pages:
v2/resources/documentation-guide/documentation-guide.mdxv2/resources/documentation-guide/style-guide.mdxv2/resources/documentation-guide/component-library.mdxv2/resources/documentation-guide/contribute-to-the-docs.mdxv2/resources/documentation-guide/snippets-inventory.mdx
- Internal navigation/governance:
docs-guide/overview.mdxdocs-guide/policies/source-of-truth-policy.mdx
Contributor-facing authoring helpers now live in the public documentation-guide pages, not in
docs-guide/tooling/dev-tools.mdx.Maintainer Guidance
When adding new content surfaces:- Place content in the correct IA layer and role context.
- Add or update navigation in
docs.jsonwhere appropriate. - Add automation hooks/index generation only when repeatability is clear.
- Update docs-guide maps so maintainers can discover and govern the feature.
Publishable vs Workspace Material
V2 sections now have an explicit distinction between publishable page trees and maintainer-only workspace material:- Publishable docs live in normal section trees and are intended for
docs.jsonrouting. - Planning, research, handoff, and review material belongs in governed non-publishable lanes.
- The canonical path contract lives in
docs-guide/policies/v2-folder-governance.mdx.