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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const enSidebar = {
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
{ text: 'Apache Spark(TsFile)', link: 'Spark-TsFile' },
{ text: 'Apache Spark(IoTDB)', link: 'Spark-IoTDB' },
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_apache' },
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB' },
{ text: 'DBeaver', link: 'DBeaver' },
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
{ text: 'Grafana Plugin', link: 'Grafana-Plugin' },
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const enSidebar = {
collapsible: true,
children: [
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
{ text: 'Maintenance statement', link: 'Maintenance-statement' },
{ text: 'Maintenance statement', link: 'Maintenance-commands' },
],
},
],
Expand All @@ -122,7 +122,7 @@ export const enSidebar = {
{ text: 'Java Native API', link: 'Programming-Java-Native-API_apache' },
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
{ text: 'RESTAPI V1 ', link: 'RestServiceV1' },
{ text: 'RESTAPI V1 ', link: 'RestAPI-V1' },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const enSidebar = {
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
{ text: 'Apache Spark(TsFile)', link: 'Spark-TsFile' },
{ text: 'Apache Spark(IoTDB)', link: 'Spark-IoTDB' },
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_timecho' },
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB' },
{ text: 'DataEase', link: 'DataEase' },
{ text: 'DBeaver', link: 'DBeaver' },
{ text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const enSidebar = {
collapsible: true,
children: [
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
{ text: 'Maintenance statement', link: 'Maintenance-statement' },
{ text: 'Maintenance statement', link: 'Maintenance-commands' },
],
},
],
Expand All @@ -127,7 +127,7 @@ export const enSidebar = {
{ text: 'Java Native API', link: 'Programming-Java-Native-API_timecho' },
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
{ text: 'JDBC', link: 'Programming-JDBC_timecho' },
{ text: 'RESTAPI V1 ', link: 'RestServiceV1' },
{ text: 'RESTAPI V1 ', link: 'RestAPI-V1' },
],
},
{
Expand Down
10 changes: 2 additions & 8 deletions src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ export const enSidebar = {
collapsible: true,
prefix: 'SQL-Manual/',
children: [
{ text: 'Identifiers', link: 'Syntax-Rule' },
{ text: 'Keywords', link: 'Keywords' },
{ text: 'SQL Manual', link: 'SQL-Manual' },
{
text: 'Functions and Operators',
Expand Down Expand Up @@ -253,14 +255,6 @@ export const enSidebar = {
{ text: 'DataNode Config Manual', link: 'DataNode-Config-Manual_timecho' },
],
},
{
text: 'Syntax-Rule',
collapsible: true,
children: [
{ text: 'Identifiers', link: 'Syntax-Rule' },
{ text: 'Keywords', link: 'Keywords' },
],
},
{ text: 'Status Codes', link: 'Status-Codes' },
],
},
Expand Down