Update dependency on @io_bazel and create new jars

3 files changed
tree: f82684c096ec8fa31b3636065f864d6c3b5430a8
  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