From c32bf0df65faed5606a395f9be06b58f598536cf Mon Sep 17 00:00:00 2001 From: Peter Marshall Date: Thu, 15 Sep 2022 13:52:46 +0100 Subject: [PATCH] Docs - README.md community channels removal + link (#12843) * README.md community channels Removed explicit links to project channels in favour of a link direct to the Community page on druid.apache.org. Updated nav to match remaining headings in the README. * Update README.md Reintroduced the old section and amended the nav bar to point to back to the community section. * Incorporated suggested wording from @paul-rogers with some stylistic blahness * Updated Slack phraseology to be closer to the Google User Groups header wording and called out specific channels * Added new wording re: events and articles with link to the repo to contribute them --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 24009448b7b..09d834c2dcd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ ~ under the License. --> -[![Slack](https://img.shields.io/badge/slack-%23druid-72eff8?logo=slack)](https://druid.apache.org/community/join-slack) [![Build Status](https://api.travis-ci.com/apache/druid.svg?branch=master)](https://app.travis-ci.com/github/apache/druid) [![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/apache/druid.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/druid/context:java) [![Coverage Status](https://img.shields.io/codecov/c/gh/apache/druid)](https://codecov.io/gh/apache/druid) @@ -29,12 +28,14 @@ --- [Website](https://druid.apache.org/) | -[Documentation](https://druid.apache.org/docs/latest/design/) | -[Developer Mailing List](https://lists.apache.org/list.html?dev@druid.apache.org) | -[User Mailing List](https://groups.google.com/forum/#!forum/druid-user) | -[Slack](https://druid.apache.org/community/join-slack) | [Twitter](https://twitter.com/druidio) | -[Download](https://druid.apache.org/downloads.html) +[Download](https://druid.apache.org/downloads.html) | +[Get Started](#getting-started) | +[Documentation](https://druid.apache.org/docs/latest/design/) | +[Community](#community) | +[Build](#building-from-source) | +[Contribute](#contributing) | +[License](#license) --- @@ -79,14 +80,14 @@ If you would like to contribute documentation, please do so under ### Community -Community support is available on the -[druid-user mailing list](https://groups.google.com/forum/#!forum/druid-user), which -is hosted at Google Groups. +Visit the official project [community](https://druid.apache.org/community/) page to read about getting involved in contributing to Apache Druid, and how we help one another use and operate Druid. -Development discussions occur on [dev@druid.apache.org](https://lists.apache.org/list.html?dev@druid.apache.org), which -you can subscribe to by emailing [dev-subscribe@druid.apache.org](mailto:dev-subscribe@druid.apache.org). +* Druid users can find help in the [`druid-user`](https://groups.google.com/forum/#!forum/druid-user) mailing list on Google Groups, and have more technical conversations in `#troubleshooting` on Slack. +* Druid development discussions take place in the [`druid-dev`](https://lists.apache.org/list.html?dev@druid.apache.org) mailing list ([dev@druid.apache.org](https://lists.apache.org/list.html?dev@druid.apache.org)). Subscribe by emailing [dev-subscribe@druid.apache.org](mailto:dev-subscribe@druid.apache.org). For live conversations, join the `#dev` channel on Slack. -Chat with Druid committers and users in real-time on the Apache Druid Slack channel. Please use [this invitation link to join and invite others](https://druid.apache.org/community/join-slack). +Check out the official [community](https://druid.apache.org/community/) page for details of how to join the community Slack channels. + +Find articles written by community members and a calendar of upcoming events on the [project site](https://druid.apache.org/) - contribute your own events and articles by submitting a PR in the [`apache/druid-website-src`](https://github.com/apache/druid-website-src/tree/master/_data) repository. ### Building from source