This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch archived-repos in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
commit ea2705b601c364210ba681a590c4ed6fd60af35e Author: Wu Sheng <[email protected]> AuthorDate: Mon Sep 20 09:32:30 2021 +0800 Fix some links and list archived repositories. --- content/team/_index.md | 6 ++---- data/docs.yml | 28 ++++++++++++++++++++++------ 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/content/team/_index.md b/content/team/_index.md index e78e171..316e8b4 100644 --- a/content/team/_index.md +++ b/content/team/_index.md @@ -75,8 +75,6 @@ Members include Project Management Committee members and committers. The list is -Archived - - [SkyWalking UI](https://github.com/apache/skywalking-ui/graphs/contributors). Replaced by RocketBot UI. - [SkyWalking OAL tool](https://github.com/apache/skywalking-oal-tool/graphs/contributors) @@ -86,9 +84,9 @@ Archived ## Becoming a Committer -SkyWalking follows the Apache way to build the community. Anyone can become a committer once they have contributed sufficiently to the project and earned the trust. Read [Contributing Guides](https://github.com/apache/skywalking/blob/master/docs/en/guides/README.md) to take part in the community. +SkyWalking follows the Apache way to build the community. Anyone can become a committer once they have contributed sufficiently to the project and earned the trust. Read [Contributing Guides](https://skywalking.apache.org/docs/main/latest/en/guides/readme/) to take part in the community. -The SkyWalking community follows the [Apache Community’s process](http://community.apache.org/newcommitter.html) on accepting a new committer. +The SkyWalking community follows the [Apache SkyWalking committer process](https://skywalking.apache.org/docs/main/latest/en/guides/asf/committer/) on accepting a new committer. 1. Start the discussion and vote in @private. Only current PMC member could nominate. 1. If the vote passes, send an offer to become a committer with @private CC’ed. diff --git a/data/docs.yml b/data/docs.yml index 927718a..2bc0e19 100644 --- a/data/docs.yml +++ b/data/docs.yml @@ -154,12 +154,6 @@ - version: v0.3.0 link: https://github.com/apache/skywalking-swck/tree/0.3.0 - - name: (Archived) Docker Files - icon: D - description: Docker files for Apache SkyWalking(version <= 8.7.0) javaagent, OAP, and UI. - user: apache - repo: skywalking-docker - - type: Protocol description: @@ -227,6 +221,28 @@ link: /docs/skywalking-infra-e2e/v1.0.0/readme/ commitId: a41898eb4e57f2f73aae58a8a4848d94efd4eabb +- type: Archived Repositories + description: All following repositories are archived, which means there is no further activities happening there. + list: + + - name: (Archived) Docker Files + icon: D + description: Docker files for Apache SkyWalking(version <= 8.7.0) javaagent, OAP, and UI. + user: apache + repo: skywalking-docker + + - name: (Archived) Legacy UI + icon: UI + description: The web UI for skywalking APM + user: apache + repo: skywalking-ui + + - name: (Archived) OAL Generator + icon: UI + description: Observability Analysis Language(OAL) Tool is a code generation tool for SkyWalking. From Nov. 6th 2018, merged into main codebase. + user: apache + repo: skywalking-oal-tool + - type: Ecosystem description: All following repositories are a part of SkyWalking ecosystem, as agent implementations, extensions, or tools. All the source codes and their distributions are not belonging to the Apache Software Foundation. list:
