summaryrefslogtreecommitdiff
path: root/examples/rich_structure/docs/BUILD
blob: a0868d3efa60c0afd46f3274f22044ceb8343fee (plain)
1
2
3
4
5
6
7
# Some docs

filegroup(
    name = "docs",
    srcs = glob(["**/*"], exclude=["BUILD"]),
    visibility = ["//visibility:public"],
)