commit | 0fd1df740548bdbc9d22ee1790793293947fab41 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Tue Aug 29 13:01:16 2023 -0400 |
committer | GitHub <noreply@github.com> | Tue Aug 29 13:01:16 2023 -0400 |
tree | c67f12e14c7d1401aa0b79d8bf71060a9014e7ab | |
parent | aebbedb4a43a6542d00176a1427d73bd6af2e63b [diff] |
Maintainer guide improvements (#187) * Add blurb about repository fetch errors * Fix BCR text * Recommend adding a commented MODULE.bazel setup block and uncommenting (easier than copy/pasting it later) Fixes #186
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.