This repository now carries the checked-in MkDocs configuration, generated reference pages, and GitHub Actions workflows needed to publish the customer docs site. The remaining public GitHub steps are intentionally manual and are out of scope for local issue execution.
Verify Docs passes on the default branch after the docs changes
merge.GitHub Actions as the build and deployment source.Publish Docs Pages on the default branch if the first post-merge
push landed before Pages was enabled.https://oracle.github.io/oci-service-operator/ and that the main nav,
Supported Resources, API Reference, Installation, and Quick start with KRO
pages render correctly.mkdocs.yml site_url before the publish step is repeated.make docs-generate refreshes checked-in docs/reference/ outputs from repo
metadata and CRD schemas.make docs-build renders the MkDocs site locally under site/.make docs-serve starts a local preview server.make docs-verify runs CRD regeneration, generated-doc drift checks, MkDocs
strict build, rendered-link validation, and description coverage checks.Phase 1 keeps missing public description coverage as warnings. When the public
spec-field description backlog is ready for enforcement, set
DOCS_VERIFY_STRICT_PUBLIC_DESCRIPTIONS=true in CI.