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
  •  
  •  
  •  
132 changes: 93 additions & 39 deletions src/.vuepress/sidebar/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,24 @@ export const enSidebar = {
text: 'About IoTDB',
collapsible: true,
prefix: 'IoTDB-Introduction/',
// children: 'structure',
// 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: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
{ text: 'Scenario', link: 'Scenario' },
{ text: 'Academic Achievement', link: 'Publication' },
],
},
{
text: 'Quick Start',
link: 'QuickStart/QuickStart_apache',
},
{
text: 'Basic Concept',
text: 'Preparatory knowledge',
collapsible: true,
prefix: 'Basic-Concept/',
// children: 'structure',
prefix: 'Preparatory-knowledge/',
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: 'Quick Start',
link: 'QuickStart/QuickStart_apache',
},
{
text: 'Deployment & Maintenance',
collapsible: true,
Expand All @@ -68,25 +59,51 @@ export const enSidebar = {
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
],
},

{
text: 'User Manual',
text: 'Basic Functions',
collapsible: true,
prefix: 'User-Manual/',
prefix: 'Basic-Concept/',
// 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: 'Data Modeling',
collapsible: true,
children: [
{ text: 'Timeseries Data Model', link: 'Navigating_Time_Series_Data' },
{ text: 'Modeling Scheme Design', link: 'Data-Model-and-Terminology' },
{ text: 'Measurement Point Management', link: 'Operate-Metadata_apache' },
],
},
{ text: 'Write & Delete', link: 'Write-Delete-Data' },
{ text: 'Query Data', link: 'Query-Data' },
{ text: 'Operator and Expression', link: 'Operator-and-Expression' },
],
},
{
text: 'Advanced Features',
collapsible: true,
prefix: 'User-Manual/',
// children: 'structure',
children: [
{ text: 'Data Sync', link: 'Data-Sync_apache' },
{ text: 'Data Subscription', link: 'Data-subscription' },
{ text: 'Stream Processing', link: 'Streaming_apache' },
{ text: 'Database Programming', link: 'Database-Programming' },
{
text: 'Security Management',
collapsible: true,
children: [
{ text: 'Authority Management', link: 'Authority-Management' },
],
},
{ text: 'UDF', link: 'User-defined-function' },
{ text: 'Database Administration', link: 'Authority-Management' },
{ text: 'Maintennance', link: 'Maintennance' },
{ text: 'Continuous Query', link: 'Database-Programming' },
{
text: 'Database Programming',
collapsible: true,
children: [
{ text: 'UDF Development', link: 'UDF-development' },
{ text: 'Trigger', link: 'Trigger' },
{ text: 'Stream Processing', link: 'Streaming_apache' },
],
},
],
},
{
Expand All @@ -98,7 +115,7 @@ export const enSidebar = {
{ 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: 'Cluster Management Tool', link: 'Maintenance-Tool_apache' },
{ text: 'Data Import', link: 'Data-Import-Tool' },
{ text: 'Data Export', link: 'Data-Export-Tool' },
],
Expand All @@ -119,8 +136,14 @@ export const enSidebar = {
{ 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: 'REST API',
collapsible: true,
children: [
{ text: 'V1 (Not Recommend)', link: 'RestServiceV1' },
{ text: 'V2', link: 'RestServiceV2' },
],
},
],
},
{
Expand Down Expand Up @@ -152,26 +175,57 @@ export const enSidebar = {
],
},
{
text: 'FAQ',
text: 'Technical Insider',
collapsible: true,
prefix: 'FAQ/',
prefix: 'Technical-Insider/',
// children: 'structure',
children: [
{ text: 'Frequently Asked Questions', link: 'Frequently-asked-questions' }],
{ text: 'Research Paper ', link: 'Publication' },
{ text: 'Compression & Encoding', link: 'Encoding-and-Compression' },
{ text: 'Data Partitioning & Load Balancing', link: 'Cluster-data-partitioning' },
],
},
{
text: 'Reference',
collapsible: true,
prefix: 'Reference/',
// children: 'structure',
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries_apache' },
{ text: 'UDF development', link: 'UDF-development' },
{ text: 'Function and Expression', link: 'Function-and-Expression' },
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },
{
text: 'Config Manual',
collapsible: true,
children: [
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },
{ text: 'ConfigNode Config Manual', link: 'ConfigNode-Config-Manual' },
{ text: 'DataNode Config Manual', link: 'DataNode-Config-Manual' },
],
},
{
text: 'Functions and Operators',
collapsible: true,
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries_timecho' },
{ text: 'Functions and Operators', link: 'Operator-and-Expression' },
],
},
{
text: 'Syntax-Rule',
collapsible: true,
children: [
{ text: 'Reserved Words&Identifiers', link: 'Syntax-Rule' },
{ text: 'Keywords', link: 'Keywords' },
],
},
{ text: 'Status Codes', link: 'Status-Codes' },
{ text: 'Keywords', link: 'Keywords' },
],
},
{
text: 'FAQ',
collapsible: true,
prefix: 'FAQ/',
// children: 'structure',
children: [
{ text: 'Frequently Asked Questions', link: 'Frequently-asked-questions' }],
},
],
};
Loading