This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 959bfa39 add hot and new 2082 (#1056)
959bfa39 is described below
commit 959bfa39d66e20ea3673e0fecec4f1565243e6b6
Author: leto-b <[email protected]>
AuthorDate: Wed Apr 1 15:22:12 2026 +0800
add hot and new 2082 (#1056)
---
src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts | 9 +++++----
src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts | 10 +++++-----
src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts | 9 +++++----
src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts | 10 +++++-----
4 files changed, 20 insertions(+), 18 deletions(-)
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 a8af35e8..1eb068ec 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' },
+ { 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,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' },
{
@@ -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' },
],
@@ -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' },
],
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 7e72e895..18db2f89 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',
+ 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',
+ 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' },
+ { 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' },
+ { 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' },
+ { 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 798b701c..d3e392b9 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' },
+ { text: '表管理', link: 'Table-Management_timecho', badge: "new" },
{ text: '写入&更新', link: 'Write-Updata-Data_timecho' },
{ text: '数据查询', link: 'Query-Data_timecho' },
{
@@ -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' },
{
@@ -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' },
],
@@ -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_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 ffa5bc1c..052c6b33 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' },
+ { 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' },
+ { 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' },
+ { 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' },
+ { 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' },
+ { text: 'SQL手册', link: 'SQL-Manual_timecho', badge: "hot" },
{
text: '函数与运算符',
collapsible: true,