2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-25 11:32:33 +00:00
bazel-lib/lib/docs.bzl
Chaitanya Varier 6f7469dd03
feat: add doc helpers (#2)
* add stardoc helpers

* fix incorrect default template in stardoc_with_diff_test()

* add stardoc helpers

* fix failing build for docs.md; add templates; cleanup
2021-11-10 06:34:00 -08:00

11 lines
236 B
Python

"Public API for docs helpers"
load(
"//lib/private:docs.bzl",
_stardoc_with_diff_test = "stardoc_with_diff_test",
_update_docs = "update_docs",
)
stardoc_with_diff_test = _stardoc_with_diff_test
update_docs = _update_docs