update website (#121)

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 5d973dd..4cc7ae4 100755
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -34,6 +34,7 @@
             { text: 'Kubernetes helm 3.1.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v3.1.0"},
             { text: 'Kubernetes helm 3.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v3.0.0"},
             { text: 'Python Agent 0.3.0', link: "https://github.com/apache/skywalking-python/tree/v0.3.0"},
+            { text: 'Client JS 0.1.0', link: "https://github.com/apache/skywalking-client-js/tree/v0.1.0"},
           ], },
           { text: "GitHub",  items: [
             { text: 'Main Repo, Javaagent and Backend', link: "https://github.com/apache/skywalking/" },
@@ -47,6 +48,7 @@
             { text: 'K8s Operator', link: "https://github.com/apache/skywalking-swck"},
             { text: 'Website', link: "https://github.com/apache/skywalking-website"},
             { text: 'Python Agent', link: "https://github.com/apache/skywalking-python"},
+            { text: 'Client JS', link: "https://github.com/apache/skywalking-client-js"},
           ], },
           { text: "Events", link: "/events/" },
           { text: "Blog", link: "/blog/" },
@@ -83,6 +85,7 @@
               { text: 'Kubernetes helm 3.1.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v3.1.0"},
               { text: 'Kubernetes helm 3.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v3.0.0"},
               { text: 'Python Agent 0.3.0', link: "https://github.com/apache/skywalking-python/tree/v0.3.0"},
+              { text: 'Client JS 0.1.0', link: "https://github.com/apache/skywalking-client-js/tree/v0.1.0"},
             ],
           },
           { text: "GitHub",  items: [
@@ -97,6 +100,7 @@
             { text: 'K8s Operator', link: "https://github.com/apache/skywalking-swck"},
             { text: 'Website', link: "https://github.com/apache/skywalking-website"},
             { text: 'Python Agent', link: "https://github.com/apache/skywalking-python"},
+            { text: 'Client JS', link: "https://github.com/apache/skywalking-client-js"},
           ], },
           { text: "事件", link: "/zh/events/" },
           { text: "博客", link: "/zh/blog/" },
diff --git a/docs/README.md b/docs/README.md
index ae5cfa1..70cf793 100755
--- a/docs/README.md
+++ b/docs/README.md
@@ -27,6 +27,9 @@
 news:
   title: Events & News
   content:
+  - header: SkyWalking Client JS 0.1.0 is released
+    content: Support Browser Side Monitoring. Require SkyWalking APM 8.2+.
+    time: Oct. 30th, 2020
   - header: SkyWalking APM 8.2.0 is released
     content: Support browser side monitoring; Composite alert rules; Introduce meter analysis language; Query traces by tags
     time: Oct. 27th, 2020
@@ -36,7 +39,4 @@
   - header: SkyWalking CLI 0.4.0 is released
     content: Add dashboard command and traces search
     time: Oct. 11th, 2020
-  - header: Welcome Huaxi Jiang as new committer
-    content: Based on his continuous contributions, Huaxi Jiang (a.k.a [fgksgf](https://github.com/fgksgf)) has been voted as a new committer.
-    time: Sep. 28th, 2020
 
diff --git a/docs/downloads/README.md b/docs/downloads/README.md
index 375d5e5..4d9e0cf 100755
--- a/docs/downloads/README.md
+++ b/docs/downloads/README.md
@@ -22,7 +22,7 @@
 
 | Date | Version| | Downloads |
 |:---:|:--:|:--:|:--:|
-| Oct. 24th, 2020 | 0.3.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/nginx-lua/0.3.0//skywalking-nginx-lua-0.3.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/nginx-lua/0.3.0/skywalking-nginx-lua-0.3.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/nginx-lua/0.3.0/skywalking-nginx-lua-0.3.0-src.tgz.sha512)|
+| Oct. 24th, 2020 | 0.3.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/nginx-lua/0.3.0/skywalking-nginx-lua-0.3.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/nginx-lua/0.3.0/skywalking-nginx-lua-0.3.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/nginx-lua/0.3.0/skywalking-nginx-lua-0.3.0-src.tgz.sha512)|
 
 ### SkyWalking CLI
 | Date | Version| | Downloads |
@@ -44,6 +44,11 @@
 | Jun. 27th, 2020 | 3.0.0 for SkyWalking 8.0.1 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/kubernetes/3.0.0/skywalking-kubernetes-3.0.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/kubernetes/3.0.0/skywalking-kubernetes-3.0.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/kubernetes/3.0.0/skywalking-kubernetes-3.0.0-src.tgz.sha512)|
 | | | Binary Distribution (Kubernetes)| [[tgz]](https://www.apache.org/dyn/closer.cgi/skywalking/kubernetes/3.0.0/skywalking-3.0.0.tgz) [[asc]](https://downloads.apache.org/skywalking/kubernetes/3.0.0/skywalking-3.0.0.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/kubernetes/3.0.0/skywalking-3.0.0.tgz.sha512)|
 
+### SkyWalking Client JS
+| Date | Version| | Downloads |
+|:---:|:--:|:--:|:--:|
+| Oct. 30th, 2020 | 0.1.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/client-js/0.1.0/skywalking-client-js-0.1.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/client-js/0.1.0/skywalking-client-js-0.1.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/client-js/0.1.0/skywalking-client-js-0.1.0-src.tgz.sha512)|
+
 ### All Releases
 * Find all SkyWalking releases in the [Archive repository](https://archive.apache.org/dist/skywalking/)
 * [Archive incubating repository](https://archive.apache.org/dist/incubator/skywalking/) hosts older releases when SkyWalking was an incubator project.
diff --git a/docs/events/README.md b/docs/events/README.md
index 5e94a00..d9b5f83 100755
--- a/docs/events/README.md
+++ b/docs/events/README.md
@@ -1,5 +1,10 @@
 # SkyWalking Events
 
+## Release Apache SkyWalking Client JS 0.1.0
+###### Oct. 30th, 2020
+SkyWalking Client JS 0.1.0 is released. Go to [downloads](/downloads) page to find release tars.
+- Support Browser Side Monitoring. Require SkyWalking APM 8.2+.
+
 ## Release Apache SkyWalking APM 8.2.0
 ###### Oct. 27th, 2020
 SkyWalking 8.2.0 is released. Go to [downloads](/downloads) page to find release tars.
diff --git a/docs/zh/README.md b/docs/zh/README.md
index 05d93d4..291f680 100755
--- a/docs/zh/README.md
+++ b/docs/zh/README.md
@@ -28,16 +28,16 @@
 news:
   title: 事件 & 新闻
   content:
+   - header: SkyWalking Client JS 0.1.0 发布
+     content: 支持浏览器监控。需要SkyWalking APM 8.2以上版本。
+     time: 2020 年 10 月 30 日
   - header: SkyWalking APM 8.2.0 发布
     content: 支持浏览器端监控; 告警支持组合条件; 引入指标分析语言; 支持通过 tag 查询链路数据
-    time: Oct. 27th, 2020
+    time: 2020 年 10 月 27 日
   - header: SkyWalking Nginx LUA 0.3.0 发布
     content: 库添加前缀避免与其他 LUA 库产生冲突; 添加 `http.status` tag
-    time: Oct. 24th, 2020
+    time: 2020 年 10 月 24 日
   - header: SkyWalking CLI 0.4.0 发布
     content: 新增 dashboard 命令和 trace 搜索
     time: 2020 年 10 月 11 日
-  - header: 欢迎江华禧成为新的committer
-    content: 根据他长期的项目贡献,他被投票选举为项目的 committer
-    time: 2020 年 9 月 28 日
 
diff --git a/docs/zh/downloads/README.md b/docs/zh/downloads/README.md
index f57b954..7713898 100755
--- a/docs/zh/downloads/README.md
+++ b/docs/zh/downloads/README.md
@@ -20,7 +20,7 @@
 ### SkyWalking Nginx LUA
 | 日期 | 版本| | 下载 |
 |:---:|:--:|:--:|:--:|
-| Oct. 24th, 2020 | 0.3.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/nginx-lua/0.3.0//skywalking-nginx-lua-0.3.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/nginx-lua/0.3.0/skywalking-nginx-lua-0.3.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/nginx-lua/0.3.0/skywalking-nginx-lua-0.3.0-src.tgz.sha512)|
+| Oct. 24th, 2020 | 0.3.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/nginx-lua/0.3.0/skywalking-nginx-lua-0.3.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/nginx-lua/0.3.0/skywalking-nginx-lua-0.3.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/nginx-lua/0.3.0/skywalking-nginx-lua-0.3.0-src.tgz.sha512)|
 
 ### SkyWalking CLI
 | 日期 | 版本| | 下载 |
@@ -42,6 +42,11 @@
 | Jun. 27th, 2020 | 3.0.0 for SkyWalking 8.0.1 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/kubernetes/3.0.0/skywalking-kubernetes-3.0.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/kubernetes/3.0.0/skywalking-kubernetes-3.0.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/kubernetes/3.0.0/skywalking-kubernetes-3.0.0-src.tgz.sha512)|
 | | | Binary Distribution (Kubernetes)| [[tgz]](https://www.apache.org/dyn/closer.cgi/skywalking/kubernetes/3.0.0/skywalking-3.0.0.tgz) [[asc]](https://downloads.apache.org/skywalking/kubernetes/3.0.0/skywalking-3.0.0.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/kubernetes/3.0.0/skywalking-3.0.0.tgz.sha512)|
 
+### SkyWalking Client JS
+| 日期 | 版本| | 下载 |
+|:---:|:--:|:--:|:--:|
+| Oct. 30th, 2020 | 0.1.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/client-js/0.1.0/skywalking-client-js-0.1.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/client-js/0.1.0/skywalking-client-js-0.1.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/client-js/0.1.0/skywalking-client-js-0.1.0-src.tgz.sha512)|
+
 ### 所有历史版本
 * 可以在[归档库](https://archive.apache.org/dist/skywalking/)中,找到SkyWalking所有的历史发布版本
 * [孵化器阶段发行版归档库](ttps://archive.apache.org/dist/incubator/skywalking/)包含SkyWalking还在孵化器时的发布版本。
diff --git a/docs/zh/events/README.md b/docs/zh/events/README.md
index db25dc2..e6b2051 100755
--- a/docs/zh/events/README.md
+++ b/docs/zh/events/README.md
@@ -1,5 +1,10 @@
 # SkyWalking 事件概要
 
+## SkyWalking Client JS探针0.1.0发布
+###### 2020 年 10 月 30 日
+SkyWalking Client Js 0.1.0 发布. 前往 [下载页面](/downloads) 查看如何使用.
+- 支持浏览器监控. 需要SkyWalking APM 8.2以上版本.
+
 ## Release Apache SkyWalking APM 8.2.0
 ###### 2020 年 10 月 27 日
 SkyWalking 8.2.0 发布. 前往 [下载页面](/downloads) 查看如何使用.