Skip to content

Commit 165b8a3

Browse files
committed
Add Node.js Native API docs for tree and table models (V2.0.11)
1 parent 886cc58 commit 165b8a3

16 files changed

Lines changed: 2984 additions & 766 deletions

src/.vuepress/sidebar/V2.0.x/en-Table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ export const enSidebar = {
184184
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API_apache' },
185185
{ text: 'GO Native API', link: 'Programming-Go-Native-API_apache' },
186186
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API_apache' },
187+
{ text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API_apache' },
187188
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
188189
{ text: 'MQTT Protocol', link: 'Programming-MQTT_apache' },
189190
{ text: 'RESTAPI V1 ', link: 'RestAPI-V1_apache' },

src/.vuepress/sidebar/V2.0.x/en-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export const enSidebar = {
198198
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
199199
{ text: 'Go Native API', link: 'Programming-Go-Native-API' },
200200
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
201-
{ text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' },
201+
{ text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API_apache' },
202202
{ text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
203203
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
204204
{ text: 'MQTT Protocol', link: 'Programming-MQTT_apache' },

src/.vuepress/sidebar/V2.0.x/zh-Table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ export const zhSidebar = {
183183
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API_apache' },
184184
{ text: 'GO原生接口', link: 'Programming-Go-Native-API_apache' },
185185
{ text: 'C#原生接口', link: 'Programming-CSharp-Native-API_apache' },
186+
{ text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API_apache' },
186187
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
187188
{ text: 'MQTT协议', link: 'Programming-MQTT_apache' },
188189
{ text: 'RESTAPI V1 ', link: 'RestServiceV1_apache' },

src/.vuepress/sidebar/V2.0.x/zh-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export const zhSidebar = {
189189
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
190190
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },
191191
{ text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },
192-
{ text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API' },
192+
{ text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API_apache' },
193193
{ text: 'Rust原生接口', link: 'Programming-Rust-Native-API' },
194194
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
195195
{ text: 'MQTT协议', link: 'Programming-MQTT_apache' },

0 commit comments

Comments
 (0)