commit | ffcb4fb051bc5bb9b89cf47ef3eb301de9f951b7 | [log] [tgz] |
---|---|---|
author | Fabian Meumertzheim <fabian@meumertzhe.im> | Fri May 05 04:29:30 2023 +0200 |
committer | GitHub <noreply@github.com> | Thu May 04 22:29:30 2023 -0400 |
tree | fb5200fd4901dcc4f16d8214b1231ad97029a443 | |
parent | aed91e28b4df166ac14ec771b8530b2e84193d5e [diff] |
Add support for Bzlmod (#141) Input .bzl files are turned into runfiles of a custom Stardoc binary, which allows reusing the Java runfiles library to load the files while taking repository mappings into account.
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.