Skip to content

Commit 0ab69e2

Browse files
authored
adjust kafka from api to ecosystem (#734)
1 parent e073195 commit 0ab69e2

16 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/.vuepress/sidebar/V1.3.x/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ export const enSidebar = {
183183
{ text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
184184
{ text: 'JDBC', link: 'Programming-JDBC' },
185185
{ text: 'MQTT Protocol', link: 'Programming-MQTT' },
186-
{ text: 'Kafka', link: 'Programming-Kafka' },
187186
{
188187
text: 'REST API',
189188
collapsible: true,
@@ -212,6 +211,7 @@ export const enSidebar = {
212211
collapsible: true,
213212
children: [
214213
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
214+
{ text: 'Kafka', link: 'Programming-Kafka' },
215215
],
216216
},
217217
{

src/.vuepress/sidebar/V1.3.x/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ export const zhSidebar = {
172172
{ text: 'Rust原生接口', link: 'Programming-Rust-Native-API' },
173173
{ text: 'JDBC', link: 'Programming-JDBC' },
174174
{ text: 'MQTT协议', link: 'Programming-MQTT' },
175-
{ text: 'Kafka', link: 'Programming-Kafka' },
176175
{
177176
text: 'REST API',
178177
collapsible: true,
@@ -201,6 +200,7 @@ export const zhSidebar = {
201200
collapsible: true,
202201
children: [
203202
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
203+
{ text: 'Kafka', link: 'Programming-Kafka' },
204204
],
205205
},
206206
{

src/.vuepress/sidebar/V2.0.x/en-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ export const enSidebar = {
168168
{ text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
169169
{ text: 'JDBC', link: 'Programming-JDBC' },
170170
{ text: 'MQTT Protocol', link: 'Programming-MQTT' },
171-
{ text: 'Kafka', link: 'Programming-Kafka' },
172171
{
173172
text: 'REST API',
174173
collapsible: true,
@@ -196,6 +195,7 @@ export const enSidebar = {
196195
collapsible: true,
197196
children: [
198197
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
198+
{ text: 'Kafka', link: 'Programming-Kafka' },
199199
],
200200
},
201201
{

src/.vuepress/sidebar/V2.0.x/zh-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ export const zhSidebar = {
157157
{ text: 'Rust原生接口', link: 'Programming-Rust-Native-API' },
158158
{ text: 'JDBC', link: 'Programming-JDBC' },
159159
{ text: 'MQTT协议', link: 'Programming-MQTT' },
160-
{ text: 'Kafka', link: 'Programming-Kafka' },
161160
{
162161
text: 'REST API',
163162
collapsible: true,
@@ -185,6 +184,7 @@ export const zhSidebar = {
185184
collapsible: true,
186185
children: [
187186
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
187+
{ text: 'Kafka', link: 'Programming-Kafka' },
188188
],
189189
},
190190
{

src/.vuepress/sidebar_timecho/V1.3.x/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ export const enSidebar = {
200200
{ text: 'JDBC', link: 'Programming-JDBC' },
201201
{ text: 'MQTT Protocol', link: 'Programming-MQTT' },
202202
{ text: 'OPC UA Protocol', link: 'Programming-OPC-UA_timecho' },
203-
{ text: 'Kafka', link: 'Programming-Kafka' },
204203
{
205204
text: 'REST API',
206205
collapsible: true,
@@ -229,6 +228,7 @@ export const enSidebar = {
229228
collapsible: true,
230229
children: [
231230
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
231+
{ text: 'Kafka', link: 'Programming-Kafka' },
232232
],
233233
},
234234
{

src/.vuepress/sidebar_timecho/V1.3.x/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ export const zhSidebar = {
183183
{ text: 'JDBC', link: 'Programming-JDBC' },
184184
{ text: 'MQTT协议', link: 'Programming-MQTT' },
185185
{ text: 'OPC UA协议', link: 'Programming-OPC-UA_timecho' },
186-
{ text: 'Kafka', link: 'Programming-Kafka' },
187186
{
188187
text: 'REST API',
189188
collapsible: true,
@@ -212,6 +211,7 @@ export const zhSidebar = {
212211
collapsible: true,
213212
children: [
214213
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
214+
{ text: 'Kafka', link: 'Programming-Kafka' },
215215
],
216216
},
217217
{

src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ export const enSidebar = {
185185
{ text: 'JDBC', link: 'Programming-JDBC' },
186186
{ text: 'MQTT Protocol', link: 'Programming-MQTT' },
187187
{ text: 'OPC UA Protocol', link: 'Programming-OPC-UA_timecho' },
188-
{ text: 'Kafka', link: 'Programming-Kafka' },
189188
{
190189
text: 'REST API',
191190
collapsible: true,
@@ -213,6 +212,7 @@ export const enSidebar = {
213212
collapsible: true,
214213
children: [
215214
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
215+
{ text: 'Kafka', link: 'Programming-Kafka' },
216216
],
217217
},
218218
{

src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ export const zhSidebar = {
168168
{ text: 'JDBC', link: 'Programming-JDBC' },
169169
{ text: 'MQTT协议', link: 'Programming-MQTT' },
170170
{ text: 'OPC UA协议', link: 'Programming-OPC-UA_timecho' },
171-
{ text: 'Kafka', link: 'Programming-Kafka' },
172171
{
173172
text: 'REST API',
174173
collapsible: true,
@@ -196,6 +195,7 @@ export const zhSidebar = {
196195
collapsible: true,
197196
children: [
198197
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
198+
{ text: 'Kafka', link: 'Programming-Kafka' },
199199
],
200200
},
201201
{

src/UserGuide/Master/Tree/API/Programming-Kafka.md renamed to src/UserGuide/Master/Tree/Ecosystem-Integration/Programming-Kafka.md

File renamed without changes.

src/UserGuide/V1.3.x/API/Programming-Kafka.md renamed to src/UserGuide/V1.3.x/Ecosystem-Integration/Programming-Kafka.md

File renamed without changes.

0 commit comments

Comments
 (0)