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
9 changes: 5 additions & 4 deletions src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
{ 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' },
{
Expand All @@ -131,6 +131,7 @@ export const enSidebar = {
{ text: 'Pattern Query', link: 'Pattern-Query_timecho' },
{ text: 'Window Function', link: 'Window-Function_timecho' },
],
badge: "hot"
},
{ text: 'UDF', link: 'User-defined-function' },
{
Expand Down Expand Up @@ -161,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' },
{ 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' },
],
Expand Down Expand Up @@ -196,13 +197,13 @@ export const enSidebar = {
collapsible: true,
prefix: 'API/',
children: [
{ text: 'Java Native API', link: 'Programming-Java-Native-API_timecho' },
{ 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' },
{ text: 'ODBC', link: 'Programming-ODBC_timecho', badge: "new" },
{ text: 'MQTT Protocol', link: 'Programming-MQTT_timecho' },
{ text: 'RESTAPI V1 ', link: 'RestAPI-V1_timecho' },
],
Expand Down
10 changes: 5 additions & 5 deletions src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const enSidebar = {
children: [
{
text: 'Stand-Alone Deployment',
link: 'Stand-Alone-Deployment_timecho',
link: 'Stand-Alone-Deployment_timecho', badge: "hot"
},
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_timecho' },
{
Expand Down Expand Up @@ -113,7 +113,7 @@ export const enSidebar = {
children: [
{
text: 'Data Modeling',
link: 'Operate-Metadata_timecho',
link: 'Operate-Metadata_timecho', badge: "new"
},
{ text: 'Write Data', link: 'Write-Data_timecho' },
{ text: 'Query Data', link: 'Query-Data_timecho' },
Expand Down Expand Up @@ -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' },
{ 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' },
],
Expand Down Expand Up @@ -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' },
{ 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' },
Expand Down Expand Up @@ -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' },
{ text: 'SQL Manual', link: 'SQL-Manual_timecho', badge: "hot" },
{
text: 'Functions and Operators',
collapsible: true,
Expand Down
9 changes: 5 additions & 4 deletions src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const zhSidebar = {
prefix: 'Basic-Concept/',
children: [
{ text: '数据库管理', link: 'Database-Management_timecho' },
{ text: '表管理', link: 'Table-Management_timecho' },
{ text: '表管理', link: 'Table-Management_timecho', badge: "new" },
{ text: '写入&更新', link: 'Write-Updata-Data_timecho' },
{ text: '数据查询', link: 'Query-Data_timecho' },
{
Expand All @@ -122,6 +122,7 @@ export const zhSidebar = {
{ text: '模式查询', link: 'Pattern-Query_timecho' },
{ text: '窗口函数', link: 'Window-Function_timecho' },
],
badge: "hot"
},
{ text: 'UDF', link: 'User-defined-function' },
{
Expand Down Expand Up @@ -152,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' },
{ 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' },
],
Expand Down Expand Up @@ -187,13 +188,13 @@ export const zhSidebar = {
collapsible: true,
prefix: 'API/',
children: [
{ text: 'Java原生接口', link: 'Programming-Java-Native-API_timecho' },
{ 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' },
{ text: 'ODBC', link: 'Programming-ODBC_timecho', badge: "new" },
{ text: 'MQTT协议', link: 'Programming-MQTT_timecho' },
{ text: 'RESTAPI V1 ', link: 'RestServiceV1' },
],
Expand Down
10 changes: 5 additions & 5 deletions src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const zhSidebar = {
text: '数据库部署',
collapsible: true,
children: [
{ text: '单机版部署', link: 'Stand-Alone-Deployment_timecho' },
{ 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' },
Expand Down Expand Up @@ -96,7 +96,7 @@ export const zhSidebar = {
collapsible: true,
prefix: 'Basic-Concept/',
children: [
{ text: '测点管理', link: 'Operate-Metadata_timecho' },
{ text: '测点管理', link: 'Operate-Metadata_timecho', badge: "new" },
{ text: '数据写入', link: 'Write-Data_timecho' },
{ text: '数据查询', link: 'Query-Data_timecho' },
{
Expand Down Expand Up @@ -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' },
{ 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' },
],
Expand Down Expand Up @@ -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' },
{ 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' },
Expand Down Expand Up @@ -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' },
{ text: 'SQL手册', link: 'SQL-Manual_timecho', badge: "hot" },
{
text: '函数与运算符',
collapsible: true,
Expand Down
Loading