We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71e2e2 commit f38d55fCopy full SHA for f38d55f
1 file changed
docs/BUILD
@@ -1,5 +1,5 @@
1
-load("@stardoc//stardoc:stardoc.bzl", "stardoc")
2
load("@aspect_bazel_lib//lib:write_source_files.bzl", "write_source_files")
+load("@stardoc//stardoc:stardoc.bzl", "stardoc")
3
4
stardoc(
5
name = "docs",
@@ -26,8 +26,8 @@ stardoc(
26
)
27
28
write_source_files(
29
- name = "update",
30
- files = {
31
- "index.md": ":docs",
32
- }
+ name = "update",
+ files = {
+ "index.md": ":docs",
+ },
33
0 commit comments