diff options
author | Rahat Mahmood <rahat@google.com> | 2021-02-10 13:04:24 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-10 13:06:42 -0800 |
commit | c2f204658ed4a6b0bd110577f22fbfd4104a6f96 (patch) | |
tree | ef767f606acb8029b282c724aeb4c7e247ae4bcd /g3doc/proposals/BUILD | |
parent | 458bf12c1360570fc4cf0fd206768393c3d976f5 (diff) |
Add proposal for io_uring project.
PiperOrigin-RevId: 356807933
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", +) |