diff options
Diffstat (limited to 'g3doc/BUILD')
-rw-r--r-- | g3doc/BUILD | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/g3doc/BUILD b/g3doc/BUILD index dbbf96204..c315d38be 100644 --- a/g3doc/BUILD +++ b/g3doc/BUILD @@ -33,3 +33,12 @@ doc( subcategory = "Community", weight = "95", ) + +doc( + name = "style", + src = "style.md", + category = "Project", + permalink = "/community/style_guide/", + subcategory = "Community", + weight = "10", +) |