2021-11-08 14:20:26 +00:00
|
|
|
# These loads are in the docs/ package rather than anything users depend on
|
|
|
|
# so that the dependency on stardoc doesn't leak to them.
|
2021-11-10 14:34:00 +00:00
|
|
|
load("//lib:docs.bzl", "stardoc_with_diff_test", "update_docs")
|
2021-11-08 14:20:26 +00:00
|
|
|
|
2021-11-17 05:30:32 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "copy_to_directory",
|
2022-03-04 00:40:32 +00:00
|
|
|
bzl_library_target = "//lib:copy_to_directory",
|
2021-11-17 05:30:32 +00:00
|
|
|
)
|
|
|
|
|
2021-11-10 14:34:00 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "docs",
|
2021-11-10 14:34:00 +00:00
|
|
|
bzl_library_target = "//lib:docs",
|
|
|
|
)
|
2021-11-08 14:20:26 +00:00
|
|
|
|
2021-11-10 14:34:00 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "expand_make_vars",
|
2021-11-10 14:34:00 +00:00
|
|
|
bzl_library_target = "//lib:expand_make_vars",
|
|
|
|
)
|
2021-11-08 14:20:26 +00:00
|
|
|
|
2021-11-10 14:34:00 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "params_file",
|
2021-11-10 14:34:00 +00:00
|
|
|
bzl_library_target = "//lib:params_file",
|
|
|
|
func_template = "//docs/templates:func_html.vm",
|
|
|
|
)
|
|
|
|
|
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "paths",
|
2021-11-10 14:34:00 +00:00
|
|
|
bzl_library_target = "//lib:paths",
|
|
|
|
)
|
2021-11-08 14:20:26 +00:00
|
|
|
|
2021-11-10 14:34:00 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "utils",
|
2021-11-10 14:34:00 +00:00
|
|
|
bzl_library_target = "//lib:utils",
|
2021-11-08 14:20:26 +00:00
|
|
|
)
|
|
|
|
|
2021-12-09 00:47:45 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "jq",
|
2021-12-09 00:47:45 +00:00
|
|
|
bzl_library_target = "//lib:jq",
|
|
|
|
)
|
|
|
|
|
2022-01-28 02:15:28 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "write_source_files",
|
2022-01-28 02:15:28 +00:00
|
|
|
bzl_library_target = "//lib:write_source_files",
|
|
|
|
)
|
|
|
|
|
2022-03-04 00:40:32 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "directory_path",
|
2022-03-04 00:40:32 +00:00
|
|
|
bzl_library_target = "//lib:directory_path",
|
|
|
|
)
|
|
|
|
|
2021-11-10 14:34:00 +00:00
|
|
|
update_docs(
|
2021-11-08 14:20:26 +00:00
|
|
|
name = "update",
|
|
|
|
)
|