|
| 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, |
| 13 | + software distributed under the License is distributed on an |
| 14 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | + KIND, either express or implied. See the License for the |
| 16 | + specific language governing permissions and limitations |
| 17 | + under the License. |
| 18 | + */ |
| 19 | + |
| 20 | +export const enSidebar = { |
| 21 | + '/UserGuide/V1.3.0-2/': [ |
| 22 | + { |
| 23 | + text: 'IoTDB User Guide (V1.3.0/1/2)', |
| 24 | + children: [], |
| 25 | + }, |
| 26 | + { |
| 27 | + text: 'About IoTDB', |
| 28 | + collapsible: true, |
| 29 | + prefix: 'IoTDB-Introduction/', |
| 30 | + // children: 'structure', |
| 31 | + children: [ |
| 32 | + { text: 'What is IoTDB', link: 'IoTDB-Introduction_apache' }, |
| 33 | + { text: 'Features', link: 'Features' }, |
| 34 | + { text: 'System Architecture', link: 'Architecture' }, |
| 35 | + { text: 'Performance', link: 'Performance' }, |
| 36 | + { text: 'Scenario', link: 'Scenario' }, |
| 37 | + { text: 'Academic Achievement', link: 'Publication' }, |
| 38 | + ], |
| 39 | + }, |
| 40 | + { |
| 41 | + text: 'Quick Start', |
| 42 | + link: 'QuickStart/QuickStart_apache', |
| 43 | + }, |
| 44 | + { |
| 45 | + text: 'Basic Concept', |
| 46 | + collapsible: true, |
| 47 | + prefix: 'Basic-Concept/', |
| 48 | + // children: 'structure', |
| 49 | + children: [ |
| 50 | + { text: 'Navigating Time Series Data', link: 'Navigating_Time_Series_Data' }, |
| 51 | + { text: 'Data Model', link: 'Data-Model-and-Terminology' }, |
| 52 | + { text: 'Data Type', link: 'Data-Type' }, |
| 53 | + { text: 'Encoding and Compression', link: 'Encoding-and-Compression' }, |
| 54 | + { text: 'Data Partitioning & Load Balancing', link: 'Cluster-data-partitioning' }, |
| 55 | + ], |
| 56 | + }, |
| 57 | + { |
| 58 | + text: 'Deployment & Maintenance', |
| 59 | + collapsible: true, |
| 60 | + prefix: 'Deployment-and-Maintenance/', |
| 61 | + // children: 'structure', |
| 62 | + children: [ |
| 63 | + { text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' }, |
| 64 | + { text: 'Database Resources', link: 'Database-Resources' }, |
| 65 | + { text: 'System Requirements', link: 'Environment-Requirements' }, |
| 66 | + { text: 'Stand-Alone Deployment', link: 'Stand-Alone-Deployment_apache' }, |
| 67 | + { text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' }, |
| 68 | + { text: 'Docker Deployment', link: 'Docker-Deployment_apache' }, |
| 69 | + ], |
| 70 | + }, |
| 71 | + |
| 72 | + { |
| 73 | + text: 'User Manual', |
| 74 | + collapsible: true, |
| 75 | + prefix: 'User-Manual/', |
| 76 | + // children: 'structure', |
| 77 | + children: [ |
| 78 | + { text: 'Syntax Rule', link: 'Syntax-Rule' }, |
| 79 | + { text: 'Operate Metadata', link: 'Operate-Metadata_apache' }, |
| 80 | + { text: 'Write & Delete Data', link: 'Write-Delete-Data' }, |
| 81 | + { text: 'Query Data', link: 'Query-Data' }, |
| 82 | + { text: 'Operator and Expression', link: 'Operator-and-Expression' }, |
| 83 | + { text: 'Stream Processing', link: 'Streaming_apache' }, |
| 84 | + { text: 'Data Sync', link: 'Data-Sync_apache' }, |
| 85 | + { text: 'Database Programming', link: 'Database-Programming' }, |
| 86 | + { text: 'UDF', link: 'User-defined-function' }, |
| 87 | + { text: 'Database Administration', link: 'Authority-Management' }, |
| 88 | + { text: 'Maintennance', link: 'Maintennance' }, |
| 89 | + ], |
| 90 | + }, |
| 91 | + { |
| 92 | + text: 'Tools System', |
| 93 | + collapsible: true, |
| 94 | + prefix: 'Tools-System/', |
| 95 | + // children: 'structure', |
| 96 | + children: [ |
| 97 | + { text: 'Command Line Interface (CLI)', link: 'CLI' }, |
| 98 | + { text: 'Monitor Tool', link: 'Monitor-Tool_apache' }, |
| 99 | + { text: 'Benchmark Tool', link: 'Benchmark' }, |
| 100 | + { text: 'Maintenance Tool', link: 'Maintenance-Tool_apache' }, |
| 101 | + { text: 'Data Import Export Script', link: 'Data-Import-Export-Tool' }, |
| 102 | + { text: 'TsFile Import Export Script', link: 'TsFile-Import-Export-Tool' }, |
| 103 | + ], |
| 104 | + }, |
| 105 | + { |
| 106 | + text: 'API', |
| 107 | + collapsible: true, |
| 108 | + prefix: 'API/', |
| 109 | + // children: 'structure', |
| 110 | + children: [ |
| 111 | + { text: 'Java Native API', link: 'Programming-Java-Native-API' }, |
| 112 | + { text: 'Python Native API', link: 'Programming-Python-Native-API' }, |
| 113 | + { text: 'C++ Native API', link: 'Programming-Cpp-Native-API' }, |
| 114 | + { text: 'Go Native API', link: 'Programming-Go-Native-API' }, |
| 115 | + { text: 'C# Native API', link: 'Programming-CSharp-Native-API' }, |
| 116 | + { text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' }, |
| 117 | + { text: 'Rust Native API', link: 'Programming-Rust-Native-API' }, |
| 118 | + { text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' }, |
| 119 | + { text: 'MQTT Protocol', link: 'Programming-MQTT' }, |
| 120 | + { text: 'Kafka', link: 'Programming-Kafka' }, |
| 121 | + { text: 'REST API V1 (Not Recommend)', link: 'RestServiceV1' }, |
| 122 | + { text: 'REST API V2', link: 'RestServiceV2' }, |
| 123 | + ], |
| 124 | + }, |
| 125 | + { |
| 126 | + text: 'Ecosystem Integration', |
| 127 | + collapsible: true, |
| 128 | + prefix: 'Ecosystem-Integration/', |
| 129 | + // children: 'structure', |
| 130 | + children: [ |
| 131 | + { text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' }, |
| 132 | + { text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' }, |
| 133 | + { text: 'Apache Hive(TsFile)', link: 'Hive-TsFile' }, |
| 134 | + { text: 'Apache NiFi', link: 'NiFi-IoTDB' }, |
| 135 | + { text: 'Apache Spark(TsFile)', link: 'Spark-TsFile' }, |
| 136 | + { text: 'Apache Spark(IoTDB)', link: 'Spark-IoTDB' }, |
| 137 | + { text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_apache' }, |
| 138 | + { text: 'DBeaver', link: 'DBeaver' }, |
| 139 | + { text: 'Grafana(IoTDB)', link: 'Grafana-Connector' }, |
| 140 | + { text: 'Grafana Plugin', link: 'Grafana-Plugin' }, |
| 141 | + { text: 'ThingsBoard', link: 'Thingsboard' }, |
| 142 | + ], |
| 143 | + }, |
| 144 | + { |
| 145 | + text: 'SQL Manual', |
| 146 | + collapsible: true, |
| 147 | + prefix: 'SQL-Manual/', |
| 148 | + // children: 'structure', |
| 149 | + children: [ |
| 150 | + { text: 'SQL Manual', link: 'SQL-Manual' }, |
| 151 | + ], |
| 152 | + }, |
| 153 | + { |
| 154 | + text: 'FAQ', |
| 155 | + collapsible: true, |
| 156 | + prefix: 'FAQ/', |
| 157 | + // children: 'structure', |
| 158 | + children: [ |
| 159 | + { text: 'Frequently Asked Questions', link: 'Frequently-asked-questions' }], |
| 160 | + }, |
| 161 | + { |
| 162 | + text: 'Reference', |
| 163 | + collapsible: true, |
| 164 | + prefix: 'Reference/', |
| 165 | + // children: 'structure', |
| 166 | + children: [ |
| 167 | + { text: 'UDF Libraries', link: 'UDF-Libraries' }, |
| 168 | + { text: 'UDF development', link: 'UDF-development' }, |
| 169 | + { text: 'Function and Expression', link: 'Function-and-Expression' }, |
| 170 | + { text: 'Common Config Manual', link: 'Common-Config-Manual' }, |
| 171 | + { text: 'Status Codes', link: 'Status-Codes' }, |
| 172 | + { text: 'Keywords', link: 'Keywords' }, |
| 173 | + ], |
| 174 | + }, |
| 175 | + ], |
| 176 | +}; |
0 commit comments