commit | f196f801eb1dbbbc72e513f9998b0dffce4238df | [log] [tgz] |
---|---|---|
author | c-parsons <cparsons@google.com> | Mon Oct 21 17:16:23 2019 -0400 |
committer | GitHub <noreply@github.com> | Mon Oct 21 17:16:23 2019 -0400 |
tree | c6e28708ee8a5718bc9f4b195709e9e2eabf397f | |
parent | e592e23d7299df50b4ba85c383eda0f03f6a42e6 [diff] |
update markdown_tables to fix table links (#35)
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.