You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/02/24 02:32:53 UTC

[skywalking-website] branch master updated: Update website

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e397406  Update website
e397406 is described below

commit e397406f6cffe84d3f65f624833c3642e8109b1e
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Feb 24 10:32:36 2020 +0800

    Update website
---
 docs/.vuepress/config.js | 30 +++++++++++++++++++++++++++---
 docs/team/README.md      |  4 +++-
 docs/zh/team/README.md   |  4 +++-
 3 files changed, 33 insertions(+), 5 deletions(-)

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 1aa16b3..9f93720 100755
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -27,13 +27,25 @@ module.exports = {
         nav: [
           { text: "Home", link: "/" },
           { text: "Docs",  items: [
-            { text: 'Latest dev version', link: "https://github.com/apache/skywalking/tree/master/docs" },
+            { text: 'Main Repo Dev Doc', link: "https://github.com/apache/skywalking/tree/master/docs" },
+            { text: 'Nginx LUA Agent Dev Doc', link: "https://github.com/apache/skywalking-nginx-lua"},
             { text: '6.6.0', link: "https://github.com/apache/skywalking/tree/v6.6.0/docs"},
             { text: '6.5.0', link: "https://github.com/apache/skywalking/tree/v6.5.0/docs"},
-            { text: '6.4.0', link: "https://github.com/apache/skywalking/tree/v6.4.0/docs"},
             { text: 'CLI 0.1.0', link: "https://github.com/apache/skywalking-cli/tree/0.1.0"},
             { text: 'Kubernetes helm 0.1.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v1.0.0"},
           ], },
+          { text: "GitHub",  items: [
+            { text: 'Main Repo, Javaagent and Backend', link: "https://github.com/apache/skywalking/" },
+            { text: 'Nginx LUA Agent', link: "https://github.com/apache/skywalking-nginx-lua"},
+            { text: 'RocketBot UI', link: "https://github.com/apache/skywalking-rocketbot-ui"},
+            { text: 'CLI', link: "https://github.com/apache/skywalking-cli/"},
+            { text: 'Data Collect Protocol', link: "https://github.com/apache/skywalking-data-collect-protocol"},
+            { text: 'Data Query Protocol', link: "https://github.com/apache/skywalking-query-protocol"},
+            { text: 'Docker', link: "https://github.com/apache/skywalking-docker"},
+            { text: 'Kubernetes helm', link: "https://github.com/apache/skywalking-kubernetes/"},
+            { text: 'K8s Operator', link: "https://github.com/apache/skywalking-swck"},
+            { text: 'Website', link: "https://github.com/apache/skywalking-website"},
+          ], },
           { text: "Events", link: "/events/" },
           { text: "Blog", link: "/blog/" },
           { text: "Downloads", link: "/downloads/" },
@@ -63,13 +75,25 @@ module.exports = {
           { text: "文档",
             items: [
               { text: '开发版本文档', link: "https://github.com/apache/skywalking/tree/master/docs" },
+              { text: 'Nginx LUA agent 开发文档', link: "https://github.com/apache/skywalking-nginx-lua"},
               { text: '6.6.0', link: "https://github.com/apache/skywalking/tree/v6.6.0/docs"},
               { text: '6.5.0', link: "https://github.com/apache/skywalking/tree/v6.5.0/docs"},
-              { text: '6.4.0', link: "https://github.com/apache/skywalking/tree/v6.4.0/docs"},
               { text: 'CLI 0.1.0', link: "https://github.com/apache/skywalking-cli/tree/0.1.0"},
               { text: 'Kubernetes helm 0.1.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v1.0.0"},
             ],
           },
+          { text: "GitHub",  items: [
+            { text: 'Main Repo, Javaagent and Backend', link: "https://github.com/apache/skywalking/" },
+            { text: 'Nginx LUA Agent', link: "https://github.com/apache/skywalking-nginx-lua"},
+            { text: 'RocketBot UI', link: "https://github.com/apache/skywalking-rocketbot-ui"},
+            { text: 'CLI', link: "https://github.com/apache/skywalking-cli/"},
+            { text: 'Data Collect Protocol', link: "https://github.com/apache/skywalking-data-collect-protocol"},
+            { text: 'Data Query Protocol', link: "https://github.com/apache/skywalking-query-protocol"},
+            { text: 'Docker', link: "https://github.com/apache/skywalking-docker"},
+            { text: 'Kubernetes helm', link: "https://github.com/apache/skywalking-kubernetes/"},
+            { text: 'K8s Operator', link: "https://github.com/apache/skywalking-swck"},
+            { text: 'Website', link: "https://github.com/apache/skywalking-website"},
+          ], },
           { text: "事件", link: "/zh/events/" },
           { text: "博客", link: "/zh/blog/" },
           { text: "下载", link: "/zh/downloads/" },
diff --git a/docs/team/README.md b/docs/team/README.md
index c170fc8..073066f 100755
--- a/docs/team/README.md
+++ b/docs/team/README.md
@@ -49,15 +49,17 @@ Members include Project Management Committee members and committers. The List in
 
 ## Contributors
 
-SkyWalking have a lot of Contributors, since we are using GitHub, you could find them in our repository contribution list.
+SkyWalking have hundreds of Contributors, you could find them in our repository contribution list.
 
 - [SkyWalking main repository](https://github.com/apache/skywalking/graphs/contributors)
+- [SkyWalking Nginx LUA](https://github.com/apache/skywalking-nginx-lua/graphs/contributors)
 - [SkyWalking RocketBot UI](https://github.com/apache/skywalking-rocketbot-ui/graphs/contributors)
 - [SkyWalking data collect protocol](https://github.com/apache/skywalking-data-collect-protocol/graphs/contributors)
 - [SkyWalking query protocol](https://github.com/apache/skywalking-query-protocol/graphs/contributors)
 - [SkyWalking website](https://github.com/apache/skywalking-website/graphs/contributors)
 - [SkyWalking docker](https://github.com/apache/skywalking-docker/graphs/contributors)
 - [SkyWalking kubernetes](https://github.com/apache/skywalking-kubernetes/graphs/contributors)
+- [SkyWalking K8s Operator - SkyWalking Cloud on Kubernetes](https://github.com/apache/skywalking-swck/graphs/contributors)
 
 Archived
 
diff --git a/docs/zh/team/README.md b/docs/zh/team/README.md
index 6061474..c79c10d 100755
--- a/docs/zh/team/README.md
+++ b/docs/zh/team/README.md
@@ -46,15 +46,17 @@ SkyWalking团队由项目成员和提交者组成。成员可以直接访问SkyW
 |Yanlong He| heyanlong |
 
 ## 贡献者
-自从Skywalking使用Github之后,拥有了许多的贡献者,你可以在我们的存储库贡献列表中找到它们。
+SkyWalking拥有数百位的贡献者,你可以在我们的存储库贡献列表中找到它们。
 
 - [SkyWalking main repository](https://github.com/apache/skywalking/graphs/contributors)
+- [SkyWalking Nginx LUA](https://github.com/apache/skywalking-nginx-lua/graphs/contributors)
 - [SkyWalking RocketBot UI](https://github.com/apache/skywalking-rocketbot-ui/graphs/contributors)
 - [SkyWalking data collect protocol](https://github.com/apache/skywalking-data-collect-protocol/graphs/contributors)
 - [SkyWalking query protocol](https://github.com/apache/skywalking-query-protocol/graphs/contributors)
 - [SkyWalking website](https://github.com/apache/skywalking-website/graphs/contributors)
 - [SkyWalking docker](https://github.com/apache/skywalking-docker/graphs/contributors)
 - [SkyWalking kubernetes](https://github.com/apache/skywalking-kubernetes/graphs/contributors)
+- [SkyWalking K8s Operator - SkyWalking Cloud on Kubernetes](https://github.com/apache/skywalking-swck/graphs/contributors)
 
 已归档项目