Clone this repo:
  1. db47c15 Revert most of #237 and #238 (#243) by Alexandre Rostovtsev · 9 days ago upstream/master
  2. 0ac26cd Skip Bazel 7.2 tests in downstream pipeline (#244) by Alexandre Rostovtsev · 2 weeks ago
  3. da374a5 Fix internal linter warnings (#235) by Alexandre Rostovtsev · 5 weeks ago
  4. c026dae Improve incompatible flag testing (#238) by Alexandre Rostovtsev · 5 weeks ago
  5. 7f06016 Make Stardoc work with --incompatible_enable_proto_toolchain_resolution. (#237) by lberki · 5 weeks ago

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.