diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts b/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts index 1eb068ecd..61aff83d8 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts @@ -104,7 +104,7 @@ export const enSidebar = { prefix: 'Basic-Concept/', children: [ { text: 'Database Management', link: 'Database-Management_timecho' }, - { text: 'Table Management', link: 'Table-Management_timecho', badge: "new" }, + { text: 'Table Management', link: 'Table-Management_timecho', badge: ['new'] }, { text: 'Write&Updata Data', link: 'Write-Updata-Data_timecho' }, { text: 'Query Data', link: 'Query-Data_timecho' }, { @@ -131,7 +131,7 @@ export const enSidebar = { { text: 'Pattern Query', link: 'Pattern-Query_timecho' }, { text: 'Window Function', link: 'Window-Function_timecho' }, ], - badge: "hot" + badge: ['hot'] }, { text: 'UDF', link: 'User-defined-function' }, { @@ -162,7 +162,7 @@ export const enSidebar = { prefix: 'AI-capability/', children: [ { text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' }, - { text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' , badge: "hot"}, + { text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' , badge: ['hot']}, { text: 'TimeSeries Large Model(V2.0.5/6)', link: 'TimeSeries-Large-Model' }, { text: 'TimeSeries Large Model(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' }, ], @@ -197,13 +197,13 @@ export const enSidebar = { collapsible: true, prefix: 'API/', children: [ - { text: 'Java Native API', link: 'Programming-Java-Native-API_timecho', badge: "hot" }, + { text: 'Java Native API', link: 'Programming-Java-Native-API_timecho', badge: ['hot'] }, { text: 'Python Native API', link: 'Programming-Python-Native-API_timecho' }, { text: 'C++ Native API', link: 'Programming-Cpp-Native-API_timecho' }, { text: 'GO Native API', link: 'Programming-Go-Native-API_timecho' }, { text: 'C# Native API', link: 'Programming-CSharp-Native-API_timecho' }, { text: 'JDBC', link: 'Programming-JDBC_timecho' }, - { text: 'ODBC', link: 'Programming-ODBC_timecho', badge: "new" }, + { text: 'ODBC', link: 'Programming-ODBC_timecho', badge: ['new'] }, { text: 'MQTT Protocol', link: 'Programming-MQTT_timecho' }, { text: 'RESTAPI V1 ', link: 'RestAPI-V1_timecho' }, ], diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts b/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts index 18db2f89a..584ffa5a3 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts @@ -74,7 +74,7 @@ export const enSidebar = { children: [ { text: 'Stand-Alone Deployment', - link: 'Stand-Alone-Deployment_timecho', badge: "hot" + link: 'Stand-Alone-Deployment_timecho', badge: ['hot'] }, { text: 'Cluster Deployment', link: 'Cluster-Deployment_timecho' }, { @@ -113,7 +113,7 @@ export const enSidebar = { children: [ { text: 'Data Modeling', - link: 'Operate-Metadata_timecho', badge: "new" + link: 'Operate-Metadata_timecho', badge: ['new'] }, { text: 'Write Data', link: 'Write-Data_timecho' }, { text: 'Query Data', link: 'Query-Data_timecho' }, @@ -173,7 +173,7 @@ export const enSidebar = { prefix: 'AI-capability/', children: [ { text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' }, - { text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho', badge: "hot" }, + { text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho', badge: ['hot'] }, { text: 'TimeSeries Large Model(V2.0.5/6)', link: 'TimeSeries-Large-Model' }, { text: 'TimeSeries Large Model(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' }, ], @@ -222,7 +222,7 @@ export const enSidebar = { { text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' }, { text: 'Rust Native API', link: 'Programming-Rust-Native-API' }, { text: 'JDBC', link: 'Programming-JDBC_timecho' }, - { text: 'ODBC', link: 'Programming-ODBC_timecho', badge: "new" }, + { text: 'ODBC', link: 'Programming-ODBC_timecho', badge: ['new'] }, { text: 'MQTT Protocol', link: 'Programming-MQTT_timecho' }, { text: 'OPC UA Protocol', link: 'Programming-OPC-UA_timecho' }, { text: 'OPC DA Protocol', link: 'Programming-OPC-DA_timecho' }, @@ -301,7 +301,7 @@ export const enSidebar = { { text: 'QuickStart Only SQL', link: 'QuickStart-Only-Sql_timecho' }, { text: 'Identifiers', link: 'Syntax-Rule' }, { text: 'Keywords', link: 'Keywords' }, - { text: 'SQL Manual', link: 'SQL-Manual_timecho', badge: "hot" }, + { text: 'SQL Manual', link: 'SQL-Manual_timecho', badge: ['hot'] }, { text: 'Functions and Operators', collapsible: true, diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts index d3e392b93..fce738581 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts @@ -95,7 +95,7 @@ export const zhSidebar = { prefix: 'Basic-Concept/', children: [ { text: '数据库管理', link: 'Database-Management_timecho' }, - { text: '表管理', link: 'Table-Management_timecho', badge: "new" }, + { text: '表管理', link: 'Table-Management_timecho', badge: ['new'] }, { text: '写入&更新', link: 'Write-Updata-Data_timecho' }, { text: '数据查询', link: 'Query-Data_timecho' }, { @@ -122,7 +122,7 @@ export const zhSidebar = { { text: '模式查询', link: 'Pattern-Query_timecho' }, { text: '窗口函数', link: 'Window-Function_timecho' }, ], - badge: "hot" + badge: ['hot'] }, { text: 'UDF', link: 'User-defined-function' }, { @@ -153,7 +153,7 @@ export const zhSidebar = { prefix: 'AI-capability/', children: [ { text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' }, - { text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho', badge: "hot"}, + { text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho', badge: ['hot']}, { text: '时序大模型(V2.0.5/6)', link: 'TimeSeries-Large-Model' }, { text: '时序大模型(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' }, ], @@ -188,13 +188,13 @@ export const zhSidebar = { collapsible: true, prefix: 'API/', children: [ - { text: 'Java原生接口', link: 'Programming-Java-Native-API_timecho', badge: "hot" }, + { text: 'Java原生接口', link: 'Programming-Java-Native-API_timecho', badge: ['hot'] }, { text: 'Python原生接口', link: 'Programming-Python-Native-API_timecho' }, { text: 'C++原生接口', link: 'Programming-Cpp-Native-API_timecho' }, { text: 'GO原生接口', link: 'Programming-Go-Native-API_timecho' }, { text: 'C#原生接口', link: 'Programming-CSharp-Native-API_timecho' }, { text: 'JDBC', link: 'Programming-JDBC_timecho' }, - { text: 'ODBC', link: 'Programming-ODBC_timecho', badge: "new" }, + { text: 'ODBC', link: 'Programming-ODBC_timecho', badge: ['new'] }, { text: 'MQTT协议', link: 'Programming-MQTT_timecho' }, { text: 'RESTAPI V1 ', link: 'RestServiceV1_timecho' }, ], diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts index 052c6b33c..045833a63 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts @@ -66,7 +66,7 @@ export const zhSidebar = { text: '数据库部署', collapsible: true, children: [ - { text: '单机版部署', link: 'Stand-Alone-Deployment_timecho', badge: "hot" }, + { text: '单机版部署', link: 'Stand-Alone-Deployment_timecho', badge: ['hot'] }, { text: '集群版部署', link: 'Cluster-Deployment_timecho' }, { text: '双活版部署', link: 'Dual-Active-Deployment_timecho' }, { text: 'Docker 部署', link: 'Docker-Deployment_timecho' }, @@ -96,7 +96,7 @@ export const zhSidebar = { collapsible: true, prefix: 'Basic-Concept/', children: [ - { text: '测点管理', link: 'Operate-Metadata_timecho', badge: "new" }, + { text: '测点管理', link: 'Operate-Metadata_timecho', badge: ['new'] }, { text: '数据写入', link: 'Write-Data_timecho' }, { text: '数据查询', link: 'Query-Data_timecho' }, { @@ -155,7 +155,7 @@ export const zhSidebar = { prefix: 'AI-capability/', children: [ { text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' }, - { text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho', badge: "hot" }, + { text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho', badge: ['hot'] }, { text: '时序大模型(V2.0.5/6)', link: 'TimeSeries-Large-Model' }, { text: '时序大模型(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' }, ], @@ -204,7 +204,7 @@ export const zhSidebar = { { text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API' }, { text: 'Rust', link: 'Programming-Rust-Native-API' }, { text: 'JDBC', link: 'Programming-JDBC_timecho' }, - { text: 'ODBC', link: 'Programming-ODBC_timecho', badge: "new" }, + { text: 'ODBC', link: 'Programming-ODBC_timecho', badge: ['new'] }, { text: 'MQTT协议', link: 'Programming-MQTT_timecho' }, { text: 'OPC UA协议', link: 'Programming-OPC-UA_timecho' }, { text: 'OPC DA协议', link: 'Programming-OPC-DA_timecho' }, @@ -283,7 +283,7 @@ export const zhSidebar = { { text: '快速 SQL 体验', link: 'QuickStart-Only-Sql_timecho' }, { text: '标识符', link: 'Syntax-Rule' }, { text: '关键字', link: 'Keywords' }, - { text: 'SQL手册', link: 'SQL-Manual_timecho', badge: "hot" }, + { text: 'SQL手册', link: 'SQL-Manual_timecho', badge: ['hot'] }, { text: '函数与运算符', collapsible: true,