commit | c485f3dd0e601378f5fa1e53142685523f3a7953 | [log] [tgz] |
---|---|---|
author | c-parsons <cparsons@google.com> | Mon Oct 07 16:08:42 2019 -0400 |
committer | GitHub <noreply@github.com> | Mon Oct 07 16:08:42 2019 -0400 |
tree | 042c53e04f7ee696ff7fc6018a34ac9582fd0cf3 | |
parent | 90f4a7a9a2c733985632d6e1834f2d7c525a1fba [diff] |
Fix a broken link (#12)
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.