You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/09/03 08:17:09 UTC

[iotdb] 01/01: Add anto-create-schema and dbeaver doc to the website

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

haonan pushed a commit to branch updatesite
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 12bcb87ff5fdf1d207cf713a869fe25633a1bf32
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Sep 3 16:16:35 2021 +0800

    Add anto-create-schema and dbeaver doc to the website
---
 site/src/main/.vuepress/config.js | 38 ++++++++++++++++++++++----------------
 1 file changed, 22 insertions(+), 16 deletions(-)

diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js
index 6d83117..4e478da 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -116,13 +116,13 @@ var config = {
 					  { text: 'Changelist of RPC', link: '/Development/rpc-changelist'},
 					]
 				  },
-				{
-					text: 'Blog',
-					items: [
-						{ text: 'Overview', link: '/Blog/Index'},
-						{ text: 'Some Notes on Release 0.9.3 and upcoming 0.10.0', link: '/Blog/Release0_93'}
-					]
-				},
+				// {
+				// 	text: 'Blog',
+				// 	items: [
+				// 		{ text: 'Overview', link: '/Blog/Index'},
+				// 		{ text: 'Some Notes on Release 0.9.3 and upcoming 0.10.0', link: '/Blog/Release0_93'}
+				// 	]
+				// },
 				  {
 					text: 'ASF',
 					items: [
@@ -641,7 +641,7 @@ var config = {
 				],
 				'/UserGuide/Master/': [
 					{
-						title:'IoTDB User Guide (In progress)',
+						title:'IoTDB User Guide (latest)',
 						collapsable: false,
 					},
 					{
@@ -669,7 +669,9 @@ var config = {
 							['Data-Concept/Data-Type','Data Type'],
 							['Data-Concept/Encoding','Encoding'],
 							['Data-Concept/Compression','Compression'],
-							['Data-Concept/SDT','SDT']
+							['Data-Concept/SDT','SDT'],
+							['Data-Concept/Auto-Create-MetaData','Auto Create Metadata'],
+							['Data-Concept/Time-Partition','Time Partition']
 						]
 					},
 					{
@@ -748,6 +750,7 @@ var config = {
 						children: [
 							['Ecosystem Integration/Grafana','Grafana'],
 							['Ecosystem Integration/Zeppelin-IoTDB','Zeppelin-IoTDB'],
+							['Ecosystem Integration/DBeaver','DBeaver-IoTDB'],
 							['Ecosystem Integration/MapReduce TsFile','MapReduce TsFile'],
 							['Ecosystem Integration/Spark TsFile','Spark TsFile'],
 							['Ecosystem Integration/Spark IoTDB','Spark IoTDB'],
@@ -891,12 +894,12 @@ var config = {
 				 {
 					text: '文档',
 					items: [
-						{ text: 'In progress', link: '/zh/UserGuide/Master/QuickStart/QuickStart' },
-						{ text: 'V0.12.x', link: '/zh/UserGuide/V0.12.x/QuickStart/QuickStart' },
-						{ text: 'V0.11.x', link: '/zh/UserGuide/V0.11.x/Get Started/QuickStart' },
-						{ text: 'V0.10.x', link: '/zh/UserGuide/V0.10.x/Get Started/QuickStart' },
-					  { text: 'V0.9.x', link: '/zh/UserGuide/V0.9.x/0-Get Started/1-QuickStart' },
-					  { text: 'V0.8.x', link: '/zh/UserGuide/V0.8.x/0-Get Started/1-QuickStart'},
+						{ text: 'latest', link: '/zh/UserGuide/Master/QuickStart/QuickStart' },
+						{ text: 'v0.12.x', link: '/zh/UserGuide/V0.12.x/QuickStart/QuickStart' },
+						{ text: 'v0.11.x', link: '/zh/UserGuide/V0.11.x/Get Started/QuickStart' },
+						{ text: 'v0.10.x', link: '/zh/UserGuide/V0.10.x/Get Started/QuickStart' },
+					  { text: 'v0.9.x', link: '/zh/UserGuide/V0.9.x/0-Get Started/1-QuickStart' },
+					  { text: 'v0.8.x', link: '/zh/UserGuide/V0.8.x/0-Get Started/1-QuickStart'},
 					]
 				  },
 				  	{
@@ -1462,7 +1465,9 @@ var config = {
 							['Data-Concept/Data-Type','数据类型'],
 							['Data-Concept/Encoding','编码方式'],
 							['Data-Concept/Compression','压缩方式'],
-							['Data-Concept/SDT','旋转门压缩']
+							['Data-Concept/SDT','旋转门压缩'],
+							['Data-Concept/Auto-Create-MetaData','自动创建元数据'],
+							['Data-Concept/Time-Partition','时间分区']
 						]
 					},
 					{
@@ -1541,6 +1546,7 @@ var config = {
 						children: [
 							['Ecosystem Integration/Grafana','Grafana-IoTDB'],
 							['Ecosystem Integration/Zeppelin-IoTDB','Zeppelin-IoTDB'],
+							['Ecosystem Integration/DBeaver','DBeaver-IoTDB'],
 							['Ecosystem Integration/Spark TsFile','Spark TsFile'],
 							['Ecosystem Integration/MapReduce TsFile','Hadoop-TsFile'],
 							['Ecosystem Integration/Spark IoTDB','Spark-IoTDB'],