commit | db47c15e8d342c5e5b95d81554d7f901ba062c2e | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Wed Jul 17 14:03:59 2024 -0400 |
committer | GitHub <noreply@github.com> | Wed Jul 17 14:03:59 2024 -0400 |
tree | f8f0215bcc09515af44ab12050de49b663a7ca87 | |
parent | 0ac26cd45b01011ffc172bd2054f07e9df1efbf2 [diff] |
Revert most of #237 and #238 (#243) As the review of #241 showed, `--incompatible_enable_proto_toolchain_resolution` is not ready yet; we will re-add support for it in Stardoc when we no longer need to register our own protoc toolchain in Stardoc's MODULE.bazel file. The only parts of #237 we keep are the rules_jvm_external and rules_proto dep bumps; note that the rules_proto dep bump in turn requires a new dependency on bazel_features when using a Stardoc distro release with `--noenable_blzmod.` Also revert most of #238 - we're no longer testing `--incompatible_enable_proto_toolchain_resolution`
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.