commit | 4148807e2537584e3d09c1cedb1161f17b81a9bf | [log] [tgz] |
---|---|---|
author | Philipp Stephani <p.stephani2@gmail.com> | Tue Apr 01 18:46:26 2025 +0200 |
committer | GitHub <noreply@github.com> | Tue Apr 01 12:46:26 2025 -0400 |
tree | d5738b6bf8ca6b4a68d31d3b5b24295debdc1ce9 | |
parent | 2b7ed40044fcb5487d8131857224b9661c1d4d1d [diff] |
Fix various links to the Bazel documentation (#290) * Fix various links to the Bazel documentation * Sync stardoc_output.proto from Bazel tree * Update golden tests
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.