2022-03-29 19:14:07 +00:00
|
|
|
load("//docs/private:stardoc_with_diff_test.bzl", "stardoc_with_diff_test", "update_docs")
|
2019-02-28 22:43:57 +00:00
|
|
|
|
2019-05-01 15:33:25 +00:00
|
|
|
licenses(["notice"])
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//rules:analysis_test",
|
|
|
|
out_label = "//docs:analysis_test_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//rules:build_test",
|
|
|
|
out_label = "//docs:build_test_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//lib:collections",
|
|
|
|
out_label = "//docs:collections_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//rules:common_settings",
|
|
|
|
out_label = "//docs:common_settings_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//rules:copy_file",
|
|
|
|
out_label = "//docs:copy_file_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//lib:dicts",
|
|
|
|
out_label = "//docs:dicts_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//rules:diff_test",
|
|
|
|
out_label = "//docs:diff_test_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-04-01 22:07:48 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//rules:expand_template",
|
|
|
|
out_label = "//docs:expand_template_doc.md",
|
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//rules:native_binary",
|
|
|
|
out_label = "//docs:native_binary_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//lib:new_sets",
|
|
|
|
out_label = "//docs:new_sets_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//lib:partial",
|
|
|
|
out_label = "//docs:partial_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//lib:paths",
|
|
|
|
out_label = "//docs:paths_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//rules:run_binary",
|
|
|
|
out_label = "//docs:run_binary_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//lib:selects",
|
|
|
|
out_label = "//docs:selects_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//lib:shell",
|
|
|
|
out_label = "//docs:shell_doc.md",
|
2019-03-18 12:23:15 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//lib:structs",
|
|
|
|
out_label = "//docs:structs_doc.md",
|
2019-03-19 06:52:56 +00:00
|
|
|
)
|
2019-04-12 17:35:29 +00:00
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//lib:types",
|
|
|
|
out_label = "//docs:types_doc.md",
|
2019-04-12 17:35:29 +00:00
|
|
|
)
|
2019-05-14 11:33:01 +00:00
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//lib:unittest",
|
|
|
|
out_label = "//docs:unittest_doc.md",
|
2019-05-14 11:33:01 +00:00
|
|
|
)
|
2019-05-21 12:46:09 +00:00
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//lib:versions",
|
|
|
|
out_label = "//docs:versions_doc.md",
|
2019-05-21 12:46:09 +00:00
|
|
|
)
|
2019-07-03 16:46:14 +00:00
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
bzl_library_target = "//rules:write_file",
|
|
|
|
out_label = "//docs:write_file_doc.md",
|
|
|
|
)
|
|
|
|
|
|
|
|
# update_docs must be at the bottom of the BUILD file
|
|
|
|
update_docs(
|
|
|
|
name = "update",
|
|
|
|
docs_folder = "docs",
|
2019-07-03 16:46:14 +00:00
|
|
|
)
|