Description
Deployment and index prose say the operator console is available after the default quickstart and is on by default. The runtime flag defaults false and main serves only the minimal landing page unless the console is explicitly enabled. Operators following the documented command cannot reach the Config, Devices or ifIndex views, and the exposure guidance overstates the default HTTP surface.
Acceptance Criteria
- #1 Every quickstart or deployment path that promises the console explicitly enables it, or says the default landing page is all that is served
- #2 Security and exposure prose distinguishes the default landing page from the opt-in operator console
- #3 Generated flag tables remain source-derived and unchanged except through the normal generator
Definition of Done
- #1 just check
- #2 just gen (if any generated artifact changed) and the diff committed
Implementation Plan
Correct the hand-written deployment and index prose around the existing opt-in default, validate documentation tokens and generation staleness, and do not change runtime behavior.
The repository README repeats the same quickstart promise, so update its command and prose in the same documentation-only correction.
Final Summary
Fixed by 1b5fb2d1. README and deployment quickstarts now enable the opt-in console explicitly, and exposure prose matches the off-by-default runtime. just docs-check and integrated just check passed. Tests and CodeRabbit were intentionally skipped for prose-only documentation.