Clone this repo:
  1. d45a141 Ensure test configs with symbolic_macro_inherit_attrs_bazel_8_test are marked skip_in_bazel_downstream_pipeline (#281) by Alexandre Rostovtsev · 5 days ago upstream/master
  2. a9fba1a Release automation fixes (#276) by Alexandre Rostovtsev · 9 days ago
  3. ffbada6 Add support for `LABEL_LIST_DICT` attribute type and `exec_group_compatible_with` common attribute (#279) by Fabian Meumertzheim · 11 days ago
  4. 0e0af1e Skip legacy WORKSPACE setup in Bazel downstream (#278) by Yun Peng · 3 weeks ago
  5. 7c2aebd Prepare release 0.8.0 (#273) by Alexandre Rostovtsev · 3 weeks ago 0.8.0

Stardoc - Starlark Documentation Generator

Build status

Stardoc is a documentation generator for Bazel build rules written in Starlark.

Stardoc provides a Starlark rule (stardoc, see documentation) that can be used to build documentation for Starlark rules in Markdown. Stardoc generates one documentation page per .bzlfile.

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.