diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-05-29 04:17:23 -0400 |
---|---|---|
committer | Nicolas Lacasse <nicolas.lacasse@gmail.com> | 2019-05-30 10:48:48 -0700 |
commit | b532e65552a6035a827b5df28aaaee4d003c420e (patch) | |
tree | 833d60cb0ad206ad873157538d88d0facd7674be | |
parent | d6be24ec3e56af1b7edeed1ab85416e08dd76aa6 (diff) |
Add gitter link to footer
-rw-r--r-- | config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml index a6d662378..db656053d 100644 --- a/config.toml +++ b/config.toml @@ -116,6 +116,11 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY icon = "fa fa-book" desc = "Read our documentation to understand gVisor, its architecture and trade-offs, and how to use it." [[params.links.user]] + name = "Chat" + url = "https://gitter.im/gvisor/community" + icon = "fa fa-comment" + desc = "Get support and chat about how to use gVisor" +[[params.links.user]] name = "User mailing list" url = "https://groups.google.com/forum/#!forum/gvisor-users" icon = "fa fa-envelope" |