Task · OPN-0067

Correct console documentation to match the opt-in runtime default

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

Definition of Done

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.

View the source file on GitHub