Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebuild java api and data subscription docs #532

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
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 Subscription 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 Subscription 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
257 changes: 257 additions & 0 deletions src/UserGuide/Master/Tree/API/Programming-Data-Subscription.md

Large diffs are not rendered by default.

Loading
Loading