diff options
Diffstat (limited to 'g3doc/proposals/BUILD')
-rw-r--r-- | g3doc/proposals/BUILD | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/g3doc/proposals/BUILD b/g3doc/proposals/BUILD new file mode 100644 index 000000000..3a7a377c3 --- /dev/null +++ b/g3doc/proposals/BUILD @@ -0,0 +1,16 @@ +load("//website:defs.bzl", "doc") + +package( + default_visibility = ["//website:__pkg__"], + licenses = ["notice"], +) + +doc( + name = "gsoc_2021", + src = "gsoc-2021-ideas.md", + category = "Project", + include_in_menu = False, + permalink = "/community/gsoc_2021", + subcategory = "Community", + weight = "99", +) |