|
| 1 | +/* |
| 2 | + * Licensed to the Apache Software Foundation (ASF) under one |
| 3 | + * or more contributor license agreements. See the NOTICE file |
| 4 | + * distributed with this work for additional information |
| 5 | + * regarding copyright ownership. The ASF licenses this file |
| 6 | + * to you under the Apache License, Version 2.0 (the |
| 7 | + * "License"); you may not use this file except in compliance |
| 8 | + * with the License. You may obtain a copy of the License at |
| 9 | + * |
| 10 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | + * |
| 12 | + * Unless required by applicable law or agreed to in writing, software |
| 13 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | + * See the License for the specific language governing permissions and |
| 16 | + * limitations under the License. |
| 17 | + */ |
| 18 | + |
| 19 | +export const enSidebar = { |
| 20 | + '/UserGuide/latest/': [ |
| 21 | + { |
| 22 | + text: 'IoTDB User Guide', |
| 23 | + children: [], |
| 24 | + }, |
| 25 | + { |
| 26 | + text: 'About IoTDB', |
| 27 | + collapsible: true, |
| 28 | + prefix: 'IoTDB-Introduction/', |
| 29 | + // children: 'structure', 使用该方式自动获取文件夹下的文件 |
| 30 | + children: [ |
| 31 | + { text: 'IoTDB Introduction', link: 'IoTDB-Introduction_timecho' }, |
| 32 | + { text: 'Scenario', link: 'Scenario' }, |
| 33 | + ], |
| 34 | + }, |
| 35 | + { |
| 36 | + text: 'Background knowledge', |
| 37 | + collapsible: true, |
| 38 | + prefix: 'Background-knowledge/', |
| 39 | + children: [ |
| 40 | + { text: 'Cluster-related Concepts', link: 'Cluster-Concept' }, |
| 41 | + { text: 'Data Type', link: 'Data-Type' }, |
| 42 | + ], |
| 43 | + }, |
| 44 | + { |
| 45 | + text: 'Quick Start', |
| 46 | + link: 'QuickStart/QuickStart_timecho', |
| 47 | + }, |
| 48 | + { |
| 49 | + text: 'Deployment & Maintenance', |
| 50 | + collapsible: true, |
| 51 | + prefix: 'Deployment-and-Maintenance/', |
| 52 | + // children: 'structure', |
| 53 | + children: [ |
| 54 | + { text: 'Obtain TimechoDB', link: 'IoTDB-Package_timecho' }, |
| 55 | + { text: 'Database Resources', link: 'Database-Resources' }, |
| 56 | + { text: 'System Requirements', link: 'Environment-Requirements' }, |
| 57 | + { |
| 58 | + text: 'Stand-Alone Deployment', |
| 59 | + link: 'Stand-Alone-Deployment_timecho', |
| 60 | + }, |
| 61 | + { text: 'Cluster Deployment', link: 'Cluster-Deployment_timecho' }, |
| 62 | + { |
| 63 | + text: 'Dual Active Deployment', |
| 64 | + link: 'Dual-Active-Deployment_timecho', |
| 65 | + }, |
| 66 | + { text: 'Docker Deployment', link: 'Docker-Deployment_timecho' }, |
| 67 | + { text: 'AINode Deployment', link: 'AINode_Deployment_timecho' }, |
| 68 | + { |
| 69 | + text: 'Monitoring Panel Deployment', |
| 70 | + link: 'Monitoring-panel-deployment', |
| 71 | + }, |
| 72 | + { text: 'Workbench Deployment', link: 'workbench-deployment_timecho' }, |
| 73 | + ], |
| 74 | + }, |
| 75 | + { |
| 76 | + text: 'Basic Functions', |
| 77 | + collapsible: true, |
| 78 | + prefix: 'Basic-Concept/', |
| 79 | + // children: 'structure', |
| 80 | + children: [ |
| 81 | + { |
| 82 | + text: 'Data Modeling', |
| 83 | + collapsible: true, |
| 84 | + children: [ |
| 85 | + { |
| 86 | + text: 'Timeseries Data Model', |
| 87 | + link: 'Navigating_Time_Series_Data', |
| 88 | + }, |
| 89 | + { |
| 90 | + text: 'Modeling Scheme Design', |
| 91 | + link: 'Data-Model-and-Terminology', |
| 92 | + }, |
| 93 | + { |
| 94 | + text: 'Measurement Point Management', |
| 95 | + link: 'Operate-Metadata_timecho', |
| 96 | + }, |
| 97 | + ], |
| 98 | + }, |
| 99 | + { text: 'Write & Delete', link: 'Write-Delete-Data' }, |
| 100 | + { text: 'Query Data', link: 'Query-Data' }, |
| 101 | + ], |
| 102 | + }, |
| 103 | + { |
| 104 | + text: 'Advanced Features', |
| 105 | + collapsible: true, |
| 106 | + prefix: 'User-Manual/', |
| 107 | + // children: 'structure', |
| 108 | + children: [ |
| 109 | + { text: 'Data Sync', link: 'Data-Sync_timecho' }, |
| 110 | + { text: 'Data Subscription', link: 'Data-subscription' }, |
| 111 | + { text: 'AI Capability', link: 'AINode_timecho' }, |
| 112 | + { |
| 113 | + text: 'Security Management', |
| 114 | + collapsible: true, |
| 115 | + children: [ |
| 116 | + { text: 'White List', link: 'White-List_timecho' }, |
| 117 | + { text: 'Audit Log', link: 'Audit-Log_timecho' }, |
| 118 | + { text: 'Authority Management', link: 'Authority-Management' }, |
| 119 | + ], |
| 120 | + }, |
| 121 | + { text: 'UDF', link: 'User-defined-function_timecho' }, |
| 122 | + { text: 'View', link: 'IoTDB-View_timecho' }, |
| 123 | + { text: 'Tiered Storage', link: 'Tiered-Storage_timecho' }, |
| 124 | + { text: 'Continuous Query', link: 'Database-Programming' }, |
| 125 | + { |
| 126 | + text: 'Database Programming', |
| 127 | + collapsible: true, |
| 128 | + children: [ |
| 129 | + { text: 'UDF Development', link: 'UDF-development' }, |
| 130 | + { text: 'Trigger', link: 'Trigger' }, |
| 131 | + { text: 'Stream Processing', link: 'Streaming_timecho' }, |
| 132 | + ], |
| 133 | + }, |
| 134 | + { text: 'Maintenance SQL', link: 'Maintennance' }, |
| 135 | + ], |
| 136 | + }, |
| 137 | + { |
| 138 | + text: 'Tools System', |
| 139 | + collapsible: true, |
| 140 | + prefix: 'Tools-System/', |
| 141 | + // children: 'structure', |
| 142 | + children: [ |
| 143 | + { text: 'CLI', link: 'CLI' }, |
| 144 | + { text: 'Workbench', link: 'Workbench_timecho' }, |
| 145 | + { text: 'Monitor Tool', link: 'Monitor-Tool_timecho' }, |
| 146 | + { text: 'Benchmark Tool', link: 'Benchmark' }, |
| 147 | + { text: 'Cluster Management Tool', link: 'Maintenance-Tool_timecho' }, |
| 148 | + { text: 'Data Import', link: 'Data-Import-Tool' }, |
| 149 | + { text: 'Data Export', link: 'Data-Export-Tool' }, |
| 150 | + ], |
| 151 | + }, |
| 152 | + { |
| 153 | + text: 'API', |
| 154 | + collapsible: true, |
| 155 | + prefix: 'API/', |
| 156 | + // children: 'structure', |
| 157 | + children: [ |
| 158 | + { text: 'Java Native API', link: 'Programming-Java-Native-API' }, |
| 159 | + { text: 'Python Native API', link: 'Programming-Python-Native-API' }, |
| 160 | + { text: 'C++ Native API', link: 'Programming-Cpp-Native-API' }, |
| 161 | + { text: 'Go Native API', link: 'Programming-Go-Native-API' }, |
| 162 | + { text: 'C# Native API', link: 'Programming-CSharp-Native-API' }, |
| 163 | + { text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' }, |
| 164 | + { text: 'Rust Native API', link: 'Programming-Rust-Native-API' }, |
| 165 | + { text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' }, |
| 166 | + { text: 'MQTT Protocol', link: 'Programming-MQTT' }, |
| 167 | + { text: 'OPC UA Protocol', link: 'Programming-OPC-UA_timecho' }, |
| 168 | + { text: 'Kafka', link: 'Programming-Kafka' }, |
| 169 | + { |
| 170 | + text: 'REST API', |
| 171 | + collapsible: true, |
| 172 | + children: [ |
| 173 | + { text: 'V1 (Not Recommend)', link: 'RestServiceV1' }, |
| 174 | + { text: 'V2', link: 'RestServiceV2' }, |
| 175 | + ], |
| 176 | + }, |
| 177 | + ], |
| 178 | + }, |
| 179 | + { |
| 180 | + text: 'Ecosystem Integration', |
| 181 | + collapsible: true, |
| 182 | + prefix: 'Ecosystem-Integration/', |
| 183 | + // children: 'structure', |
| 184 | + children: [ |
| 185 | + { text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' }, |
| 186 | + { text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' }, |
| 187 | + { text: 'Apache Hive(TsFile)', link: 'Hive-TsFile' }, |
| 188 | + { text: 'Apache NiFi', link: 'NiFi-IoTDB' }, |
| 189 | + { text: 'Apache Spark(TsFile)', link: 'Spark-TsFile' }, |
| 190 | + { text: 'Apache Spark(IoTDB)', link: 'Spark-IoTDB' }, |
| 191 | + { text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_timecho' }, |
| 192 | + { text: 'DataEase', link: 'DataEase' }, |
| 193 | + { text: 'DBeaver', link: 'DBeaver' }, |
| 194 | + { text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' }, |
| 195 | + { text: 'Grafana(IoTDB)', link: 'Grafana-Connector' }, |
| 196 | + { text: 'Grafana Plugin', link: 'Grafana-Plugin' }, |
| 197 | + { text: 'ThingsBoard', link: 'Thingsboard' }, |
| 198 | + ], |
| 199 | + }, |
| 200 | + { |
| 201 | + text: 'SQL Manual', |
| 202 | + collapsible: true, |
| 203 | + prefix: 'SQL-Manual/', |
| 204 | + // children: 'structure', |
| 205 | + children: [ |
| 206 | + { text: 'SQL Manual', link: 'SQL-Manual' }, |
| 207 | + { |
| 208 | + text: 'Functions and Operators', |
| 209 | + collapsible: true, |
| 210 | + children: [ |
| 211 | + { text: 'UDF Libraries', link: 'UDF-Libraries_timecho' }, |
| 212 | + { |
| 213 | + text: 'Operator and Expression', |
| 214 | + link: 'Operator-and-Expression', |
| 215 | + }, |
| 216 | + { |
| 217 | + text: 'Function and Expression', |
| 218 | + link: 'Function-and-Expression', |
| 219 | + }, |
| 220 | + ], |
| 221 | + }, |
| 222 | + ], |
| 223 | + }, |
| 224 | + { |
| 225 | + text: 'Technical Insider', |
| 226 | + collapsible: true, |
| 227 | + prefix: 'Technical-Insider/', |
| 228 | + // children: 'structure', |
| 229 | + children: [ |
| 230 | + { text: 'Research Paper ', link: 'Publication' }, |
| 231 | + { text: 'Compression & Encoding', link: 'Encoding-and-Compression' }, |
| 232 | + { |
| 233 | + text: 'Data Partitioning & Load Balancing', |
| 234 | + link: 'Cluster-data-partitioning', |
| 235 | + }, |
| 236 | + ], |
| 237 | + }, |
| 238 | + { |
| 239 | + text: 'Reference', |
| 240 | + collapsible: true, |
| 241 | + prefix: 'Reference/', |
| 242 | + // children: 'structure', |
| 243 | + children: [ |
| 244 | + { |
| 245 | + text: 'Config Manual', |
| 246 | + collapsible: true, |
| 247 | + children: [ |
| 248 | + { text: 'Common Config Manual', link: 'Common-Config-Manual' }, |
| 249 | + { |
| 250 | + text: 'ConfigNode Config Manual', |
| 251 | + link: 'ConfigNode-Config-Manual', |
| 252 | + }, |
| 253 | + { text: 'DataNode Config Manual', link: 'DataNode-Config-Manual' }, |
| 254 | + ], |
| 255 | + }, |
| 256 | + { |
| 257 | + text: 'Syntax-Rule', |
| 258 | + collapsible: true, |
| 259 | + children: [ |
| 260 | + { text: 'Identifiers', link: 'Syntax-Rule' }, |
| 261 | + { text: 'Keywords', link: 'Keywords' }, |
| 262 | + ], |
| 263 | + }, |
| 264 | + { text: 'Status Codes', link: 'Status-Codes' }, |
| 265 | + ], |
| 266 | + }, |
| 267 | + { |
| 268 | + text: 'FAQ', |
| 269 | + collapsible: true, |
| 270 | + prefix: 'FAQ/', |
| 271 | + // children: 'structure', |
| 272 | + children: [ |
| 273 | + { |
| 274 | + text: 'Frequently Asked Questions', |
| 275 | + link: 'Frequently-asked-questions', |
| 276 | + }, |
| 277 | + ], |
| 278 | + }, |
| 279 | + ], |
| 280 | +}; |
0 commit comments