blob: d4742ad53febe5771b946572a95d0198d78d0100 [file] [edit]
load("//docs:doc_helpers.bzl", "stardoc_with_diff_test", "update_docs")
# For each doc file, generate MD from bzl_library, then perform diff test
stardoc_with_diff_test(
bzl_library_target = "//docs/go/extras:extras",
out_label = "//docs/go/extras:extras.md",
)
stardoc_with_diff_test(
bzl_library_target = "//docs/go/core:rules",
out_label = "//docs/go/core:rules.md",
)
# Update MD in local source tree
update_docs(
name = "update",
)