Skip to main content
If two CreatorCommerce docs appear to overlap, this page explains which one wins. For facts and stable technical detail, canonical reference pages win over summaries.

Canonical Rule

CreatorCommerce docs are intentionally split by job:
  • Overview pages explain what something is and when to use it.
  • How-to pages explain implementation order and execution steps.
  • Reference pages hold canonical facts.
  • Use-case pages route you to the right references.
  • AI playbooks help assistants reason about workflows, but they should cite canonical docs instead of restating them as truth.

Page Types

Page typePurposeWhat belongs thereWhat does not
OverviewOrientation and decision framingConcepts, tradeoffs, system maps, capability summariesFull field lists, endpoint catalogs, canonical payloads
How-toImplementation guidanceSteps, sequencing, setup, migration, QAFull schema definitions duplicated from references
ReferenceSource-of-truth technical detailFields, selectors, stable variables, event payloads, auth details, endpoint groupsBroad strategy or marketing framing
Use-case pageFast routing by taskWhat you can do, where to go next, best referencesDeep technical detail that already lives elsewhere
AI playbookAI workflow guidancePrompt patterns, reasoning guardrails, task framingCompeting copies of canonical technical facts
Every live page should declare its role in frontmatter with pageType.

Path Ownership

These path conventions determine default page type ownership across the live docs:
Path or patternDefault page type
references/**Reference
ai-guides/**AI playbook
guides/dev/**Use-case page
use-cases/**Overview or routing page
guides/**/overviewOverview
guides/storefronts/**, guides/emails/**, guides/enrichment/**, guides/creator-experience/**, guides/integrations/build/**How-to by default unless explicitly framed as an overview

Canonical Homes for High-Value Domains

Authoring Rules

  • Add or update canonical facts in the reference page first.
  • If an overview or how-to page needs the same fact, summarize it and link to the canonical reference instead of restating it in full.
  • Do not publish placeholder pages, planning notes, or draft stubs in live navigation.
  • Do not link public docs to repo-local implementation notes or private file paths.
  • If a new concept introduces stable product vocabulary, update the glossary.
  • If a new feature changes downstream implementation behavior, update both the canonical reference and the relevant use-case or how-to routing page.
Every new feature or capability should link outward in a predictable way:
  1. Overview page links to the canonical reference and at least one how-to page.
  2. How-to page links back to the overview and the canonical reference.
  3. Reference page links to the nearest overview or how-to page for context.
  4. AI playbook links to the canonical reference pages it expects an assistant to trust.

Update Workflow

When shipping a new feature, capability, or data-model change:
  1. Update the canonical reference page first.
  2. Update overview and how-to pages that summarize or implement that feature.
  3. Update the glossary if naming or meaning changed.
  4. Update AI playbooks only if the prompting pattern or recommended workflow changed.
  5. Add a release note if the change is externally meaningful.
  6. Verify links, nav placement, and page-type fit before publishing.

Validation Checklist

  • Every live page declares pageType in frontmatter.
  • No placeholder or draft content in the live docs.
  • No conflicting copies of canonical facts across guides.
  • Internal links resolve to the active docs tree.
  • API endpoint details come from the generated OpenAPI surfaces.
  • Legacy or archived material is clearly marked non-canonical.