This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch feat-docusaurus in repository https://gitbox.apache.org/repos/asf/apisix-website.git
commit 2551774b6d2b684b9ad2a73d9a9a744444c4d593 Author: juzhiyuan <[email protected]> AuthorDate: Sat Aug 22 13:10:39 2020 +0800 feat: update team --- docs/team.md | 28 ++++++++++++++++++++++++++++ website/siteConfig.js | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/docs/team.md b/docs/team.md new file mode 100644 index 0000000..7da24fc --- /dev/null +++ b/docs/team.md @@ -0,0 +1,28 @@ +--- +id: team +title: Team +unlisted: true +--- + +## Members + +### PMC + +### Committer + +> The following list excludes PMC members above. + +## Mentors + +## Contributors + +> You can find all contributors of Apache APISIX from GitHub contribution list. + +1. [apisix](https://github.com/apache/apisix/graphs/contributors) +2. [apisix-dashboard](https://github.com/apache/apisix-dashboard/graphs/contributors) + +## Becoming a Committer + +The Apache APISIX community follows the Apache Community’s process on accepting a new committer. After a contributor participates APISIX's community actively, PMC and Committers will make decisions to invite the contributor join Committers and PMC. + +You can read [Contributor Guide](../docs/contributor-guide) to participate the community, and can get more information on [Committer Guide](../docs/committer-guide). diff --git a/website/siteConfig.js b/website/siteConfig.js index 256b714..99527c5 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -38,7 +38,7 @@ const siteConfig = { { doc: "subscrbe-guide", label: "Docs" }, { blog: true, label: "Blog" }, { doc: "downloads", label: "Downloads" }, - { page: "help", label: "Team" }, + { doc: "team", label: "Team" }, { page: "help", label: "Help" }, { search: true }, { languages: true },
