This is an automated email from the ASF dual-hosted git repository.
juzhiyuan 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 1799eb6 docs: improve Community Section (#897)
1799eb6 is described below
commit 1799eb632b19c836d0d6085db595740863996714
Author: Anita-ihuman <[email protected]>
AuthorDate: Fri Mar 4 04:21:40 2022 +0100
docs: improve Community Section (#897)
Co-authored-by: 琚致远 <[email protected]>
Co-authored-by: Avinal Kumar <[email protected]>
Co-authored-by: Shivam Singh <[email protected]>
Co-authored-by: Navendu Pottekkat <[email protected]>
---
website/config/navbar.js | 2 +-
website/docs/general/community.md | 22 +++++++++++++++-------
website/docs/general/sidebars.json | 10 +++++-----
3 files changed, 21 insertions(+), 13 deletions(-)
diff --git a/website/config/navbar.js b/website/config/navbar.js
index f99479a..d3c19ce 100644
--- a/website/config/navbar.js
+++ b/website/config/navbar.js
@@ -38,7 +38,7 @@ module.exports = [
},
{
label: "General",
- to: "/docs/general/security",
+ to: "/docs/general/community",
},
],
},
diff --git a/website/docs/general/community.md
b/website/docs/general/community.md
index f1c0137..08c065b 100644
--- a/website/docs/general/community.md
+++ b/website/docs/general/community.md
@@ -8,16 +8,24 @@ keywords:
description: This article provides useful information about Apache APISIX's
Community, including 2 ways to join the Slack channel.
---
-The Apache APISIX community communicates over Slack and a mailing list. Join
both to be in the loop for discussions related to the project and the community.
-## Joining the Mailing List
+Apache APISIX is a project maintained by community members under the Apache
Software Foundation.
+It is an open source project that abides by the [Apache Software Foundation's
code of conduct](https://www.apache.org/foundation/policies/conduct.html).
Apache APISIX is a dynamic, real-time, high-performance Cloud-Native API
Gateway. It handles traditional north-south traffic, as well as east-west
traffic between services.
-See the [Subscription Guide](/docs/general/subscribe-guide) to learn more
about how you can subscribe to the Apache APISIX mailing list.
+## How to Get Involved
-## Joining the Slack Channel
+Apache APISIX is an open source infrastructure software project that provides
API processing and analytics with products and solutions for microservices and
real-time traffic processing; such as API gateway, k8s ingress controller, and
Service Mesh.
-You can join the Slack channel directly using [this
invite](https://join.slack.com/t/the-asf/shared_invite/zt-vlfbf7ch-HkbNHiU_uDlcH_RvaHv9gQ).
+Want to get involved with a project, join our slack community, collaborate &
interact with other community members who will make sure you are not left out.
We are open to any form of contribution; like code contributions, design,
community management, advocacy, or you can just to listen in.
-_Please open an issue if this link is expired._
+### Joining the Mailing List
-You can also join via the [mailing list](/docs/general/subscribe-guide) by
sending an email to the list ([email protected]) asking for help to join.
+The Apache APISIX project is built by the collaboration of the community and
great contributors. Catch up on other activities in this community by
[subscribing to the mailing
list](https://apisix.apache.org/docs/general/subscribe-guide).
+
+### Joining the Slack Channel
+
+You can join the Apache APISIX Slack channel in two ways:
+
+- using [this
invite](https://join.slack.com/t/the-asf/shared_invite/zt-vlfbf7ch-HkbNHiU_uDlcH_RvaHv9gQ)
(_Please open an issue if this link is expired_).
+
+- By sending an email to the list
([[email protected]](mailto:[email protected])) requesting help to
join.
diff --git a/website/docs/general/sidebars.json
b/website/docs/general/sidebars.json
index c6c0b4e..51988b5 100644
--- a/website/docs/general/sidebars.json
+++ b/website/docs/general/sidebars.json
@@ -1,14 +1,14 @@
{
"docs": {
"General": [
- "security",
- "2fa",
- "subscribe-guide",
+ "community",
"contributor-guide",
- "blog",
"committer-guide",
+ "subscribe-guide",
+ "blog",
+ "security",
+ "2fa",
"release-guide",
- "community",
"integrate-with-project-docs"
]
}