@@ -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