summaryrefslogtreecommitdiffhomepage
path: root/website/content/docs/community/index.md
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-04-27 22:24:58 -0700
committerAdin Scannell <ascannell@google.com>2020-05-06 14:15:18 -0700
commit508e25b6d6e9a81edb6ddf8738450b79898b446a (patch)
treea7f6105ac25c8a879ed880e477d89ec6b6eb1a24 /website/content/docs/community/index.md
parent8cb33ce5ded7d417710e7e749524b895deb20397 (diff)
Adapt website to use g3doc sources and bazel.
This adapts the merged website repository to use the image and bazel build framework. It explicitly avoids the container_image rules provided by bazel, opting instead to build with direct docker commands when necessary. The relevant build commands are incorporated into the top-level Makefile.
Diffstat (limited to 'website/content/docs/community/index.md')
-rwxr-xr-xwebsite/content/docs/community/index.md37
1 files changed, 0 insertions, 37 deletions
diff --git a/website/content/docs/community/index.md b/website/content/docs/community/index.md
deleted file mode 100755
index f2eb858cc..000000000
--- a/website/content/docs/community/index.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-title: Contributing
-layout: docs
-category: Project
-weight: 20
-permalink: /docs/community/
----
-
-Contributions are accepted through our [GitHub][github] repositories. See the
-[contribution guide][contributing].
-
-## Governance
-
-See the project [governance][governance]. All projects are covered by our [code
-of conduct][codeofconduct].
-
-## Communication channels
-
-The project maintains two mailing lists:
-
-* [gvisor-users][gvisor-users] for accouncements and general discussion.
-* [gvisor-dev][gvisor-dev] for development and contribution.
-
-We also have a [chat room hosted on Gitter][gitter-chat].
-
-The community calendar shows upcoming public meetings and opportunities to
-collaborate.
-
-<iframe src="https://calendar.google.com/calendar/b/1/embed?showTitle=0&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=bd6f4k210u3ukmlj9b8vl053fk%40group.calendar.google.com&amp;color=%23AB8B00&amp;ctz=America%2FLos_Angeles" style="border-width:0" width="600" height="400" frameborder="0" scrolling="no"></iframe>
-
-[contributing]: https://github.com/google/gvisor/blob/master/CONTRIBUTING.md
-[github]: https://github.com/google/gvisor
-[gitter-chat]: https://gitter.im/gvisor/community
-[governance]: https://github.com/google/gvisor/blob/master/GOVERNANCE.md
-[gvisor-dev]: https://groups.google.com/forum/#!forum/gvisor-dev
-[gvisor-users]: https://groups.google.com/forum/#!forum/gvisor-users
-[codeofconduct]: https://github.com/google/gvisor/blob/master/CODE_OF_CONDUCT.md