This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch docs-slack in repository https://gitbox.apache.org/repos/asf/apisix-website.git
commit 4ca61ec0b2d9b4f916d5c7bd540426b8d447d822 Author: juzhiyuan <[email protected]> AuthorDate: Wed Oct 6 17:00:08 2021 +0800 docs: how to join slack --- website/docs/general/integrate-with-project-docs.md | 2 +- website/docs/general/sidebars.json | 3 ++- website/docs/general/slack.md | 19 +++++++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) 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..8122005 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", + "slack", "integrate-with-project-docs" ] } diff --git a/website/docs/general/slack.md b/website/docs/general/slack.md new file mode 100644 index 0000000..3384ab3 --- /dev/null +++ b/website/docs/general/slack.md @@ -0,0 +1,19 @@ +--- +id: slack +title: Slack +keywords: +- Slack +- Apache APISIX +description: This article provides 2 ways to join Apache APISIX's Slack channel. +--- + +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. \ No newline at end of file
