Clone this repo:
  1. 6a469c1 chore: readme point to BCR-hosted docs (#306) by Alex Eagle · 32 hours ago upstream/master
  2. c086e25 Fix goldens for latest Bazel@HEAD (#302) by Xùdōng Yáng · 4 weeks ago
  3. 22175f6 Fix links for "aspect_hints" (#299) by Alexandre Rostovtsev · 4 months ago
  4. 95c1583 Add test for .scl file support (#298) by Alexandre Rostovtsev · 4 months ago
  5. ee7f828 Remove py_rule_test (#295) by Ivo List · 6 months ago

Stardoc - Starlark Documentation Generator

Build status

Stardoc is a documentation generator for Bazel APIs such as custom rules written in Starlark.

Stardoc provides a Bazel rule (stardoc, see documentation) that can be used to generate Markdown documentation for Starlark rules. Stardoc generates one documentation page per .bzl file.

Design and Alternatives

Stardoc runs a Velocity template on the output of the native.starlark_doc_extract rule.

Modules published to the Bazel Central Registry do not need to use Stardoc. They can simply publish the starlark_doc_extract outputs as a release artifact. See https://github.com/bazelbuild/bazel-central-registry/blob/main/docs/stardoc.md.

Get Started

About Stardoc

Project Status

Skydoc deprecation

Stardoc is a replacement for the deprecated “Skydoc” documentation generator.

See Skydoc Deprecation for details on the deprecation and migration details.

Future plans

See our future plans for refactoring Stardoc to be more consistent with how Bazel evaluates .bzl files, and what it means for maintenance of this project.

Maintainer's guide

See the maintaner's guide for instructions for cutting a new release.