Skip to content

Commit b4ce668

Browse files
authored
Remove data subscription from open-source menus (#1184)
1 parent ec17451 commit b4ce668

4 files changed

Lines changed: 4 additions & 28 deletions

File tree

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export const enSidebar = {
123123
children: [
124124
{ text: 'Data Sync(V1.3.0/1/2)', link: 'Data-Sync-old_apache' },
125125
{ text: 'Data Sync(V1.3.3)', link: 'Data-Sync_apache' },
126-
{ text: 'Data Subscription', link: 'Data-subscription' },
127126
{
128127
text: 'Stream Computing',
129128
collapsible: true,
@@ -195,12 +194,7 @@ export const enSidebar = {
195194
prefix: 'API/',
196195
// children: 'structure',
197196
children: [
198-
{ text: 'Java Native Interface', collapsible: true,
199-
children: [
200-
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
201-
{ text: 'Data Subscription API', link: 'Programming-Data-Subscription' },
202-
],
203-
},
197+
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
204198
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
205199
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
206200
{ text: 'Go Native API', link: 'Programming-Go-Native-API' },

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export const zhSidebar = {
114114
children: [
115115
{ text: '数据同步(V1.3.0/1/2)', link: 'Data-Sync-old_apache' },
116116
{ text: '数据同步(V1.3.3)', link: 'Data-Sync_apache' },
117-
{ text: '数据订阅', link: 'Data-subscription' },
118117
{
119118
text: '流计算',
120119
collapsible: true,
@@ -186,12 +185,7 @@ export const zhSidebar = {
186185
prefix: 'API/',
187186
// children: 'structure',
188187
children: [
189-
{ text: 'Java原生接口', collapsible: true,
190-
children: [
191-
{ text: 'Java原生API', link: 'Programming-Java-Native-API' },
192-
{ text: '数据订阅API', link: 'Programming-Data-Subscription' },
193-
],
194-
},
188+
{ text: 'Java原生接口', link: 'Programming-Java-Native-API' },
195189
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
196190
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
197191
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ export const enSidebar = {
112112
prefix: 'User-Manual/',
113113
children: [
114114
{ text: 'Data Sync', link: 'Data-Sync_apache' },
115-
{ text: 'Data Subscription', link: 'Data-subscription_apache' },
116115
{
117116
text: 'Stream Computing',
118117
collapsible: true,
@@ -184,12 +183,7 @@ export const enSidebar = {
184183
collapsible: true,
185184
prefix: 'API/',
186185
children: [
187-
{ text: 'Java Native Interface', collapsible: true,
188-
children: [
189-
{ text: 'Java Native API', link: 'Programming-Java-Native-API_apache' },
190-
{ text: 'Data Subscription API', link: 'Programming-Data-Subscription_apache' },
191-
],
192-
},
186+
{ text: 'Java Native API', link: 'Programming-Java-Native-API_apache' },
193187
{ text: 'Python Native API', link: 'Programming-Python-Native-API_apache' },
194188
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
195189
{ text: 'Go Native API', link: 'Programming-Go-Native-API' },

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ export const zhSidebar = {
106106
prefix: 'User-Manual/',
107107
children: [
108108
{ text: '数据同步', link: 'Data-Sync_apache' },
109-
{ text: '数据订阅', link: 'Data-subscription_apache' },
110109
{
111110
text: '流计算',
112111
collapsible: true,
@@ -178,12 +177,7 @@ export const zhSidebar = {
178177
collapsible: true,
179178
prefix: 'API/',
180179
children: [
181-
{ text: 'Java原生接口', collapsible: true,
182-
children: [
183-
{ text: 'Java原生API', link: 'Programming-Java-Native-API_apache' },
184-
{ text: '数据订阅API', link: 'Programming-Data-Subscription_apache' },
185-
],
186-
},
180+
{ text: 'Java原生接口', link: 'Programming-Java-Native-API_apache' },
187181
{ text: 'Python原生接口', link: 'Programming-Python-Native-API_apache' },
188182
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
189183
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },

0 commit comments

Comments
 (0)