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.