run newest version of buildifier on BUILD files (#242)

2 files changed
tree: fd863f1a05abc4b1478ab1a438a38a77bfb82591
  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. update-stardoc-tests.sh
  20. 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