Accept input templates into Stardoc rule This allows user to specify their own custom velocity-engine templates, effectively customizing their output. Full documentation pending in a future change.
Stardoc is a documentation generator for Bazel build rules written in Starlark.
Stardoc provides a Starlark rule (stardoc) that can be used to build documentation for Starlark rules in Markdown. Stardoc generates one documentation page per .bzl file.
NOTE: Stardoc is a replacement for the deprecated “Skydoc” documentation generator.
See Skydoc Deprecation for details on the deprecation, and for some migration tips.