Getting started#
In an existing S-CORE repository, you can build the documentation using Bazel:
bazel run //:docs
Open the generated site at _build/index.html in your browser.
In a new S-CORE repository, see Setup.
After the initial setup, continue with Build Dashboards and Quality Gates to build a repository dashboard and enforce CI quality gates.
Agentic software development#
Docs-as-code also supports an agent-assisted development workflow. Manual and agent-generated changes still converge on the same deterministic Lane A checks.
For an overview of that workflow, see Agentic Software Development.