diff options
Diffstat (limited to 'g3doc/BUILD')
-rw-r--r-- | g3doc/BUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g3doc/BUILD b/g3doc/BUILD index 24177ad06..dbbf96204 100644 --- a/g3doc/BUILD +++ b/g3doc/BUILD @@ -9,6 +9,10 @@ doc( name = "index", src = "README.md", category = "Project", + data = glob([ + "*.png", + "*.svg", + ]), permalink = "/docs/", weight = "0", ) |