commit | ff2cc7aca94ccd6b81a969444d14dbfa84996af4 | [log] [tgz] |
---|---|---|
author | Chris Parsons <cparsons@google.com> | Mon Oct 14 20:16:47 2019 -0400 |
committer | Chris Parsons <cparsons@google.com> | Mon Oct 14 20:16:47 2019 -0400 |
tree | 1a063af6036276fe6bfa50f905d9e60bd4acae54 | |
parent | 4378e9b6bb2831de7143580594782f538f461180 [diff] |
link to the official CONTRIBUTING.md
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.