Skip to content

Commit dcb60ad

Browse files
authored
rebuild java api and data subscription docs (#532)
1 parent 11a27fc commit dcb60ad

17 files changed

Lines changed: 4130 additions & 4560 deletions

src/.vuepress/sidebar/V1.3.3/en.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@ export const enSidebar = {
147147
prefix: 'API/',
148148
// children: 'structure',
149149
children: [
150-
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
150+
{ text: 'Java Native Interface', collapsible: true,
151+
children: [
152+
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
153+
{ text: 'Data Subscription API', link: 'Programming-Data-Subscription' },
154+
],
155+
},
151156
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
152157
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
153158
{ text: 'Go Native API', link: 'Programming-Go-Native-API' },

src/.vuepress/sidebar/V1.3.3/zh.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,12 @@ export const zhSidebar = {
134134
prefix: 'API/',
135135
// children: 'structure',
136136
children: [
137-
{ text: 'Java原生接口', link: 'Programming-Java-Native-API' },
137+
{ text: 'Java原生接口', collapsible: true,
138+
children: [
139+
{ text: 'Java原生API', link: 'Programming-Java-Native-API' },
140+
{ text: '数据订阅API', link: 'Programming-Data-Subscription' },
141+
],
142+
},
138143
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
139144
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
140145
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },

src/.vuepress/sidebar_timecho/V1.3.3/en.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,12 @@ export const enSidebar = {
163163
prefix: 'API/',
164164
// children: 'structure',
165165
children: [
166-
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
166+
{ text: 'Java Native Interface', collapsible: true,
167+
children: [
168+
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
169+
{ text: 'Data Subscription API', link: 'Programming-Data-Subscription' },
170+
],
171+
},
167172
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
168173
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
169174
{ text: 'Go Native API', link: 'Programming-Go-Native-API' },

src/.vuepress/sidebar_timecho/V1.3.3/zh.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,12 @@ export const zhSidebar = {
146146
prefix: 'API/',
147147
// children: 'structure',
148148
children: [
149-
{ text: 'Java原生接口', link: 'Programming-Java-Native-API' },
149+
{ text: 'Java原生接口', collapsible: true,
150+
children: [
151+
{ text: 'Java原生API', link: 'Programming-Java-Native-API' },
152+
{ text: '数据订阅API', link: 'Programming-Data-Subscription' },
153+
],
154+
},
150155
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
151156
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
152157
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },

src/.vuepress/sidebar_timecho/V2.0.1/zh-Tree.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,12 @@ export const zhSidebar = {
146146
prefix: 'API/',
147147
// children: 'structure',
148148
children: [
149-
{ text: 'Java原生接口', link: 'Programming-Java-Native-API' },
149+
{ text: 'Java原生接口', collapsible: true,
150+
children: [
151+
{ text: 'Java原生API', link: 'Programming-Java-Native-API' },
152+
{ text: '数据订阅API', link: 'Programming-Data-Subscription' },
153+
],
154+
},
150155
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
151156
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
152157
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },

src/UserGuide/Master/Tree/API/Programming-Data-Subscription.md

Lines changed: 257 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)