commit | 0661790722a8fd93ffe1903e23a930df08aaca69 | [log] [tgz] |
---|---|---|
author | Keith Smiley <keithbsmiley@gmail.com> | Fri Jan 10 07:47:29 2025 -0800 |
committer | GitHub <noreply@github.com> | Fri Jan 10 10:47:29 2025 -0500 |
tree | bd0483f9abe6c13d399bf4d2ba31a6cd3092a088 | |
parent | e278ee35e5ab56757bcd5ca3f10cab4822da1f1e [diff] |
Bump rules_jvm_external for improved bazel 8.x support (#269) Bump rules_jvm_external for improved bazel 8.x support Also bump protobuf and rules_java for consistency --------- Co-authored-by: Alexandre Rostovtsev <arostovtsev@google.com>
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 .bzl
file.
Stardoc is a replacement for the deprecated “Skydoc” documentation generator.
See Skydoc Deprecation for details on the deprecation and migration details.
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.
See the maintaner's guide for instructions for cutting a new release.