Skip to content

Commit 92678ad

Browse files
authored
docs: add C native API for v2.0.10 (#1181)
1 parent 97bb328 commit 92678ad

12 files changed

Lines changed: 4168 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ export const enSidebar = {
180180
children: [
181181
{ text: 'Java Native API', link: 'Programming-Java-Native-API_apache' },
182182
{ text: 'Python Native API', link: 'Programming-Python-Native-API_apache' },
183+
{ text: 'C Native API', link: 'Programming-C-Native-API_apache' },
183184
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API_apache' },
184185
{ text: 'GO Native API', link: 'Programming-Go-Native-API_apache' },
185186
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API_apache' },

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ export const enSidebar = {
185185
children: [
186186
{ text: 'Java Native API', link: 'Programming-Java-Native-API_apache' },
187187
{ text: 'Python Native API', link: 'Programming-Python-Native-API_apache' },
188+
{ text: 'C Native API', link: 'Programming-C-Native-API_apache' },
188189
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
189190
{ text: 'Go Native API', link: 'Programming-Go-Native-API' },
190191
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API' },

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ export const zhSidebar = {
179179
children: [
180180
{ text: 'Java原生接口', link: 'Programming-Java-Native-API_apache' },
181181
{ text: 'Python原生接口', link: 'Programming-Python-Native-API_apache' },
182+
{ text: 'C原生接口', link: 'Programming-C-Native-API_apache' },
182183
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API_apache' },
183184
{ text: 'GO原生接口', link: 'Programming-Go-Native-API_apache' },
184185
{ text: 'C#原生接口', link: 'Programming-CSharp-Native-API_apache' },

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ export const zhSidebar = {
179179
children: [
180180
{ text: 'Java原生接口', link: 'Programming-Java-Native-API_apache' },
181181
{ text: 'Python原生接口', link: 'Programming-Python-Native-API_apache' },
182+
{ text: 'C原生接口', link: 'Programming-C-Native-API_apache' },
182183
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
183184
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },
184185
{ text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },

src/UserGuide/Master/Table/API/Programming-C-Native-API_apache.md

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

src/UserGuide/Master/Tree/API/Programming-C-Native-API_apache.md

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

src/UserGuide/latest-Table/API/Programming-C-Native-API_apache.md

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

src/UserGuide/latest/API/Programming-C-Native-API_apache.md

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

src/zh/UserGuide/Master/Table/API/Programming-C-Native-API_apache.md

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

src/zh/UserGuide/Master/Tree/API/Programming-C-Native-API_apache.md

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

0 commit comments

Comments
 (0)