qiaojialin commented on code in PR #525:
URL: https://github.com/apache/iotdb-docs/pull/525#discussion_r1922370369
##########
src/.vuepress/sidebar/V1.3.3/zh.ts:
##########
@@ -126,7 +126,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-Sync' },
Review Comment:
```suggestion
{ text: '数据订阅API', link: 'Programming-Data-Subscription' },
```
##########
src/.vuepress/sidebar_timecho/V1.3.3/en.ts:
##########
@@ -155,7 +155,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-Sync' },
Review Comment:
```suggestion
{ text: 'Data Sync API', link: 'Programming-Data-Subscription' },
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]