commit | 437c79dfc68319aa0ad8eea602740305f71b3be5 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Wed May 31 14:44:40 2023 -0400 |
committer | GitHub <noreply@github.com> | Wed May 31 14:44:40 2023 -0400 |
tree | e7ac660b9fe145030cb4ac3a8c13d60c75ca25f4 | |
parent | 512939e371851df5b93ff4d05a247dc8bc74c742 [diff] |
Prepare release 0.5.6, now with java toolchains breakage fix with bzlmod too (#159) I forgot to bump the rules_java dep in MODULE.bazel. We ought to have a consistency check for this...
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.