Website update for 6.6.0 release.
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index feb8c5b..1aa16b3 100755
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -28,9 +28,11 @@
           { text: "Home", link: "/" },
           { text: "Docs",  items: [
             { text: 'Latest dev version', link: "https://github.com/apache/skywalking/tree/master/docs" },
+            { 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: "Events", link: "/events/" },
           { text: "Blog", link: "/blog/" },
@@ -61,9 +63,11 @@
           { text: "文档",
             items: [
               { text: '开发版本文档', link: "https://github.com/apache/skywalking/tree/master/docs" },
+              { 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: "事件", link: "/zh/events/" },
diff --git a/docs/README.md b/docs/README.md
index 9da519c..4a7cec6 100755
--- a/docs/README.md
+++ b/docs/README.md
@@ -25,6 +25,9 @@
 news:
   title: Events & News
   content:
+  - header: SkyWalking 6.6.0 release
+    content: Service Instance dependency detection is available. Support ElasticSearch 7 as a storage option. Reduce the register load.
+    time: Dec. 27th 2019
   - header: SkyWalking Chart 1.0.0 for SkyWaling 6.5.0 release
     content: SkyWalking Chart is used to deploy SkyWalking to Kubernetes cluster.
     time: Dec. 26th 2019
@@ -33,7 +36,4 @@
     time: Dec. 10th 2019
   - header: SkyWalking CLI 0.1.0 release
     content: SkyWalking CLI 0.1.0 is generally available, basic functionalities are supported by multiple commands.
-    time: Dec. 10th 2019
-  - header: Welcome Qiuxia Fan as new committer
-    content: Based on his continuous contributions, Qiuxia Fan (a.k.a [Fine0830](https://github.com/Fine0830)) has been voted as a new committer.
-    time: Nov. 23th 2019
\ No newline at end of file
+    time: Dec. 10th 2019
\ No newline at end of file
diff --git a/docs/events/README.md b/docs/events/README.md
index a084d06..8f33617 100755
--- a/docs/events/README.md
+++ b/docs/events/README.md
@@ -3,9 +3,9 @@
 ## Release Apache SkyWalking APM 6.6.0
 ###### Dec. 27th, 2019
 6.6.0 release. Go to [downloads](/downloads) page to find release tars.
-1. Service Instance dependency are available.
+1. Service Instance dependency detection are available.
 2. Support ElasticSearch 7 as a storage option.
-3. Reduce the register load
+3. Reduce the register load.
 
 ## Release Apache SkyWalking Chart 1.0.0 for SkyWalking 6.5.0
 ###### Dec. 26th, 2019
diff --git a/docs/zh/README.md b/docs/zh/README.md
index a97673f..b3a5196 100755
--- a/docs/zh/README.md
+++ b/docs/zh/README.md
@@ -26,15 +26,15 @@
 news:
   title: 事件 & 新闻
   content:
+  - header: SkyWalking 6.6.0 发布
+    content: 新增服务实例依赖, 可以选择ElasticSearch7 作为存储, 降低注册压力
+    time: Dec. 27th 2019
+  - header: SkyWalking Chart 1.0.0 发布
+    content: 部署 SkyWalking 6.5.0 到 Kubernetes 集群中
+    time: Dec. 26th 2019
   - header: 欢迎刘唯一成为的committer
     content: 根据他长期的项目贡献,她被投票选举为项目的 committer
     time: 2019 年 12 月 10 日
   - header: SkyWalking CLI 0.1.0 发布
     content: SkyWalking CLI 0.1.0 已经基本可用, 基础功能已经提供了相应命令支持.
-    time: 2019 年 12 月 10 日
-  - header: 欢迎范秋霞成为的committer
-    content: 根据她长期的项目贡献,她被投票选举为项目的 committer。
-    time: 2019 年 11 月 23 日
-  - header: SkyWalking 6.5.0发布
-    content: 新的指标比较视图。支持动态告警配置。后端支持在JDK9-12中部署。
-    time: 2019 年 11 月 15 日
\ No newline at end of file
+    time: 2019 年 12 月 10 日
\ No newline at end of file