Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion src/.vuepress/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export const enNavbar = navbar([
text: 'Documentation',
children: [
// { text: 'latest', link: '/UserGuide/Master/QuickStart/QuickStart_apache' },
{ text: 'v1.3.0/1/2', link: '/UserGuide/latest/QuickStart/QuickStart_apache' },
{ text: 'v1.3.3', link: '/UserGuide/latest/QuickStart/QuickStart_apache' },
{ text: 'v1.3.0/1/2', link: '/UserGuide/V1.3.0-2/QuickStart/QuickStart_apache' },
{ text: 'v1.2.x', link: '/UserGuide/V1.2.x/QuickStart/QuickStart' },
{ text: 'v1.1.x', link: '/UserGuide/V1.1.x/QuickStart/QuickStart' },
{ text: 'v1.0.x', link: '/UserGuide/V1.0.x/QuickStart/QuickStart' },
Expand Down
3 changes: 2 additions & 1 deletion src/.vuepress/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export const zhNavbar = navbar([
text: '文档',
children: [
// { text: 'latest', link: '/zh/UserGuide/Master/QuickStart/QuickStart_apache' },
{ text: 'v1.3.0/1/2', link: '/zh/UserGuide/latest/QuickStart/QuickStart_apache' },
{ text: 'v1.3.3', link: '/zh/UserGuide/latest/QuickStart/QuickStart_apache' },
{ text: 'v1.3.0/1/2', link: '/zh/UserGuide/V1.3.0-2/QuickStart/QuickStart_apache' },
{ text: 'v1.2.x', link: '/zh/UserGuide/V1.2.x/QuickStart/QuickStart' },
{ text: 'v1.1.x', link: '/zh/UserGuide/V1.1.x/QuickStart/QuickStart' },
{ text: 'v1.0.x', link: '/zh/UserGuide/V1.0.x/QuickStart/QuickStart' },
Expand Down
176 changes: 176 additions & 0 deletions src/.vuepress/sidebar/V1.3.0-2/en.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
/*
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.
*/

export const enSidebar = {
'/UserGuide/V1.3.0-2/': [
{
text: 'IoTDB User Guide (V1.3.0/1/2)',
children: [],
},
{
text: 'About IoTDB',
collapsible: true,
prefix: 'IoTDB-Introduction/',
// children: 'structure',
children: [
{ text: 'What is IoTDB', link: 'IoTDB-Introduction_apache' },
{ text: 'Features', link: 'Features' },
{ text: 'System Architecture', link: 'Architecture' },
{ text: 'Performance', link: 'Performance' },
{ text: 'Scenario', link: 'Scenario' },
{ text: 'Academic Achievement', link: 'Publication' },
],
},
{
text: 'Quick Start',
link: 'QuickStart/QuickStart_apache',
},
{
text: 'Basic Concept',
collapsible: true,
prefix: 'Basic-Concept/',
// children: 'structure',
children: [
{ text: 'Navigating Time Series Data', link: 'Navigating_Time_Series_Data' },
{ text: 'Data Model', link: 'Data-Model-and-Terminology' },
{ text: 'Data Type', link: 'Data-Type' },
{ text: 'Encoding and Compression', link: 'Encoding-and-Compression' },
{ text: 'Data Partitioning & Load Balancing', link: 'Cluster-data-partitioning' },
],
},
{
text: 'Deployment & Maintenance',
collapsible: true,
prefix: 'Deployment-and-Maintenance/',
// children: 'structure',
children: [
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
{ text: 'Database Resources', link: 'Database-Resources' },
{ text: 'System Requirements', link: 'Environment-Requirements' },
{ text: 'Stand-Alone Deployment', link: 'Stand-Alone-Deployment_apache' },
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' },
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
],
},

{
text: 'User Manual',
collapsible: true,
prefix: 'User-Manual/',
// children: 'structure',
children: [
{ text: 'Syntax Rule', link: 'Syntax-Rule' },
{ text: 'Operate Metadata', link: 'Operate-Metadata_apache' },
{ text: 'Write & Delete Data', link: 'Write-Delete-Data' },
{ text: 'Query Data', link: 'Query-Data' },
{ text: 'Operator and Expression', link: 'Operator-and-Expression' },
{ text: 'Stream Processing', link: 'Streaming_apache' },
{ text: 'Data Sync', link: 'Data-Sync_apache' },
{ text: 'Database Programming', link: 'Database-Programming' },
{ text: 'UDF', link: 'User-defined-function' },
{ text: 'Database Administration', link: 'Authority-Management' },
{ text: 'Maintennance', link: 'Maintennance' },
],
},
{
text: 'Tools System',
collapsible: true,
prefix: 'Tools-System/',
// children: 'structure',
children: [
{ text: 'Command Line Interface (CLI)', link: 'CLI' },
{ text: 'Monitor Tool', link: 'Monitor-Tool_apache' },
{ text: 'Benchmark Tool', link: 'Benchmark' },
{ text: 'Maintenance Tool', link: 'Maintenance-Tool_apache' },
{ text: 'Data Import Export Script', link: 'Data-Import-Export-Tool' },
{ text: 'TsFile Import Export Script', link: 'TsFile-Import-Export-Tool' },
],
},
{
text: 'API',
collapsible: true,
prefix: 'API/',
// children: 'structure',
children: [
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
{ text: 'Go Native API', link: 'Programming-Go-Native-API' },
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
{ text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' },
{ text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
{ text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' },
{ text: 'MQTT Protocol', link: 'Programming-MQTT' },
{ text: 'Kafka', link: 'Programming-Kafka' },
{ text: 'REST API V1 (Not Recommend)', link: 'RestServiceV1' },
{ text: 'REST API V2', link: 'RestServiceV2' },
],
},
{
text: 'Ecosystem Integration',
collapsible: true,
prefix: 'Ecosystem-Integration/',
// children: 'structure',
children: [
{ text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' },
{ text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' },
{ text: 'Apache Hive(TsFile)', link: 'Hive-TsFile' },
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
{ text: 'Apache Spark(TsFile)', link: 'Spark-TsFile' },
{ text: 'Apache Spark(IoTDB)', link: 'Spark-IoTDB' },
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_apache' },
{ text: 'DBeaver', link: 'DBeaver' },
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
{ text: 'Grafana Plugin', link: 'Grafana-Plugin' },
{ text: 'ThingsBoard', link: 'Thingsboard' },
],
},
{
text: 'SQL Manual',
collapsible: true,
prefix: 'SQL-Manual/',
// children: 'structure',
children: [
{ text: 'SQL Manual', link: 'SQL-Manual' },
],
},
{
text: 'FAQ',
collapsible: true,
prefix: 'FAQ/',
// children: 'structure',
children: [
{ text: 'Frequently Asked Questions', link: 'Frequently-asked-questions' }],
},
{
text: 'Reference',
collapsible: true,
prefix: 'Reference/',
// children: 'structure',
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries' },
{ text: 'UDF development', link: 'UDF-development' },
{ text: 'Function and Expression', link: 'Function-and-Expression' },
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },
{ text: 'Status Codes', link: 'Status-Codes' },
{ text: 'Keywords', link: 'Keywords' },
],
},
],
};
178 changes: 178 additions & 0 deletions src/.vuepress/sidebar/V1.3.0-2/zh.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
/*
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.
*/

export const zhSidebar = {
'/zh/UserGuide/V1.3.0-2/': [
{
text: 'IoTDB用户手册 (V1.3.0/1/2)',
children: [],
},
{
text: '关于IoTDB',
collapsible: true,
prefix: 'IoTDB-Introduction/',
// children: 'structure', 使用该方式自动获取文件夹下的文件
children: [
{ text: '产品简介', link: 'IoTDB-Introduction_apache' },
{ text: '主要功能特点', link: 'Features' },
{ text: '系统架构', link: 'Architecture' },
{ text: '性能特点', link: 'Performance' },
{ text: '应用场景', link: 'Scenario' },
{ text: '学术成果', link: 'Publication' },
],
},
{
text: '快速上手',
link: 'QuickStart/QuickStart_apache',
},
{
text: '基础概念',
collapsible: true,
prefix: 'Basic-Concept/',
// children: 'structure',
children: [
{ text: '走进时序数据', link: 'Navigating_Time_Series_Data' },
{ text: '数据模型', link: 'Data-Model-and-Terminology' },
{ text: '数据类型', link: 'Data-Type' },
{ text: '编码和压缩', link: 'Encoding-and-Compression' },
{ text: '数据分区与负载均衡', link: 'Cluster-data-partitioning' },
],
},
{
text: '部署与运维',
collapsible: true,
prefix: 'Deployment-and-Maintenance/',
// children: 'structure',
children: [
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
{ text: '资源规划', link: 'Database-Resources' },
{ text: '系统配置', link: 'Environment-Requirements' },
{ text: '单机版部署', link: 'Stand-Alone-Deployment_apache' },
{ text: '集群版部署', link: 'Cluster-Deployment_apache' },
{ text: 'Docker部署', link: 'Docker-Deployment_apache' },
],
},

{
text: '使用手册',
collapsible: true,
prefix: 'User-Manual/',
// children: 'structure',
children: [
{ text: '语法约定', link: 'Syntax-Rule' },
{ text: '元数据管理', link: 'Operate-Metadata_apache' },
{ text: '数据写入与删除', link: 'Write-Delete-Data' },
{ text: '数据查询', link: 'Query-Data' },
{ text: '运算符、函数和表达式', link: 'Operator-and-Expression' },
{ text: '流处理框架', link: 'Streaming_apache' },
{ text: '数据同步', link: 'Data-Sync_apache' },
{ text: '数据库编程', link: 'Database-Programming' },
{ text: '用户自定义函数', link: 'User-defined-function' },
{ text: '权限管理', link: 'Authority-Management' },
{ text: '运维语句', link: 'Maintennance' },
],
},
{
text: '工具体系',
collapsible: true,
prefix: 'Tools-System/',
// children: 'structure',
children: [
{ text: 'SQL命令行终端 (CLI)', link: 'CLI' },
{ text: '监控工具', link: 'Monitor-Tool_apache' },
{ text: '测试工具', link: 'Benchmark' },
{ text: '运维工具', link: 'Maintenance-Tool_apache' },
{ text: '数据导入导出脚本', link: 'Data-Import-Export-Tool' },
{ text: 'TsFile导入导出脚本', link: 'TsFile-Import-Export-Tool' },
],
},
{
text: '应用编程接口',
collapsible: true,
prefix: 'API/',
// children: 'structure',
children: [
{ text: 'Java原生接口', link: 'Programming-Java-Native-API' },
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },
{ text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },
{ text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API' },
{ text: 'Rust原生接口', link: 'Programming-Rust-Native-API' },
{ text: 'JDBC (不推荐)', link: 'Programming-JDBC' },
{ text: 'MQTT协议', link: 'Programming-MQTT' },
{ text: 'Kafka', link: 'Programming-Kafka' },
{ text: 'REST API V1 (不推荐)', link: 'RestServiceV1' },
{ text: 'REST API V2', link: 'RestServiceV2' },
],
},
{
text: '系统集成',
collapsible: true,
prefix: 'Ecosystem-Integration/',
// children: 'structure',
children: [
{ text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' },
{ text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' },
{ text: 'Apache Hive(TsFile)', link: 'Hive-TsFile' },
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
{ text: 'Apache Spark(TsFile)', link: 'Spark-TsFile' },
{ text: 'Apache Spark(IoTDB)', link: 'Spark-IoTDB' },
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_apache' },
{ text: 'DBeaver', link: 'DBeaver' },
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
{ text: 'ThingsBoard', link: 'Thingsboard' },
],
},
{
text: 'SQL手册',
collapsible: true,
prefix: 'SQL-Manual/',
// children: 'structure',
children: [
{ text: 'SQL手册', link: 'SQL-Manual' },
],
},
{
text: 'FAQ',
collapsible: true,
prefix: 'FAQ/',
// children: 'structure',
children: [
{ text: '常见问题', link: 'Frequently-asked-questions' }],
},
{
text: '参考',
collapsible: true,
prefix: 'Reference/',
// children: 'structure',
children: [
{ text: 'UDF函数库', link: 'UDF-Libraries' },
{ text: 'UDF开发', link: 'UDF-development' },
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
{ text: '配置参数', link: 'Common-Config-Manual' },
{ text: 'ConfigNode配置参数', link: 'ConfigNode-Config-Manual' },
{ text: 'DataNode配置参数', link: 'DataNode-Config-Manual' },
{ text: '状态码', link: 'Status-Codes' },
{ text: '关键字', link: 'Keywords' },
],
},
],
};
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
export const enSidebar = {
'/UserGuide/latest/': [
{
text: 'IoTDB User Guide (V1.3.0/1/2)',
text: 'IoTDB User Guide (V1.3.3)',
children: [],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
export const zhSidebar = {
'/zh/UserGuide/latest/': [
{
text: 'IoTDB用户手册 (V1.3.0/1/2)',
text: 'IoTDB用户手册 (V1.3.3)',
children: [],
},
{
Expand Down
Loading