commit | 8033ce22602a47d9527608aa0a9ca42bb44615fb | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Tue Aug 29 13:11:26 2023 -0400 |
committer | GitHub <noreply@github.com> | Tue Aug 29 13:11:26 2023 -0400 |
tree | b2d68e02a577f74092a4c4aaaa468808980ce075 | |
parent | 0fd1df740548bdbc9d22ee1790793293947fab41 [diff] |
Automatically insert 'Vendored from' slug into proto and improve proto-related maintainer docs (#183)
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.