From 8b0b06e92428fab3e2b80c7846153e58c6a59d73 Mon Sep 17 00:00:00 2001 From: leto-bbq Date: Thu, 9 Jul 2026 18:10:07 +0800 Subject: [PATCH] Remove data subscription from open-source menus --- src/.vuepress/sidebar/V1.3.x/en.ts | 8 +------- src/.vuepress/sidebar/V1.3.x/zh.ts | 8 +------- src/.vuepress/sidebar/V2.0.x/en-Tree.ts | 8 +------- src/.vuepress/sidebar/V2.0.x/zh-Tree.ts | 8 +------- 4 files changed, 4 insertions(+), 28 deletions(-) diff --git a/src/.vuepress/sidebar/V1.3.x/en.ts b/src/.vuepress/sidebar/V1.3.x/en.ts index 90cd8a2eb..18ab5b937 100644 --- a/src/.vuepress/sidebar/V1.3.x/en.ts +++ b/src/.vuepress/sidebar/V1.3.x/en.ts @@ -123,7 +123,6 @@ export const enSidebar = { children: [ { text: 'Data Sync(V1.3.0/1/2)', link: 'Data-Sync-old_apache' }, { text: 'Data Sync(V1.3.3)', link: 'Data-Sync_apache' }, - { text: 'Data Subscription', link: 'Data-subscription' }, { text: 'Stream Computing', collapsible: true, @@ -195,12 +194,7 @@ export const enSidebar = { prefix: 'API/', // children: 'structure', children: [ - { text: 'Java Native Interface', collapsible: true, - children: [ - { text: 'Java Native API', link: 'Programming-Java-Native-API' }, - { text: 'Data Subscription API', link: 'Programming-Data-Subscription' }, - ], - }, + { text: 'Java Native API', link: 'Programming-Java-Native-API' }, { text: 'Python Native API', link: 'Programming-Python-Native-API' }, { text: 'C++ Native API', link: 'Programming-Cpp-Native-API' }, { text: 'Go Native API', link: 'Programming-Go-Native-API' }, diff --git a/src/.vuepress/sidebar/V1.3.x/zh.ts b/src/.vuepress/sidebar/V1.3.x/zh.ts index 9782b988a..0322e2ec9 100644 --- a/src/.vuepress/sidebar/V1.3.x/zh.ts +++ b/src/.vuepress/sidebar/V1.3.x/zh.ts @@ -114,7 +114,6 @@ export const zhSidebar = { children: [ { text: '数据同步(V1.3.0/1/2)', link: 'Data-Sync-old_apache' }, { text: '数据同步(V1.3.3)', link: 'Data-Sync_apache' }, - { text: '数据订阅', link: 'Data-subscription' }, { text: '流计算', collapsible: true, @@ -186,12 +185,7 @@ export const zhSidebar = { prefix: 'API/', // children: 'structure', children: [ - { text: 'Java原生接口', collapsible: true, - children: [ - { text: 'Java原生API', link: 'Programming-Java-Native-API' }, - { text: '数据订阅API', link: 'Programming-Data-Subscription' }, - ], - }, + { text: 'Java原生接口', link: 'Programming-Java-Native-API' }, { text: 'Python原生接口', link: 'Programming-Python-Native-API' }, { text: 'C++原生接口', link: 'Programming-Cpp-Native-API' }, { text: 'Go原生接口', link: 'Programming-Go-Native-API' }, diff --git a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts index 94661b437..bdc6d9241 100644 --- a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts +++ b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts @@ -112,7 +112,6 @@ export const enSidebar = { prefix: 'User-Manual/', children: [ { text: 'Data Sync', link: 'Data-Sync_apache' }, - { text: 'Data Subscription', link: 'Data-subscription_apache' }, { text: 'Stream Computing', collapsible: true, @@ -184,12 +183,7 @@ export const enSidebar = { collapsible: true, prefix: 'API/', children: [ - { text: 'Java Native Interface', collapsible: true, - children: [ - { text: 'Java Native API', link: 'Programming-Java-Native-API_apache' }, - { text: 'Data Subscription API', link: 'Programming-Data-Subscription_apache' }, - ], - }, + { text: 'Java Native API', link: 'Programming-Java-Native-API_apache' }, { text: 'Python Native API', link: 'Programming-Python-Native-API_apache' }, { text: 'C++ Native API', link: 'Programming-Cpp-Native-API' }, { text: 'Go Native API', link: 'Programming-Go-Native-API' }, diff --git a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts index f98b2e71a..d536cfe33 100644 --- a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts +++ b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts @@ -106,7 +106,6 @@ export const zhSidebar = { prefix: 'User-Manual/', children: [ { text: '数据同步', link: 'Data-Sync_apache' }, - { text: '数据订阅', link: 'Data-subscription_apache' }, { text: '流计算', collapsible: true, @@ -178,12 +177,7 @@ export const zhSidebar = { collapsible: true, prefix: 'API/', children: [ - { text: 'Java原生接口', collapsible: true, - children: [ - { text: 'Java原生API', link: 'Programming-Java-Native-API_apache' }, - { text: '数据订阅API', link: 'Programming-Data-Subscription_apache' }, - ], - }, + { text: 'Java原生接口', link: 'Programming-Java-Native-API_apache' }, { text: 'Python原生接口', link: 'Programming-Python-Native-API_apache' }, { text: 'C++原生接口', link: 'Programming-Cpp-Native-API' }, { text: 'Go原生接口', link: 'Programming-Go-Native-API' },