bazel-contrib / bazel-lib

Common useful functions for writing BUILD files and Starlark macros/rules
Apache License 2.0
141 stars 91 forks source link

chore(deps): upgrade stardoc #894

Closed alexeagle closed 3 months ago

alexeagle commented 3 months ago

This uses the Bazel 7 'starlark_doc_extract' rule which our docsite expects for slurping data.

It fixes some presentation bugs like > being encoded as &gt.

Take the opportunity to clean up the docs a bit. In particular, raise usage examples to the module docstring instead of them living inside a rule or macro doc.


Changes are visible to end-users: no

Test plan

Also manually browsed the 'preview' on https://github.com/aspect-build/bazel-lib/tree/rm_stardoc/docs