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 0ab69e2a adjust kafka from api to ecosystem (#734)
0ab69e2a is described below

commit 0ab69e2a88913582c4cee99f1f01d887f23f8b2c
Author: leto-b <[email protected]>
AuthorDate: Tue May 13 17:40:44 2025 +0800

    adjust kafka from api to ecosystem (#734)
---
 src/.vuepress/sidebar/V1.3.x/en.ts                                      | 2 +-
 src/.vuepress/sidebar/V1.3.x/zh.ts                                      | 2 +-
 src/.vuepress/sidebar/V2.0.x/en-Tree.ts                                 | 2 +-
 src/.vuepress/sidebar/V2.0.x/zh-Tree.ts                                 | 2 +-
 src/.vuepress/sidebar_timecho/V1.3.x/en.ts                              | 2 +-
 src/.vuepress/sidebar_timecho/V1.3.x/zh.ts                              | 2 +-
 src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts                         | 2 +-
 src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts                         | 2 +-
 .../Master/Tree/{API => Ecosystem-Integration}/Programming-Kafka.md     | 0
 .../V1.3.x/{API => Ecosystem-Integration}/Programming-Kafka.md          | 0
 .../dev-1.3/{API => Ecosystem-Integration}/Programming-Kafka.md         | 0
 .../latest/{API => Ecosystem-Integration}/Programming-Kafka.md          | 0
 .../Master/Tree/{API => Ecosystem-Integration}/Programming-Kafka.md     | 0
 .../V1.3.x/{API => Ecosystem-Integration}/Programming-Kafka.md          | 0
 .../dev-1.3/{API => Ecosystem-Integration}/Programming-Kafka.md         | 0
 .../latest/{API => Ecosystem-Integration}/Programming-Kafka.md          | 0
 16 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/.vuepress/sidebar/V1.3.x/en.ts 
b/src/.vuepress/sidebar/V1.3.x/en.ts
index a180111f..96d1f7e4 100644
--- a/src/.vuepress/sidebar/V1.3.x/en.ts
+++ b/src/.vuepress/sidebar/V1.3.x/en.ts
@@ -183,7 +183,6 @@ export const enSidebar = {
         { text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
         { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT Protocol', link: 'Programming-MQTT' },
-        { text: 'Kafka', link: 'Programming-Kafka' },
         {
           text: 'REST API',
           collapsible: true,
@@ -212,6 +211,7 @@ export const enSidebar = {
           collapsible: true,
           children: [
             { text: 'Apache NiFi', link: 'NiFi-IoTDB' },
+            { text: 'Kafka', link: 'Programming-Kafka' },
           ],
         },
         {
diff --git a/src/.vuepress/sidebar/V1.3.x/zh.ts 
b/src/.vuepress/sidebar/V1.3.x/zh.ts
index d6ff7ed5..ef5666eb 100644
--- a/src/.vuepress/sidebar/V1.3.x/zh.ts
+++ b/src/.vuepress/sidebar/V1.3.x/zh.ts
@@ -172,7 +172,6 @@ export const zhSidebar = {
         { text: 'Rust原生接口', link: 'Programming-Rust-Native-API' },
         { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT协议', link: 'Programming-MQTT' },
-        { text: 'Kafka', link: 'Programming-Kafka' },
         {
           text: 'REST API',
           collapsible: true,
@@ -201,6 +200,7 @@ export const zhSidebar = {
           collapsible: true,
           children: [
             { text: 'Apache NiFi', link: 'NiFi-IoTDB' },
+            { text: 'Kafka', link: 'Programming-Kafka' },
           ],
         },
         {
diff --git a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts 
b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
index 64a602e3..50662612 100644
--- a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
+++ b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
@@ -168,7 +168,6 @@ export const enSidebar = {
         { text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
         { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT Protocol', link: 'Programming-MQTT' },
-        { text: 'Kafka', link: 'Programming-Kafka' },
         {
           text: 'REST API',
           collapsible: true,
@@ -196,6 +195,7 @@ export const enSidebar = {
           collapsible: true,
           children: [
             { text: 'Apache NiFi', link: 'NiFi-IoTDB' },
+            { text: 'Kafka', link: 'Programming-Kafka' },
           ],
         },
         {
diff --git a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts 
b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
index c4b3287d..ce935d64 100644
--- a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
+++ b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
@@ -157,7 +157,6 @@ export const zhSidebar = {
         { text: 'Rust原生接口', link: 'Programming-Rust-Native-API' },
         { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT协议', link: 'Programming-MQTT' },
-        { text: 'Kafka', link: 'Programming-Kafka' },
         {
           text: 'REST API',
           collapsible: true,
@@ -185,6 +184,7 @@ export const zhSidebar = {
           collapsible: true,
           children: [
             { text: 'Apache NiFi', link: 'NiFi-IoTDB' },
+            { text: 'Kafka', link: 'Programming-Kafka' },
           ],
         },
         {
diff --git a/src/.vuepress/sidebar_timecho/V1.3.x/en.ts 
b/src/.vuepress/sidebar_timecho/V1.3.x/en.ts
index 1f485ab3..3c620546 100644
--- a/src/.vuepress/sidebar_timecho/V1.3.x/en.ts
+++ b/src/.vuepress/sidebar_timecho/V1.3.x/en.ts
@@ -200,7 +200,6 @@ export const enSidebar = {
         { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT Protocol', link: 'Programming-MQTT' },
         { text: 'OPC UA Protocol', link: 'Programming-OPC-UA_timecho' },
-        { text: 'Kafka', link: 'Programming-Kafka' },
         {
           text: 'REST API',
           collapsible: true,
@@ -229,6 +228,7 @@ export const enSidebar = {
           collapsible: true,
           children: [
             { text: 'Apache NiFi', link: 'NiFi-IoTDB' },
+            { text: 'Kafka', link: 'Programming-Kafka' },
           ],
         },
         {
diff --git a/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts 
b/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
index 95beddb0..f6660cd3 100644
--- a/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
+++ b/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
@@ -183,7 +183,6 @@ export const zhSidebar = {
         { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT协议', link: 'Programming-MQTT' },
         { text: 'OPC UA协议', link: 'Programming-OPC-UA_timecho' },
-        { text: 'Kafka', link: 'Programming-Kafka' },
         {
           text: 'REST API',
           collapsible: true,
@@ -212,6 +211,7 @@ export const zhSidebar = {
               collapsible: true,
               children: [
                 { text: 'Apache NiFi', link: 'NiFi-IoTDB' },
+                { text: 'Kafka', link: 'Programming-Kafka' },
               ],
             },
             {
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 f1590a6a..baafcb2b 100644
--- a/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts
+++ b/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts
@@ -185,7 +185,6 @@ export const enSidebar = {
         { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT Protocol', link: 'Programming-MQTT' },
         { text: 'OPC UA Protocol', link: 'Programming-OPC-UA_timecho' },
-        { text: 'Kafka', link: 'Programming-Kafka' },
         {
           text: 'REST API',
           collapsible: true,
@@ -213,6 +212,7 @@ export const enSidebar = {
           collapsible: true,
           children: [
             { text: 'Apache NiFi', link: 'NiFi-IoTDB' },
+            { text: 'Kafka', link: 'Programming-Kafka' },
           ],
         },
         {
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 626b0899..edb8caa0 100644
--- a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
+++ b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
@@ -168,7 +168,6 @@ export const zhSidebar = {
         { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT协议', link: 'Programming-MQTT' },
         { text: 'OPC UA协议', link: 'Programming-OPC-UA_timecho' },
-        { text: 'Kafka', link: 'Programming-Kafka' },
         {
           text: 'REST API',
           collapsible: true,
@@ -196,6 +195,7 @@ export const zhSidebar = {
           collapsible: true,
           children: [
             { text: 'Apache NiFi', link: 'NiFi-IoTDB' },
+            { text: 'Kafka', link: 'Programming-Kafka' },
           ],
         },
         {
diff --git a/src/UserGuide/Master/Tree/API/Programming-Kafka.md 
b/src/UserGuide/Master/Tree/Ecosystem-Integration/Programming-Kafka.md
similarity index 100%
rename from src/UserGuide/Master/Tree/API/Programming-Kafka.md
rename to src/UserGuide/Master/Tree/Ecosystem-Integration/Programming-Kafka.md
diff --git a/src/UserGuide/V1.3.x/API/Programming-Kafka.md 
b/src/UserGuide/V1.3.x/Ecosystem-Integration/Programming-Kafka.md
similarity index 100%
rename from src/UserGuide/V1.3.x/API/Programming-Kafka.md
rename to src/UserGuide/V1.3.x/Ecosystem-Integration/Programming-Kafka.md
diff --git a/src/UserGuide/dev-1.3/API/Programming-Kafka.md 
b/src/UserGuide/dev-1.3/Ecosystem-Integration/Programming-Kafka.md
similarity index 100%
rename from src/UserGuide/dev-1.3/API/Programming-Kafka.md
rename to src/UserGuide/dev-1.3/Ecosystem-Integration/Programming-Kafka.md
diff --git a/src/UserGuide/latest/API/Programming-Kafka.md 
b/src/UserGuide/latest/Ecosystem-Integration/Programming-Kafka.md
similarity index 100%
rename from src/UserGuide/latest/API/Programming-Kafka.md
rename to src/UserGuide/latest/Ecosystem-Integration/Programming-Kafka.md
diff --git a/src/zh/UserGuide/Master/Tree/API/Programming-Kafka.md 
b/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/Programming-Kafka.md
similarity index 100%
rename from src/zh/UserGuide/Master/Tree/API/Programming-Kafka.md
rename to 
src/zh/UserGuide/Master/Tree/Ecosystem-Integration/Programming-Kafka.md
diff --git a/src/zh/UserGuide/V1.3.x/API/Programming-Kafka.md 
b/src/zh/UserGuide/V1.3.x/Ecosystem-Integration/Programming-Kafka.md
similarity index 100%
rename from src/zh/UserGuide/V1.3.x/API/Programming-Kafka.md
rename to src/zh/UserGuide/V1.3.x/Ecosystem-Integration/Programming-Kafka.md
diff --git a/src/zh/UserGuide/dev-1.3/API/Programming-Kafka.md 
b/src/zh/UserGuide/dev-1.3/Ecosystem-Integration/Programming-Kafka.md
similarity index 100%
rename from src/zh/UserGuide/dev-1.3/API/Programming-Kafka.md
rename to src/zh/UserGuide/dev-1.3/Ecosystem-Integration/Programming-Kafka.md
diff --git a/src/zh/UserGuide/latest/API/Programming-Kafka.md 
b/src/zh/UserGuide/latest/Ecosystem-Integration/Programming-Kafka.md
similarity index 100%
rename from src/zh/UserGuide/latest/API/Programming-Kafka.md
rename to src/zh/UserGuide/latest/Ecosystem-Integration/Programming-Kafka.md

Reply via email to