Skip to content

Commit 1820ccc

Browse files
authored
Open source version sidebar PR supplement (#591)
* Open source version sidebar PR supplement * Open source version sidebar PR supplement
1 parent 931319c commit 1820ccc

12 files changed

Lines changed: 24 additions & 78 deletions

File tree

src/.vuepress/sidebar/V2.0.x/en-Table.ts

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ export const enSidebar = {
2222
text: 'IoTDB User Guide (V2.0.x)',
2323
children: [],
2424
},
25+
{
26+
text: 'About IoTDB',
27+
collapsible: true,
28+
prefix: 'IoTDB-Introduction/',
29+
children: [
30+
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
31+
{ text: 'Scenario', link: 'Scenario' },
32+
{ text: 'Release history', link: 'Release-history_apache' },
33+
],
34+
},
2535
{
2636
text: 'Background knowledge',
2737
collapsible: true,
@@ -41,7 +51,6 @@ export const enSidebar = {
4151
text: 'Deployment & Maintenance',
4252
collapsible: true,
4353
prefix: 'Deployment-and-Maintenance/',
44-
// children: 'structure',
4554
children: [
4655
{ text: 'Deployment form', link: 'Deployment-form_apache' },
4756
{ text: 'Obtain TimechoDB', link: 'IoTDB-Package_apache' },
@@ -67,7 +76,6 @@ export const enSidebar = {
6776
text: 'Basic Functions',
6877
collapsible: true,
6978
prefix: 'Basic-Concept/',
70-
// children: 'structure',
7179
children: [
7280
{
7381
text: 'Data Modeling',
@@ -93,7 +101,6 @@ export const enSidebar = {
93101
text: 'Advanced Features',
94102
collapsible: true,
95103
prefix: 'User-Manual/',
96-
// children: 'structure',
97104
children: [
98105
{ text: 'Data Sync', link: 'Data-Sync_apache' },
99106
{
@@ -110,16 +117,28 @@ export const enSidebar = {
110117
text: 'Tools System',
111118
collapsible: true,
112119
prefix: 'Tools-System/',
113-
// children: 'structure',
114120
children: [
115121
{ text: 'CLI', link: 'CLI' },
122+
{ text: 'Monitor Tool', link: 'Monitor-Tool_apache' },
123+
{ text: 'Benchmark Tool', link: 'Benchmark' },
124+
{ text: 'Cluster Management Tool', link: 'Maintenance-Tool_apache' },
125+
],
126+
},
127+
{
128+
text: 'API',
129+
collapsible: true,
130+
prefix: 'API/',
131+
children: [
132+
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
133+
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
134+
{ text: 'JDBC', link: 'Programming-JDBC' },
135+
{ text: 'RESTAPI V1 ', link: 'RestServiceV1' },
116136
],
117137
},
118138
{
119139
text: 'SQL Manual',
120140
collapsible: true,
121141
prefix: 'SQL-Manual/',
122-
// children: 'structure',
123142
children: [
124143
{ text: 'Identifier', link: 'Identifier' },
125144
{ text: 'Keywords', link: 'Keywords' },
@@ -152,7 +171,6 @@ export const enSidebar = {
152171
text: 'Technical Insider',
153172
collapsible: true,
154173
prefix: 'Technical-Insider/',
155-
// children: 'structure',
156174
children: [
157175
{ text: 'Compression & Encoding', link: 'Encoding-and-Compression' },
158176
{ text: 'Data Partitioning & Load Balancing', link: 'Cluster-data-partitioning' },
@@ -162,7 +180,6 @@ export const enSidebar = {
162180
text: 'Reference',
163181
collapsible: true,
164182
prefix: 'Reference/',
165-
// children: 'structure',
166183
children: [
167184
{ text: 'Sample Data', link: 'Sample-Data' },
168185
{ text: 'Config Manual', link: 'System-Config-Manual' },

src/.vuepress/sidebar/V2.0.x/en-Tree.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export const enSidebar = {
2626
text: 'About IoTDB',
2727
collapsible: true,
2828
prefix: 'IoTDB-Introduction/',
29-
// children: 'structure', 使用该方式自动获取文件夹下的文件
3029
children: [
3130
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
3231
{ text: 'Scenario', link: 'Scenario' },
@@ -57,7 +56,6 @@ export const enSidebar = {
5756
text: 'Deployment & Maintenance',
5857
collapsible: true,
5958
prefix: 'Deployment-and-Maintenance/',
60-
// children: 'structure',
6159
children: [
6260
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
6361
{ text: 'Database Resources', link: 'Database-Resources' },
@@ -75,7 +73,6 @@ export const enSidebar = {
7573
text: 'Basic Functions',
7674
collapsible: true,
7775
prefix: 'Basic-Concept/',
78-
// children: 'structure',
7976
children: [
8077
{
8178
text: 'Data Modeling',
@@ -95,7 +92,6 @@ export const enSidebar = {
9592
text: 'Advanced Features',
9693
collapsible: true,
9794
prefix: 'User-Manual/',
98-
// children: 'structure',
9995
children: [
10096
{ text: 'Data Sync', link: 'Data-Sync_apache' },
10197
{ text: 'Data Subscription', link: 'Data-subscription' },
@@ -133,7 +129,6 @@ export const enSidebar = {
133129
text: 'Tools System',
134130
collapsible: true,
135131
prefix: 'Tools-System/',
136-
// children: 'structure',
137132
children: [
138133
{ text: 'Command Line Interface (CLI)', link: 'CLI' },
139134
{ text: 'Monitor Tool', link: 'Monitor-Tool_apache' },
@@ -147,7 +142,6 @@ export const enSidebar = {
147142
text: 'API',
148143
collapsible: true,
149144
prefix: 'API/',
150-
// children: 'structure',
151145
children: [
152146
{ text: 'Java Native Interface', collapsible: true,
153147
children: [
@@ -178,7 +172,6 @@ export const enSidebar = {
178172
text: 'Ecosystem Integration',
179173
collapsible: true,
180174
prefix: 'Ecosystem-Integration/',
181-
// children: 'structure',
182175
children: [
183176
{ text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' },
184177
{ text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' },
@@ -199,7 +192,6 @@ export const enSidebar = {
199192
text: 'SQL Manual',
200193
collapsible: true,
201194
prefix: 'SQL-Manual/',
202-
// children: 'structure',
203195
children: [
204196
{ text: 'SQL Manual', link: 'SQL-Manual' },
205197
{
@@ -223,7 +215,6 @@ export const enSidebar = {
223215
text: 'Technical Insider',
224216
collapsible: true,
225217
prefix: 'Technical-Insider/',
226-
// children: 'structure',
227218
children: [
228219
{ text: 'Research Paper ', link: 'Publication' },
229220
{ text: 'Compression & Encoding', link: 'Encoding-and-Compression' },
@@ -237,7 +228,6 @@ export const enSidebar = {
237228
text: 'Reference',
238229
collapsible: true,
239230
prefix: 'Reference/',
240-
// children: 'structure',
241231
children: [
242232
{
243233
text: 'Config Manual',
@@ -266,7 +256,6 @@ export const enSidebar = {
266256
text: 'FAQ',
267257
collapsible: true,
268258
prefix: 'FAQ/',
269-
// children: 'structure',
270259
children: [
271260
{
272261
text: 'Frequently Asked Questions',

src/.vuepress/sidebar/V2.0.x/zh-Table.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export const zhSidebar = {
2626
text: '关于IoTDB',
2727
collapsible: true,
2828
prefix: 'IoTDB-Introduction/',
29-
// children: 'structure', 使用该方式自动获取文件夹下的文件
3029
children: [
3130
{ text: '产品介绍', link: 'IoTDB-Introduction_apache' },
3231
{ text: '应用场景', link: 'Scenario' },
@@ -52,7 +51,6 @@ export const zhSidebar = {
5251
text: '部署与运维',
5352
collapsible: true,
5453
prefix: 'Deployment-and-Maintenance/',
55-
// children: 'structure',
5654
children: [
5755
{ text: '部署形态', link: 'Deployment-form_apache' },
5856
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
@@ -67,7 +65,6 @@ export const zhSidebar = {
6765
text: '基础功能',
6866
collapsible: true,
6967
prefix: 'Basic-Concept/',
70-
// children: 'structure',
7168
children: [
7269
{ text: '数据库管理', link: 'Database-Management' },
7370
{ text: '表管理', link: 'Table-Management' },
@@ -87,7 +84,6 @@ export const zhSidebar = {
8784
text: '高级功能',
8885
collapsible: true,
8986
prefix: 'User-Manual/',
90-
// children: 'structure',
9187
children: [
9288
{ text: '数据同步', link: 'Data-Sync_apache' },
9389
{
@@ -104,7 +100,6 @@ export const zhSidebar = {
104100
text: '工具体系',
105101
collapsible: true,
106102
prefix: 'Tools-System/',
107-
// children: 'structure',
108103
children: [
109104
{ text: '命令行工具', link: 'CLI' },
110105
{ text: '监控工具', link: 'Monitor-Tool_apache' },
@@ -115,7 +110,6 @@ export const zhSidebar = {
115110
text: '应用编程接口',
116111
collapsible: true,
117112
prefix: 'API/',
118-
// children: 'structure',
119113
children: [
120114
{ text: 'Java原生接口', link: 'Programming-Java-Native-API' },
121115
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
@@ -127,7 +121,6 @@ export const zhSidebar = {
127121
text: 'SQL手册',
128122
collapsible: true,
129123
prefix: 'SQL-Manual/',
130-
// children: 'structure',
131124
children: [
132125
{ text: '标识符', link: 'Identifier' },
133126
{ text: '保留字&关键字', link: 'Keywords' },
@@ -160,7 +153,6 @@ export const zhSidebar = {
160153
text: '技术内幕',
161154
collapsible: true,
162155
prefix: 'Technical-Insider/',
163-
// children: 'structure',
164156
children: [
165157
{ text: '压缩&编码', link: 'Encoding-and-Compression' },
166158
{ text: '数据分区和负载均衡', link: 'Cluster-data-partitioning' },
@@ -170,7 +162,6 @@ export const zhSidebar = {
170162
text: '附录',
171163
collapsible: true,
172164
prefix: 'Reference/',
173-
// children: 'structure',
174165
children: [
175166
{ text: '示例数据', link: 'Sample-Data' },
176167
{ text: '配置参数', link: 'System-Config-Manual' },

src/.vuepress/sidebar/V2.0.x/zh-Tree.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export const zhSidebar = {
2626
text: '关于IoTDB',
2727
collapsible: true,
2828
prefix: 'IoTDB-Introduction/',
29-
// children: 'structure', 使用该方式自动获取文件夹下的文件
3029
children: [
3130
{ text: '产品介绍', link: 'IoTDB-Introduction_apache' },
3231
{ text: '应用场景', link: 'Scenario' },
@@ -52,7 +51,6 @@ export const zhSidebar = {
5251
text: '部署与运维',
5352
collapsible: true,
5453
prefix: 'Deployment-and-Maintenance/',
55-
// children: 'structure',
5654
children: [
5755
{ text: '部署形态', link: 'Deployment-form' },
5856
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
@@ -68,7 +66,6 @@ export const zhSidebar = {
6866
text: '基础功能',
6967
collapsible: true,
7068
prefix: 'Basic-Concept/',
71-
// children: 'structure',
7269
children: [
7370
{ text: '测点管理', link: 'Operate-Metadata_apache' },
7471
{ text: '写入&删除', link: 'Write-Delete-Data' },
@@ -79,7 +76,6 @@ export const zhSidebar = {
7976
text: '高级功能',
8077
collapsible: true,
8178
prefix: 'User-Manual/',
82-
// children: 'structure',
8379
children: [
8480
{ text: '数据同步', link: 'Data-Sync_apache' },
8581
{ text: '数据订阅', link: 'Data-subscription' },
@@ -115,7 +111,6 @@ export const zhSidebar = {
115111
text: '工具体系',
116112
collapsible: true,
117113
prefix: 'Tools-System/',
118-
// children: 'structure',
119114
children: [
120115
{ text: '命令行工具', link: 'CLI' },
121116
{ text: '监控工具', link: 'Monitor-Tool_apache' },
@@ -129,7 +124,6 @@ export const zhSidebar = {
129124
text: '应用编程接口',
130125
collapsible: true,
131126
prefix: 'API/',
132-
// children: 'structure',
133127
children: [
134128
{ text: 'Java原生接口', collapsible: true,
135129
children: [
@@ -160,7 +154,6 @@ export const zhSidebar = {
160154
text: '系统集成',
161155
collapsible: true,
162156
prefix: 'Ecosystem-Integration/',
163-
// children: 'structure',
164157
children: [
165158
{ text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' },
166159
{ text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' },
@@ -181,7 +174,6 @@ export const zhSidebar = {
181174
text: 'SQL手册',
182175
collapsible: true,
183176
prefix: 'SQL-Manual/',
184-
// children: 'structure',
185177
children: [
186178
{ text: '标识符', link: 'Syntax-Rule' },
187179
{ text: '关键字', link: 'Keywords' },
@@ -201,7 +193,6 @@ export const zhSidebar = {
201193
text: '技术内幕',
202194
collapsible: true,
203195
prefix: 'Technical-Insider/',
204-
// children: 'structure',
205196
children: [
206197
{ text: '研究论文', link: 'Publication' },
207198
{ text: '压缩&编码', link: 'Encoding-and-Compression' },
@@ -212,7 +203,6 @@ export const zhSidebar = {
212203
text: '附录',
213204
collapsible: true,
214205
prefix: 'Reference/',
215-
// children: 'structure',
216206
children: [
217207
{
218208
text: '配置参数',
@@ -230,7 +220,6 @@ export const zhSidebar = {
230220
text: 'FAQ',
231221
collapsible: true,
232222
prefix: 'FAQ/',
233-
// children: 'structure',
234223
children: [{ text: '常见问题', link: 'Frequently-asked-questions' }],
235224
},
236225
],

0 commit comments

Comments
 (0)