This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new de585bf modify site & docs (#1010)
de585bf is described below
commit de585bfd6b233ee73b57030b5916ee5944e052a7
Author: Sail <[email protected]>
AuthorDate: Thu Apr 9 14:38:11 2020 +0800
modify site & docs (#1010)
* modify config.js about ASF & Wiki
---
.../{Community-History&Vision.md => ASF.md} | 11 +-
.../Wiki.md} | 14 +-
.../Community/ASF.md} | 11 +-
.../Community/Wiki.md} | 8 +-
site/src/main/.vuepress/components/Contributor.vue | 333 +++++++++++++--------
site/src/main/.vuepress/config.js | 48 +--
.../public/img/contributor-avatar/user.jpg | Bin 7637 -> 0 bytes
.../public/img/contributor-avatar/user.svg | 51 ++++
site/src/main/.vuepress/style.styl | 17 --
site/src/main/.vuepress/styles/palette.styl | 22 +-
10 files changed, 308 insertions(+), 207 deletions(-)
diff --git a/docs/Community/Community-History&Vision.md b/docs/Community/ASF.md
similarity index 62%
copy from docs/Community/Community-History&Vision.md
copy to docs/Community/ASF.md
index 1016e68..496fe35 100644
--- a/docs/Community/Community-History&Vision.md
+++ b/docs/Community/ASF.md
@@ -19,8 +19,15 @@
-->
-# History&Vision
+# ASF
+
+- <a href="http://www.apache.org/" target = "_self">Foundation</a>
+- <a href="http://www.apache.org/licenses/" target = "_self">License</a>
+- <a href="http://www.apache.org/security/" target = "_self">Security</a>
+- <a href="http://www.apache.org/foundation/sponsorship.html" target =
"_self">Sponsorship</a>
+- <a href="http://www.apache.org/foundation/thanks.html" target =
"_self">Thanks</a>
+- <a href="http://www.apache.org/events/current-event" target =
"_self">Current Events</a>
+
-Comming Soon.
<FooterFixed/>
\ No newline at end of file
diff --git a/docs/zh/Community/Community-History&Vision.md
b/docs/Community/Wiki.md
similarity index 76%
rename from docs/zh/Community/Community-History&Vision.md
rename to docs/Community/Wiki.md
index 64fcf07..d527d1b 100644
--- a/docs/zh/Community/Community-History&Vision.md
+++ b/docs/Community/Wiki.md
@@ -7,9 +7,9 @@
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -19,6 +19,12 @@
-->
-# History&Vision
+# WIKI
+
+We use Apache’s Confluence instance as Wiki, however most information is
generally managed on this website.
+
+This service is available <a
href="https://cwiki.apache.org/confluence/display/iotdb" target =
"_self">Here</a>
+
+
-Comming Soon.
+<FooterFixed/>
\ No newline at end of file
diff --git a/docs/Community/Community-History&Vision.md
b/docs/zh/Community/ASF.md
similarity index 63%
copy from docs/Community/Community-History&Vision.md
copy to docs/zh/Community/ASF.md
index 1016e68..d7f7c41 100644
--- a/docs/Community/Community-History&Vision.md
+++ b/docs/zh/Community/ASF.md
@@ -19,8 +19,15 @@
-->
-# History&Vision
+# ASF
+
+- <a href="http://www.apache.org/" target = "_self">基础</a>
+- <a href="http://www.apache.org/licenses/" target = "_self">执照</a>
+- <a href="http://www.apache.org/security/" target = "_self">安全</a>
+- <a href="http://www.apache.org/foundation/sponsorship.html" target =
"_self">赞助</a>
+- <a href="http://www.apache.org/foundation/thanks.html" target =
"_self">致谢</a>
+- <a href="http://www.apache.org/events/current-event" target = "_self">活动</a>
+
-Comming Soon.
<FooterFixed/>
\ No newline at end of file
diff --git a/docs/Community/Community-History&Vision.md
b/docs/zh/Community/Wiki.md
similarity index 77%
rename from docs/Community/Community-History&Vision.md
rename to docs/zh/Community/Wiki.md
index 1016e68..5e117a8 100644
--- a/docs/Community/Community-History&Vision.md
+++ b/docs/zh/Community/Wiki.md
@@ -19,8 +19,12 @@
-->
-# History&Vision
+# WIKI
+
+我们将Apache的Confluence实例用作Wiki,但是大多数信息通常都在此网站上进行管理。
+
+该服务在 <a href="https://cwiki.apache.org/confluence/display/iotdb" target =
"_self">这里</a>可用
+
-Comming Soon.
<FooterFixed/>
\ No newline at end of file
diff --git a/site/src/main/.vuepress/components/Contributor.vue
b/site/src/main/.vuepress/components/Contributor.vue
index 576f7aa..9c872dc 100644
--- a/site/src/main/.vuepress/components/Contributor.vue
+++ b/site/src/main/.vuepress/components/Contributor.vue
@@ -18,6 +18,22 @@
<template>
<div>
+
+ <h1 style="text-align: center;">Project Mentors</h1>
+ <div v-for="(item,i) in mentors" class="box">
+ <img :src="item.avatar">
+ <div class="right">
+ <p class="con-name">{{item.name}}</p>
+ <div class="con-detailed-info">
+ <p>{{item.role}}</p>
+ </div>
+ <div class="con-apache-info">
+ <p class="con-id">Apache ID: {{item.id}}</p>
+ <p class="con-date">Starting date: {{item.date}}</p>
+ </div>
+ </div>
+ </div>
+
<h1 style="text-align: center;">Project Committers</h1>
<div v-for="(item,i) in conList" class="box">
<img :src="item.avatar">
@@ -45,155 +61,234 @@
msg: 'Welcome to Community Page',
md: "",
toc: "",
- conList: [{
- avatar: 'http://ise.thss.tsinghua.edu.cn/~wangjianmin/jimwang.jpg',
- name: 'Jianmin Wang',
+ mentors:[
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Justin Mclean',
+ role: 'Mentor',
+ id: 'jmclean',
+ date: '2018/11/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Christofer Dutz',
+ role: 'Mentor',
+ id: 'cdutz',
+ date: '2018/11/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Willem Ning Jiang',
+ role: 'Mentor',
+ id: 'ningjiang',
+ date: '2018/11/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Kevin A. McGrail',
+ role: 'Champion',
+ id: 'kmcgrail',
+ date: '2018/11/18'
+ },
+ ],
+ conList: [
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Gaofei Cao',
+ role: 'PPMC, Committer',
+ id: 'caogaofei',
+ date: '2018/11/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Yi Xu',
+ role: 'PPMC, Committer',
+ id: 'dope',
+ date: '2018/11/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Dongfang Mao',
role: 'PPMC, Committer',
- }, {
+ id: 'east',
+ date: '2018/11/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Wangminhao Gou',
+ role: 'Committer',
+ id: 'ejttianyu',
+ date: '2020/03/03'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Boris Zhu',
+ role: 'Committer',
+ id: 'geniuspig',
+ date: '2019/12/19'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Haonan Hou',
+ role: 'Committer',
+ id: 'haonan',
+ date: '2020/01/30'
+ },
+ {
avatar: '/img/contributor-avatar/xdh.jpg',
name: 'Xiangdong Huang',
role: 'PPMC, Committer',
id: 'hxd',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Chen Wang',
- role: 'PPMC, Committer',
- id: 'wangchen',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Jun Yuan',
+ date: '2018/11/18'
+ },
+ {
+ avatar: '/img/contributor-avatar/yt.jpg',
+ name: 'Yuan Tian',
+ role: 'Committer',
+ id: 'jackietien',
+ date: '2019/12/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Julian Feinauer',
role: 'PPMC, Committer',
- id: 'yuanjun',
- date: '2017-01-01'
- }, {
- avatar: '/img/contributor-avatar/jlq.png',
- name: 'Jialin Qiao',
+ id: 'jfeinauer',
+ date: '2019/07/15'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Tian Jiang',
role: 'PPMC, Committer',
- id: 'qiaojialin',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Jinrui Zhang',
+ id: 'jiangtian',
+ date: '2018/11/18'
+ },
+ {
+ avatar: 'http://ise.thss.tsinghua.edu.cn/~wangjianmin/jimwang.jpg',
+ name: 'Jianmin Wang',
role: 'PPMC, Committer',
- id: 'xingtanzjr',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
+ id: 'jimwang',
+ date: '2018/11/18'
+ },
+ {
+ avatar:
'https://avatars1.githubusercontent.com/u/22488084?s=400&u=2ef5ad52a7c4241bf88fb5e45682948b307a7d90&v=4',
+ name: 'Jincheng Sun',
+ role: 'Committer',
+ id: 'jincheng',
+ date: '2020/01/21'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
name: 'Rong Kang',
role: 'PPMC, Committer',
id: 'kangrong',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Tian Jiang',
- role: 'PPMC, Committer',
- id: 'jiangtian',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Shuo Zhang',
- role: 'PPMC, Committer',
- id: 'shuozhang',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
+ date: '2018/11/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
name: 'Lei Rui',
role: 'PPMC, Committer',
id: 'leirui',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Rui Liu',
- role: 'PPMC, Committer',
- id: 'liurui',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Gaofei Cao',
- role: 'PPMC, Committer',
- id: 'caogaofei',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
+ date: '2019/06/20'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Dawei Liu',
+ role: 'Committer',
+ id: 'liudw',
+ date: '2020/03/01'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
name: 'Kun Liu',
role: 'PPMC, Committer',
id: 'liukun',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Xinyi Zhao',
- role: 'PPMC, Committer',
- id: 'zhaoxinyi',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Yi Xu',
- role: 'PPMC, Committer',
- id: 'dope',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Dongfang Mao',
+ date: '2018/11/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Rui Liu',
role: 'PPMC, Committer',
- id: 'east',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
+ id: 'liurui',
+ date: '2018/11/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
name: 'Tianan Li',
role: 'PPMC, Committer',
id: 'lta',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Yue Su',
+ date: '2018/11/18'
+ },
+ {
+ avatar: '/img/contributor-avatar/jlq.png',
+ name: 'Jialin Qiao',
role: 'PPMC, Committer',
- id: 'suyue',
- date: '2017-01-01'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Jack Tsai',
- role: 'Committer',
- id: 'tsaitsunghan',
- date: '2019-01-01'
- }, {
+ id: 'qiaojialin',
+ date: '2018/11/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Shuo Zhang',
+ role: 'PPMC, Committer',
+ id: 'shuozhang',
+ date: '2018/11/18'
+ },
+ {
avatar:
'https://avatars1.githubusercontent.com/u/19167280?s=400&u=b7fa4acd5b6161283946c2ecb5e4837b6f137a1b&v=4',
name: 'Zesong Sun',
role: 'Committer',
id: 'sunzesong',
- date: '2019-12-31'
- }, {
+ date: '2019/12/23'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Yue Su',
+ role: 'PPMC, Committer',
+ id: 'suyue',
+ date: '2018/11/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Zonghan Cai',
+ role: 'Committer',
+ id: 'tsaitsunghan',
+ date: '2019/11/05'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Chen Wang',
+ role: 'PPMC, Committer',
+ id: 'wangchen',
+ date: '2018/11/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Jinrui Zhang',
+ role: 'PPMC, Committer',
+ id: 'xingtanzjr',
+ date: '2018/11/18'
+ },
+ {
avatar: '/img/contributor-avatar/kfx.jpeg',
name: 'Kaifeng Xue',
role: 'Committer',
id: 'xuekaifeng',
- date: '2019-12-31'
- }, {
- avatar: '/img/contributor-avatar/yt.jpg',
- name: 'Yuan Tian',
- role: 'Committer',
- id: 'jackietien',
- date: '2019-12-31'
- }, {
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Boris Zhu',
- role: 'Committer',
- id: 'geniuspig',
- date: '2019-12-31'
- }, {
- avatar:
'https://avatars1.githubusercontent.com/u/22488084?s=400&u=2ef5ad52a7c4241bf88fb5e45682948b307a7d90&v=4',
- name: 'Jincheng Sun',
- role: 'Committer',
- id: 'jincheng',
- date: '2020-1-30'
- },{
- avatar:'/img/contributor-avatar/user.jpg',
- name: 'Dawei Liu',
- role: 'Committer',
- id: 'liudw',
- date: '2020-03-07'
- }]
+ date: '2018/12/19'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Jun Yuan',
+ role: 'PPMC, Committer',
+ id: 'yuanjun',
+ date: '2018/11/18'
+ },
+ {
+ avatar:'/img/contributor-avatar/user.svg',
+ name: 'Stefanie Zhao',
+ role: 'PPMC, Committer',
+ id: 'zhaoxinyi',
+ date: '2018/11/18'
+ },
+ ]
}
},
created() {
diff --git a/site/src/main/.vuepress/config.js
b/site/src/main/.vuepress/config.js
index 818155a..d228192 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -88,9 +88,10 @@ var config = {
{
text: 'Community',
items: [
+ { text: 'ASF', link:
'/Community/ASF'},
+ { text: 'Wiki', link:
'/Community/Wiki'},
{ text: 'People', link:
'/Community/Community-Project Committers'},
{ text: 'Powered By', link:
'/Community/Community-Powered By'},
- { text: 'History&Vision', link:
'/Community/Community-History&Vision'},
]
},
{
@@ -102,24 +103,6 @@ var config = {
{ text: 'Changelist of RPC', link:
'/Development/rpc-changelist'},
]
},
- {
- text: 'ASF',
- items: [
- { text: 'Foundation', link:
'http://www.apache.org/foundation/',rel:''},
- { text: 'License', link:
'http://www.apache.org/licenses/',rel:''},
- { text: 'Security', link:
'http://www.apache.org/security/',rel:''},
- { text: 'Sponsorship', link:
'http://www.apache.org/foundation/sponsorship.html',rel:''},
- { text: 'Thanks', link:
'http://www.apache.org/foundation/thanks.html',rel:''},
- { text: 'Current Events', link:
'http://www.apache.org/events/current-event',rel:''},
- ]
- },
- {
- text: 'wiki',
- items: [
- { text: 'github documents',
link:
'https://github.com/apache/incubator-iotdb/tree/master/docs/Documentation',rel:''},
- { text: 'confluence', link:
'https://cwiki.apache.org/confluence/display/iotdb',rel:''},
- ]
- },
],
sidebar: {
'/UserGuide/V0.8.x/': [
@@ -504,9 +487,10 @@ var config = {
{
text: '社区',
items: [
- { text: '开发人员', link:
'/zh/Community/Community-Project Committers'},
- { text: '技术支持', link:
'/zh/Community/Community-Powered By'},
- { text: '历史与视角', link:
'/zh/Community/Community-History&Vision'},
+ { text: 'ASF', link:
'/zh/Community/ASF'},
+ { text: 'Wiki', link:
'/zh/Community/Wiki'},
+ { text: '开发人员', link:
'/zh/Community/Community-Project Committers'},
+ { text: '技术支持', link:
'/zh/Community/Community-Powered By'},
]
},
{
@@ -518,24 +502,6 @@ var config = {
{ text: 'RPC变更清单', link:
'/zh/Development/rpc-changelist'},
]
},
- {
- text: 'ASF',
- items: [
- { text: '基础', link:
'http://www.apache.org/foundation/',rel:''},
- { text: '执照', link:
'http://www.apache.org/licenses/',rel:''},
- { text: '安全', link:
'http://www.apache.org/security/',rel:''},
- { text: '赞助', link:
'http://www.apache.org/foundation/sponsorship.html',rel:''},
- { text: '致谢', link:
'http://www.apache.org/foundation/thanks.html',rel:''},
- { text: '现在发生的事', link:
'http://www.apache.org/events/current-event',rel:''},
- ]
- },
- {
- text: 'wiki',
- items: [
- { text: 'github文档', link:
'https://github.com/apache/incubator-iotdb/tree/master/docs/Documentation',rel:''},
- { text: 'confluence', link:
'https://cwiki.apache.org/confluence/display/iotdb',rel:''},
- ]
- },
],
sidebar: {
'/zh/UserGuide/V0.8.x/': [
@@ -886,7 +852,7 @@ var config = {
},
locales: {
'/': {
- lang: 'en-US', // 将会被设置为 <html> 的 lang 属性
+ lang: 'en-US',
title: ' ',
description: ' '
},
diff --git a/site/src/main/.vuepress/public/img/contributor-avatar/user.jpg
b/site/src/main/.vuepress/public/img/contributor-avatar/user.jpg
deleted file mode 100644
index e6f8548..0000000
Binary files a/site/src/main/.vuepress/public/img/contributor-avatar/user.jpg
and /dev/null differ
diff --git a/site/src/main/.vuepress/public/img/contributor-avatar/user.svg
b/site/src/main/.vuepress/public/img/contributor-avatar/user.svg
new file mode 100644
index 0000000..01947d3
--- /dev/null
+++ b/site/src/main/.vuepress/public/img/contributor-avatar/user.svg
@@ -0,0 +1,51 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<svg width="107.56" height="107.56459" xmlns="http://www.w3.org/2000/svg">
+ <metadata id="metadata1217">image/svg+xml</metadata>
+
+ <style type="text/css">.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#F19D12;}
+ .st1{fill:#F19D12;}</style>
+ <g>
+ <title>background</title>
+ <rect fill="none" id="canvas_background" height="109.56459" width="109.56"
y="-1" x="-1"/>
+ </g>
+ <g>
+ <title>Layer 1</title>
+ <g id="g1184">
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m97.087656,24.612067c2.6,-1 5.6,0.4 6.3,3c0.7,2.6 -1.1,5.8 -3.7,6.5c-3.2,0.6
-6.3,-1.4 -9.4,0.2c-3.1,1.7 -4,5.3 -4.7,8.4c-1.4,5.1 -8.6,7.4
-12.2,4.2c-3.3,-2.4 -3.4,-7.9 -0.2,-11.1c2.2,-2.5 6,-3.3 8.9,-2c2.7,1.2 6.1,1.7
8.7,-0.4c3,-2.4 2.2,-7.5 6.3,-8.8z" id="path1170"/>
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m36.187656,15.412067c4.2,-2.2 9.6,1.5 8.3,6.2c-1.4,5.5 -0.7,11.6
2.9,15.7c3.4,4 9.9,4.8 14.8,1.9c3.7,-2.1 6.1,-5.9 7.5,-9.7c1,-3.1 0.6,-6.3
1.1,-9.4c1,-3.8 5.9,-6.1 9.2,-4.2c3.2,1.4 4,6 1.7,8.9c-1.4,2.2 -4.2,2.7
-6.4,3.8c-3.6,1.9 -6.6,5 -8.5,8.7c-1.2,2.1 -1.1,4.5 -1.7,6.8c-0.9,1.9 -3,2.7
-4.9,2.9c-4.8,0.6 -9.6,3 -13.1,6.8c-1.7,1.7 -3.1,4.2 -5.7,4.2c-2.7,-0.2
-4.7,-2.6 -7.5,-2.7c-5,-0.7 -10.3,0.7 -14.5,4c-3.7,3 [...]
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m33.487656,6.512067c2.2,-0.8 4.2,1.3 3.3,3.4c-0.6,2.1 -3.7,2.7
-4.9,1.1c-1.3,-1.4 -0.3,-4 1.6,-4.5z" id="path1174"/>
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m2.187656,49.912067c2.2,-0.8 4.2,1.2 3.3,3.4c-0.6,2.1 -3.7,2.7
-4.9,1c-1.3,-1.3 -0.3,-3.9 1.6,-4.4z" id="path1176"/>
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m84.387656,6.812067c2.2,-0.7 4.2,1.3 3.3,3.5c-0.6,2 -3.7,2.7
-4.9,1c-1.2,-1.4 -0.3,-3.9 1.6,-4.5z" id="path1178"/>
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m8.987656,28.612067c0.4,-3.7 5.6,-6 8.2,-3.6c1.9,1.1 1.6,3.6 2.2,5.5c0.4,2.4
2.7,4.3 5.3,4.3c3.2,0.3 6.5,-2.3 9.6,-1.2c4.8,1.2 6.6,7.6 3.2,11.6c-2.9,4.1
-9.4,4.5 -12.1,0.7c-2.4,-2.8 -0.5,-7.2 -2.7,-10.2c-1.7,-2.9 -5.5,-2.7
-8.4,-1.9c-3.1,0.9 -5.9,-2.2 -5.3,-5.2z" id="path1180"/>
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m56.687656,0.612067c3.3,-1.9 7.6,0.9 6.8,4.6c0,2.3 -2.2,3.6
-3.5,5.3c-1.9,1.9 -2.3,5 -1.2,7.1c1.3,2.9 5,4 5.6,7.3c1.2,4.8 -3.3,10.2
-8.3,9.9c-4.8,0.1 -8.4,-5.1 -6.4,-9.6c1.2,-3.8 5.9,-5 7.3,-8.6c1.7,-3.2
-0.4,-6.2 -2.4,-8.2c-2,-2.2 -0.8,-6.4 2.1,-7.8z" id="path1182"/>
+ </g>
+ <g id="g1200">
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m11.387656,82.912067c-2.6,1 -5.6,-0.4 -6.3,-3c-0.7,-2.6 1.1,-5.8
3.7,-6.5c3.2,-0.6 6.3,1.4 9.4,-0.2c3.1,-1.6 4,-5.2 4.7,-8.3c1.4,-5.1 8.6,-7.4
12.2,-4.2c3.3,2.4 3.4,7.9 0.2,11c-2.2,2.5 -6,3.3 -8.9,2c-2.7,-1.2 -6.1,-1.7
-8.7,0.4c-3.1,2.3 -2.3,7.5 -6.3,8.8z" id="path1186"/>
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m72.187656,92.012067c-4.2,2.2 -9.6,-1.5 -8.3,-6.1c1.4,-5.5 0.7,-11.7
-2.9,-15.8c-3.4,-4 -9.9,-4.7 -14.8,-1.9c-3.7,2 -6.1,5.8 -7.5,9.6c-1,3.1
-0.6,6.3 -1.1,9.4c-1,3.8 -5.9,6.1 -9.2,4.3c-3.2,-1.4 -4,-6 -1.7,-9c1.4,-2.2
4.2,-2.7 6.4,-3.8c3.6,-1.9 6.6,-5 8.5,-8.7c1.2,-2 1.1,-4.5 1.7,-6.7c0.9,-1.9
3,-2.7 4.9,-2.9c4.8,-0.6 9.6,-3 13.1,-6.8c1.7,-1.6 3.1,-4.2 5.7,-4.1c2.7,0.1
4.7,2.5 7.5,2.7c5,0.6 10.3,-0.8 14.5,-4c3. [...]
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m74.987656,101.012067c-2.2,0.8 -4.2,-1.3 -3.3,-3.4c0.6,-2.1 3.7,-2.7
4.9,-1.1c1.2,1.4 0.2,3.9 -1.6,4.5z" id="path1190"/>
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m106.287656,57.712067c-2.2,0.7 -4.2,-1.3 -3.3,-3.5c0.6,-2.1 3.7,-2.7
4.9,-1c1.3,1.4 0.3,3.9 -1.6,4.5z" id="path1192"/>
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m24.087656,100.612067c-2.2,0.7 -4.2,-1.3 -3.3,-3.5c0.6,-2 3.7,-2.7
4.9,-1c1.2,1.4 0.2,4 -1.6,4.5z" id="path1194"/>
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m99.387656,78.812067c-0.4,3.7 -5.6,6 -8.2,3.6c-1.9,-1.1 -1.6,-3.6
-2.2,-5.5c-0.4,-2.4 -2.7,-4.3 -5.3,-4.3c-3.2,-0.3 -6.5,2.3 -9.6,1.2c-4.8,-1.2
-6.6,-7.6 -3.2,-11.6c2.9,-4.1 9.4,-4.5 12.1,-0.7c2.4,2.8 0.5,7.1
2.7,10.1c1.7,2.9 5.5,2.7 8.4,1.9c3.2,-0.8 6,2.3 5.3,5.3z" id="path1196"/>
+ <path clip-rule="evenodd" fill="#f19d12" fill-rule="evenodd" class="st0"
d="m51.687656,106.912067c-3.3,2 -7.6,-0.9 -6.8,-4.6c0,-2.3 2.2,-3.6
3.5,-5.3c1.9,-1.9 2.3,-5 1.2,-7.1c-1.3,-2.9 -5,-4 -5.6,-7.3c-1.2,-4.8 3.3,-10.2
8.3,-9.9c4.8,-0.1 8.4,5.1 6.4,9.7c-1.2,3.7 -5.9,4.9 -7.3,8.5c-1.7,3.2 0.4,6.2
2.4,8.3c2.1,2 0.9,6.3 -2.1,7.7z" id="path1198"/>
+ </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/site/src/main/.vuepress/style.styl
b/site/src/main/.vuepress/style.styl
deleted file mode 100644
index 8f99b04..0000000
--- a/site/src/main/.vuepress/style.styl
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
\ No newline at end of file
diff --git a/site/src/main/.vuepress/styles/palette.styl
b/site/src/main/.vuepress/styles/palette.styl
index ab044b1..e7aabf3 100644
--- a/site/src/main/.vuepress/styles/palette.styl
+++ b/site/src/main/.vuepress/styles/palette.styl
@@ -16,23 +16,5 @@
* limitations under the License.
*/
-// 颜色
-$accentColor = #3eaf7c
-$textColor = #2c3e50
-$borderColor = #eaecef
-$codeBgColor = #F7F7F7
-$arrowBgColor = #ccc
-$badgeTipColor = #42b983
-$badgeWarningColor = darken(#ffe564, 35%)
-$badgeErrorColor = #DA5961
-
-// 布局
-$navbarHeight = 3.6rem
-$sidebarWidth = 20rem
-$contentWidth = 740px
-$homePageWidth = 960px
-
-// 响应式变化点
-$MQNarrow = 959px
-$MQMobile = 719px
-$MQMobileNarrow = 419px
\ No newline at end of file
+$contentWidth = 2000px
+$sidebarWidth = 20rem
\ No newline at end of file