commit | 8e04b9b0adfb959d4a013b5a6752b25b9c7cdf11 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Thu Jul 13 14:38:00 2023 -0400 |
committer | GitHub <noreply@github.com> | Thu Jul 13 14:38:00 2023 -0400 |
tree | 27fc20bb0d55d49fdb69f796a24217b9a8615048 | |
parent | dbe010734e94081487fb6c47e27085b59daf77aa [diff] |
Fix linter errors and switch from Apache Velocity to Google Escapevelocity for templating (#163) Internal tooling complains about any new Velocity usage
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.