This is an automated email from the ASF dual-hosted git repository.
liuxiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 96e08f4 docs: how to join slack? (#643)
96e08f4 is described below
commit 96e08f48ef8538f866093406685a12a78da54d8f
Author: 琚致远 <[email protected]>
AuthorDate: Tue Oct 12 19:12:29 2021 +0800
docs: how to join slack? (#643)
---
website/docs/general/community.md | 22 ++++++++++++++++++++++
.../docs/general/integrate-with-project-docs.md | 2 +-
website/docs/general/sidebars.json | 3 ++-
3 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/website/docs/general/community.md
b/website/docs/general/community.md
new file mode 100644
index 0000000..90efa0f
--- /dev/null
+++ b/website/docs/general/community.md
@@ -0,0 +1,22 @@
+---
+id: community
+title: Community
+keywords:
+ - Slack
+ - Community
+ - Apache APISIX
+description: This article provides useful information about Apache APISIX's
Community, including 2 ways to join the Slack channel.
+---
+
+## Slack
+
+Apache APISIX provides 2 ways to join the Slack channel.
+
+### Get help from Mailing List (recommended)
+
+1. Subscribe the mailing list according to [this guide](subscribe-guide.md);
+2. Send a mail to [[email protected]](mailto:[email protected]) and
wait for reply.
+
+### Use the invitation link below
+
+Please use this link
[https://join.slack.com/t/the-asf/shared_invite/zt-vlfbf7ch-HkbNHiU_uDlcH_RvaHv9gQ](https://join.slack.com/t/the-asf/shared_invite/zt-vlfbf7ch-HkbNHiU_uDlcH_RvaHv9gQ).
If this link is expired, please use the mailing list way.
diff --git a/website/docs/general/integrate-with-project-docs.md
b/website/docs/general/integrate-with-project-docs.md
index c77c3b0..41f2bca 100644
--- a/website/docs/general/integrate-with-project-docs.md
+++ b/website/docs/general/integrate-with-project-docs.md
@@ -13,7 +13,7 @@ description: This article explains Apache APISIX documents'
directory structure,
Put all Markdown files into the latest directory
-```
+```text
/docs
├── assets
│ ├── images
diff --git a/website/docs/general/sidebars.json
b/website/docs/general/sidebars.json
index 70d4ca1..f5b3683 100644
--- a/website/docs/general/sidebars.json
+++ b/website/docs/general/sidebars.json
@@ -2,11 +2,12 @@
"docs": {
"General": [
"security",
+ "2fa",
"subscribe-guide",
"contributor-guide",
"committer-guide",
- "2fa",
"release-guide",
+ "community",
"integrate-with-project-docs"
]
}