Add Aspect Templates to Stardoc Rule (#214)


4 files changed
tree: 5a676969d1c5afe3df6752043ec5e6924f7fad79
  1. .bazelci/
  2. site/
  3. skydoc/
  4. skylark/
  5. stardoc/
  6. test/
  7. .gitignore
  8. AUTHORS
  9. BUILD
  10. CODEOWNERS
  11. CONTRIBUTING.md
  12. CONTRIBUTORS
  13. LICENSE
  14. README.md
  15. serve-docs.sh
  16. setup.bzl
  17. skydoc-screenshot.png
  18. update-release-binary.sh
  19. WORKSPACE
README.md

Stardoc - Starlark Documentation Generator

Build status

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.

Skydoc deprecation

NOTE: Stardoc is a replacement for the deprecated “Skydoc” documentation generator.

See Skydoc Deprecation for details on the deprecation, and for some migration tips.

Get Started

About Stardoc