commit | ac297a459f4fee416f98a43fea168313fc11c1a7 | [log] [tgz] |
---|---|---|
author | Alex Humesky <ahumesky@google.com> | Tue Apr 09 14:13:10 2024 -0400 |
committer | GitHub <noreply@github.com> | Tue Apr 09 14:13:10 2024 -0400 |
tree | 22316685fa7e888e94cc3ae647e7b8e8c5ee490c | |
parent | 3d15697e281d1162ac6a3339ef59878779ad8a47 [diff] |
Fix repo rules environment variables list (#204) Add a newline before repo rules list of environment variable dependencies so that the list correctly renders.
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.