Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions src/.vuepress/sidebar/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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' },
Expand Down
8 changes: 1 addition & 7 deletions src/.vuepress/sidebar/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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' },
Expand Down
8 changes: 1 addition & 7 deletions src/.vuepress/sidebar/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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' },
Expand Down
8 changes: 1 addition & 7 deletions src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export const zhSidebar = {
prefix: 'User-Manual/',
children: [
{ text: '数据同步', link: 'Data-Sync_apache' },
{ text: '数据订阅', link: 'Data-subscription_apache' },
{
text: '流计算',
collapsible: true,
Expand Down Expand Up @@ -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' },
Expand Down
Loading