feat(add api link): (#49)

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 @@
       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 @@
       ],
     },
   ],
-};
\ 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 @@
         { 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 @@
       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 @@
       ],
     },
   ],
-};
\ 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 @@
         { 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 @@
       prefix: 'FAQ/',
       // children: 'structure',
       children: [
-        { text: '常见问题', link: 'Frequently-asked-questions' },      ],
+        { text: '常见问题', link: 'Frequently-asked-questions' }],
     },
     {
       text: '参考',
@@ -171,4 +174,4 @@
       ],
     },
   ],
-};
\ No newline at end of file
+};