mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-25 11:32:33 +00:00
6f7469dd03
* add stardoc helpers * fix incorrect default template in stardoc_with_diff_test() * add stardoc helpers * fix failing build for docs.md; add templates; cleanup
11 lines
236 B
Python
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
|