Skip to content
Closed
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
7 changes: 6 additions & 1 deletion src/.vuepress/sidebar/V1.3.3/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,12 @@ export const enSidebar = {
prefix: 'API/',
// children: 'structure',
children: [
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
{ text: 'Java Native Interface', collapsible: true,
children: [
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
{ text: 'Data Sync API', link: 'Programming-Data-Subscription' },
],
},
{ 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
7 changes: 6 additions & 1 deletion src/.vuepress/sidebar/V1.3.3/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,12 @@ export const zhSidebar = {
prefix: 'API/',
// children: 'structure',
children: [
{ text: 'Java原生接口', link: 'Programming-Java-Native-API' },
{ text: 'Java原生接口', collapsible: true,
children: [
{ text: 'Java原生API', link: 'Programming-Java-Native-API' },
{ text: '数据订阅API', link: 'Programming-Data-Subscription' },
],
},
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },
Expand Down
7 changes: 6 additions & 1 deletion src/.vuepress/sidebar_timecho/V1.3.3/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,12 @@ export const enSidebar = {
prefix: 'API/',
// children: 'structure',
children: [
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
{ text: 'Java Native Interface', collapsible: true,
children: [
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
{ text: 'Data Sync API', link: 'Programming-Data-Subscription' },
],
},
{ 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
7 changes: 6 additions & 1 deletion src/.vuepress/sidebar_timecho/V1.3.3/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,12 @@ export const zhSidebar = {
prefix: 'API/',
// children: 'structure',
children: [
{ text: 'Java原生接口', link: 'Programming-Java-Native-API' },
{ text: 'Java原生接口', collapsible: true,
children: [
{ text: 'Java原生API', link: 'Programming-Java-Native-API' },
{ text: '数据订阅API', link: 'Programming-Data-Subscription' },
],
},
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },
Expand Down
7 changes: 6 additions & 1 deletion src/.vuepress/sidebar_timecho/V2.0.1/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,12 @@ export const zhSidebar = {
prefix: 'API/',
// children: 'structure',
children: [
{ text: 'Java原生接口', link: 'Programming-Java-Native-API' },
{ text: 'Java原生接口', collapsible: true,
children: [
{ text: 'Java原生API', link: 'Programming-Java-Native-API' },
{ text: '数据订阅API', link: 'Programming-Data-Subscription' },
],
},
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },
Expand Down
244 changes: 244 additions & 0 deletions src/UserGuide/Master/Tree/API/Programming-Data-Subscription.md

Large diffs are not rendered by default.

Loading
Loading