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
|
|
|
|
2024-05-01 21:24:18 +00:00
|
|
|
package(default_applicable_licenses = ["//:license"])
|
2019-05-01 15:33:25 +00:00
|
|
|
|
2024-05-02 18:38:05 +00:00
|
|
|
licenses(["notice"])
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "analysis_test",
|
2022-03-29 19:14:07 +00:00
|
|
|
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(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "build_test",
|
2022-03-29 19:14:07 +00:00
|
|
|
bzl_library_target = "//rules:build_test",
|
|
|
|
out_label = "//docs:build_test_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2023-05-31 18:58:11 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "bzl_library",
|
2024-07-15 17:50:23 +00:00
|
|
|
bzl_library_target = "//rules/private:bzl_library",
|
2023-05-31 18:58:11 +00:00
|
|
|
out_label = "//docs:bzl_library.md",
|
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "collections",
|
2022-03-29 19:14:07 +00:00
|
|
|
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(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "common_settings",
|
2022-03-29 19:14:07 +00:00
|
|
|
bzl_library_target = "//rules:common_settings",
|
|
|
|
out_label = "//docs:common_settings_doc.md",
|
2022-06-01 07:58:09 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
stardoc_with_diff_test(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "copy_directory",
|
2022-06-01 07:58:09 +00:00
|
|
|
bzl_library_target = "//rules:copy_directory",
|
|
|
|
out_label = "//docs:copy_directory_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "copy_file",
|
2022-03-29 19:14:07 +00:00
|
|
|
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(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "dicts",
|
2022-03-29 19:14:07 +00:00
|
|
|
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(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "diff_test",
|
2022-03-29 19:14:07 +00:00
|
|
|
bzl_library_target = "//rules:diff_test",
|
|
|
|
out_label = "//docs:diff_test_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2024-05-29 05:24:27 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "directory",
|
|
|
|
bzl_library_target = "//rules/directory:directory",
|
|
|
|
out_label = "//docs:directory_doc.md",
|
|
|
|
)
|
|
|
|
|
2024-05-29 05:29:32 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "directory_glob",
|
|
|
|
bzl_library_target = "//rules/directory:glob",
|
|
|
|
out_label = "//docs:directory_glob_doc.md",
|
|
|
|
)
|
|
|
|
|
2024-05-29 05:24:27 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "directory_providers",
|
|
|
|
bzl_library_target = "//rules/directory:providers",
|
|
|
|
out_label = "//docs:directory_providers_doc.md",
|
|
|
|
)
|
|
|
|
|
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "directory_subdirectory",
|
|
|
|
bzl_library_target = "//rules/directory:subdirectory",
|
|
|
|
out_label = "//docs:directory_subdirectory_doc.md",
|
|
|
|
)
|
|
|
|
|
2022-04-01 22:07:48 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "expand_template",
|
2022-04-01 22:07:48 +00:00
|
|
|
bzl_library_target = "//rules:expand_template",
|
|
|
|
out_label = "//docs:expand_template_doc.md",
|
|
|
|
)
|
|
|
|
|
2024-04-24 18:53:32 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "modules",
|
|
|
|
bzl_library_target = "//lib:modules",
|
|
|
|
out_label = "//docs:modules_doc.md",
|
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "native_binary",
|
2022-03-29 19:14:07 +00:00
|
|
|
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(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "new_sets",
|
2022-03-29 19:14:07 +00:00
|
|
|
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(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "partial",
|
2022-03-29 19:14:07 +00:00
|
|
|
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(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "paths",
|
2022-03-29 19:14:07 +00:00
|
|
|
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(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "run_binary",
|
2022-03-29 19:14:07 +00:00
|
|
|
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(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "selects",
|
2022-03-29 19:14:07 +00:00
|
|
|
bzl_library_target = "//lib:selects",
|
|
|
|
out_label = "//docs:selects_doc.md",
|
2019-02-28 22:43:57 +00:00
|
|
|
)
|
|
|
|
|
2022-09-01 12:19:43 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "select_file",
|
2022-09-01 12:19:43 +00:00
|
|
|
bzl_library_target = "//rules:select_file",
|
|
|
|
out_label = "//docs:select_file_doc.md",
|
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "shell",
|
2022-03-29 19:14:07 +00:00
|
|
|
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(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "structs",
|
2022-03-29 19:14:07 +00:00
|
|
|
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-04-04 21:56:21 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "subpackages",
|
2022-04-04 21:56:21 +00:00
|
|
|
bzl_library_target = "//lib:subpackages",
|
|
|
|
out_label = "//docs:subpackages_doc.md",
|
|
|
|
)
|
|
|
|
|
2022-03-29 19:14:07 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "types",
|
2022-03-29 19:14:07 +00:00
|
|
|
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(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "unittest",
|
2022-03-29 19:14:07 +00:00
|
|
|
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(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "versions",
|
2022-03-29 19:14:07 +00:00
|
|
|
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(
|
2022-09-01 15:25:42 +00:00
|
|
|
name = "write_file",
|
2022-03-29 19:14:07 +00:00
|
|
|
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
|
|
|
)
|