This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 074df7c feat(add api link): (#49)
074df7c is described below
commit 074df7ce10a943542f8f98db778c10d91666074a
Author: CritasWang <[email protected]>
AuthorDate: Thu Aug 10 16:02:12 2023 +0800
feat(add api link): (#49)
---
src/.vuepress/sidebar/V1.2.x/en.ts | 4 ++--
src/.vuepress/sidebar_timecho/V1.2.x/en.ts | 7 +++++--
src/.vuepress/sidebar_timecho/V1.2.x/zh.ts | 7 +++++--
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/.vuepress/sidebar/V1.2.x/en.ts
b/src/.vuepress/sidebar/V1.2.x/en.ts
index f6a65a0..8177d6a 100644
--- a/src/.vuepress/sidebar/V1.2.x/en.ts
+++ b/src/.vuepress/sidebar/V1.2.x/en.ts
@@ -156,7 +156,7 @@ export const enSidebar = {
prefix: 'FAQ/',
// children: 'structure',
children: [
- { text: 'Frequently Asked Questions', link:
'Frequently-asked-questions' }, ],
+ { text: 'Frequently Asked Questions', link:
'Frequently-asked-questions' }],
},
{
text: 'Reference',
@@ -170,4 +170,4 @@ export const enSidebar = {
],
},
],
-};
\ No newline at end of file
+};
diff --git a/src/.vuepress/sidebar_timecho/V1.2.x/en.ts
b/src/.vuepress/sidebar_timecho/V1.2.x/en.ts
index 39613a6..ca0ea0d 100644
--- a/src/.vuepress/sidebar_timecho/V1.2.x/en.ts
+++ b/src/.vuepress/sidebar_timecho/V1.2.x/en.ts
@@ -115,6 +115,9 @@ export const enSidebar = {
{ 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' },
+ { text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
+ { text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' },
+ { text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
{ text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' },
{ text: 'MQTT', link: 'Programming-MQTT' },
{ text: 'Kafka', link: 'Programming-Kafka' },
@@ -156,7 +159,7 @@ export const enSidebar = {
prefix: 'FAQ/',
// children: 'structure',
children: [
- { text: 'Frequently Asked Questions', link:
'Frequently-asked-questions' }, ],
+ { text: 'Frequently Asked Questions', link:
'Frequently-asked-questions' }],
},
{
text: 'Reference',
@@ -170,4 +173,4 @@ export const enSidebar = {
],
},
],
-};
\ No newline at end of file
+};
diff --git a/src/.vuepress/sidebar_timecho/V1.2.x/zh.ts
b/src/.vuepress/sidebar_timecho/V1.2.x/zh.ts
index 1019bca..954a0ca 100644
--- a/src/.vuepress/sidebar_timecho/V1.2.x/zh.ts
+++ b/src/.vuepress/sidebar_timecho/V1.2.x/zh.ts
@@ -116,6 +116,9 @@ export const zhSidebar = {
{ text: 'Python', link: 'Programming-Python-Native-API' },
{ text: 'C++', link: 'Programming-Cpp-Native-API' },
{ text: 'Go', link: 'Programming-Go-Native-API' },
+ { text: 'C#', link: 'Programming-CSharp-Native-API' },
+ { text: 'Node.js', link: 'Programming-NodeJS-Native-API' },
+ { text: 'Rust', link: 'Programming-Rust-Native-API' },
{ text: 'JDBC (不推荐)', link: 'Programming-JDBC' },
{ text: 'MQTT', link: 'Programming-MQTT' },
{ text: 'Kafka', link: 'Programming-Kafka' },
@@ -157,7 +160,7 @@ export const zhSidebar = {
prefix: 'FAQ/',
// children: 'structure',
children: [
- { text: '常见问题', link: 'Frequently-asked-questions' }, ],
+ { text: '常见问题', link: 'Frequently-asked-questions' }],
},
{
text: '参考',
@@ -171,4 +174,4 @@ export const zhSidebar = {
],
},
],
-};
\ No newline at end of file
+};