Doc Placement Guide¶
This page tells contributors where new ADK documentation pages belong. It is the operational counterpart to Documentation Standards: standards covers how to write a page (style, audience markers, claim hygiene); placement covers where the page goes in the sidebar so operators can find it.
The two axes¶
Every new doc page is classified along two axes before it is filed:
Audience intent — what is the reader trying to do?
Distribution mode — does the page describe CE, Controlled, or shared behavior?
Both axes have to be answered before a page lands. If a contributor can’t answer either one cleanly, the page is probably overscoped and should be split.
Axis 2 — Distribution mode (page classification)¶
Every page that teaches how to run this identifies whether it is:
CE — applies to local / single-node Community Edition artifacts, no orchestrator, no fleet, no Commercial Agreement.
Controlled — applies to the partner/customer Controlled Deployment path: orchestrator-managed, fleet topology, staged rollout, audit/compliance workflows, Commercial Agreement.
Shared — applies to both CE and Controlled (e.g. the runtime contract, the policy model, the policy bundle format, supply-chain verification semantics).
Mark the classification one of three ways:
In the sidebar caption — preferred for new top-level groups. Example:
CE Operator Runbooks,Controlled Deployment Runbooks.In the page title — preferred when the page is a single-mode landing page. Example:
Controlled First Stack,Robotics CE First Stack.In an audience banner at the top of the page — preferred when the page is mostly shared but has CE-specific or Controlled-specific sections. Use a callout block.
Terminology — do not use “Paid” / “Premium” / “Pro” / “Enterprise” as user-facing labels. The distinction is operational and governance-maturity, not pricing. “Controlled” denotes managed, auditable, partner/customer deployment with explicit operational controls. The internal Sphinx tier tag remains
paidfor build-time conditionals (see conf.py and the{only} paidblocks); only the user-facing language is “Controlled”.
Worked examples on current ADK pages¶
Page |
Audience intent |
Distribution mode |
Where it lives |
Why |
|---|---|---|---|---|
|
Evaluator |
CE |
Evaluate → 2-Minute CE Demo |
One screen, one install one-liner, evaluator decides whether to keep looking. |
|
Operator deploying for real |
CE (robotics) |
Install & Run → Robotics CE First Stack |
Real bring-up of the robotics demo stack on local artifacts. |
|
Operator deploying for real |
Controlled |
Install & Run → Controlled First Stack |
Partner/customer orchestrator path; requires Commercial Agreement. |
|
Engineer / learner |
CE |
Tutorials → CE Concepts |
Teaches the single-node receive→verify→activate flow on CE artifacts, end-to-end. |
|
Auditor / reviewer |
Shared |
Tutorials → Validation Evidence |
Reproducible-input, reproducible-output evidence artifact. |
|
Operator under fire |
CE |
Runbooks → CE Operator Runbooks |
Step-by-step bring-up + failure drills for the demo stack. |
|
Operator under fire |
Controlled |
Runbooks → Controlled Deployment Runbooks |
Recovery procedure for orchestrator-managed fleet rollout. |
|
Stack reference |
Shared |
Demo Stack Reference |
Reference material for ROS 2 governance integration; not a walkthrough. |
What to do when a page doesn’t fit¶
If you can’t classify a page along both axes, the page is probably overscoped. Common patterns:
“This page teaches a concept AND tells you what to do during an incident.” — Split into a tutorial (concept) and a runbook (procedure). Cross-link them.
“This page applies to both CE and Controlled but the steps diverge midway.” — Either split into two pages with a shared intro, or use an audience-banner-per-section approach. The shared-intro split is usually cleaner because it survives future divergence.
“This page is reference material AND a walkthrough.” — Reference goes under Demo Stack Reference or Architecture & Design. Walkthrough goes under Install & Run, Tutorials, or Runbooks depending on the audience-intent axis.
When to update this guide¶
Update this page when:
A new top-level sidebar group is added or renamed.
The CE / Controlled distinction extends to a new artifact type.
A new placement edge case is encountered that future contributors will hit (a one-line worked example is usually enough).