Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_pkg
/
b3b1ad91b2a5559a6aeaaef28faf8979a37e5259
/
.
/
examples
/
rich_structure
/
docs
/
BUILD
blob: e33258c8f349ca7cef6dc47ac482a91f8f43ef73 [
file
] [
log
] [
blame
]
# Some docs
filegroup
(
name
=
"docs"
,
srcs
=
glob
(
[
"**/*"
],
exclude
=
[
"BUILD"
],
),
visibility
=
[
"//visibility:public"
],
)