From 908071fb2e18ce6d534d4c1b6510a6e3e25dbd90 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Tue, 8 Jun 2021 15:52:03 -0500 Subject: [PATCH] Replace IRC with Slack (#132) Our Slack community has been much more active than IRC for some time, and we would like to centralize. --- Gemfile.lock | 6 +++++- _data/nav.yml | 12 ++++-------- _data/nav_docs.yml | 4 ---- slack.md | 11 +++++++++++ 4 files changed, 20 insertions(+), 13 deletions(-) create mode 100644 slack.md diff --git a/Gemfile.lock b/Gemfile.lock index e67dbf5..e8422e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,6 +233,10 @@ GEM rubyzip (2.3.0) safe_yaml (1.0.5) sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) @@ -258,4 +262,4 @@ DEPENDENCIES github-pages BUNDLED WITH - 2.1.4 + 2.2.16 diff --git a/_data/nav.yml b/_data/nav.yml index 8ccb710..df8ac7b 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -22,16 +22,12 @@ href: https://www.facebook.com/hhvm/ category: external -- title: Twitter - href: https://twitter.com/HipHopVM - category: external - -- title: IRC - href: http://webchat.freenode.net/?channels=hhvm +- title: Slack + href: /slack/ category: external -- title: Module Support - href: http://hhvm.h4cc.de/ +- title: Twitter + href: https://twitter.com/HipHopVM category: external # Use external for external links not associated with the paths of the current site. diff --git a/_data/nav_docs.yml b/_data/nav_docs.yml index d495be3..6c7ea69 100644 --- a/_data/nav_docs.yml +++ b/_data/nav_docs.yml @@ -1,7 +1,3 @@ -- title: Grouping 1 - items: - - id: hello-world - # n title:, 1 items: per title:, n id: per items: # - title: A # items: diff --git a/slack.md b/slack.md new file mode 100644 index 0000000..d7b37ca --- /dev/null +++ b/slack.md @@ -0,0 +1,11 @@ +--- +layout: redirect +title: Hack and HHVM Slack +id: slack +destination: https://forms.gle/io5oYV1CunwZUC2EA +--- + +The Hack and HHVM Slack community is at +[https://hacklang.slack.com](https://hacklang.slack.com); to join, please +[read our code of conduct](https://opensource.facebook.com/code-of-conduct) then +[request an invitation](https://forms.gle/io5oYV1CunwZUC2EA).