This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch docs/dev
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/docs/dev by this push:
new bcc112b8 fix cpp (#646)
bcc112b8 is described below
commit bcc112b8b377548723d5fe678f7fa2840ce90e54
Author: leto-b <[email protected]>
AuthorDate: Sat Nov 22 14:23:57 2025 +0800
fix cpp (#646)
---
src/.vuepress/sidebar/v2.x/en.ts | 4 ++--
src/.vuepress/sidebar/v2.x/zh.ts | 4 ++--
src/UserGuide/develop/QuickStart/QuickStart-CPP.md | 2 +-
src/UserGuide/latest/QuickStart/QuickStart-CPP.md | 2 +-
src/zh/UserGuide/develop/QuickStart/QuickStart-CPP.md | 2 +-
src/zh/UserGuide/latest/QuickStart/QuickStart-CPP.md | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/.vuepress/sidebar/v2.x/en.ts b/src/.vuepress/sidebar/v2.x/en.ts
index 48679666..b0f22f9d 100644
--- a/src/.vuepress/sidebar/v2.x/en.ts
+++ b/src/.vuepress/sidebar/v2.x/en.ts
@@ -39,7 +39,7 @@ export const enSidebar = {
prefix: 'QuickStart/',
children: [
{ text: 'QuickStart-C', link: 'QuickStart-C' },
- { text: 'QuickStart-CPP', link: 'QuickStart-CPP' },
+ { text: 'QuickStart-C++', link: 'QuickStart-CPP' },
{ text: 'QuickStart-JAVA', link: 'QuickStart' },
{ text: 'QuickStart-PYTHON', link: 'QuickStart-PYTHON' },
],
@@ -55,7 +55,7 @@ export const enSidebar = {
prefix: 'QuickStart/InterfaceDefinition',
children: [
{ text: 'InterfaceDefinition-C', link: 'InterfaceDefinition-C' },
- { text: 'InterfaceDefinition-CPP', link: 'InterfaceDefinition-CPP' },
+ { text: 'InterfaceDefinition-C++', link: 'InterfaceDefinition-CPP' },
{ text: 'InterfaceDefinition-Java', link: 'InterfaceDefinition-Java' },
{ text: 'InterfaceDefinition-Python', link:
'InterfaceDefinition-Python' },
],
diff --git a/src/.vuepress/sidebar/v2.x/zh.ts b/src/.vuepress/sidebar/v2.x/zh.ts
index 7225437d..e790f4cb 100644
--- a/src/.vuepress/sidebar/v2.x/zh.ts
+++ b/src/.vuepress/sidebar/v2.x/zh.ts
@@ -39,7 +39,7 @@ export const zhSidebar = {
prefix: 'QuickStart/',
children: [
{ text: '快速上手-C', link: 'QuickStart-C' },
- { text: '快速上手-CPP', link: 'QuickStart-CPP' },
+ { text: '快速上手-C++', link: 'QuickStart-CPP' },
{ text: '快速上手-JAVA', link: 'QuickStart' },
{ text: '快速上手-PYTHON', link: 'QuickStart-PYTHON' },
],
@@ -55,7 +55,7 @@ export const zhSidebar = {
prefix: 'QuickStart/InterfaceDefinition',
children: [
{ text: '接口定义-C', link: 'InterfaceDefinition-C' },
- { text: '接口定义-CPP', link: 'InterfaceDefinition-CPP' },
+ { text: '接口定义-C++', link: 'InterfaceDefinition-CPP' },
{ text: '接口定义-Java', link: 'InterfaceDefinition-Java' },
{ text: '接口定义-Python', link: 'InterfaceDefinition-Python' },
],
diff --git a/src/UserGuide/develop/QuickStart/QuickStart-CPP.md
b/src/UserGuide/develop/QuickStart/QuickStart-CPP.md
index 0eb30716..560d7028 100644
--- a/src/UserGuide/develop/QuickStart/QuickStart-CPP.md
+++ b/src/UserGuide/develop/QuickStart/QuickStart-CPP.md
@@ -18,7 +18,7 @@
under the License.
-->
-# Quick Start - Cpp
+# Quick Start - C++
## Dependencies
diff --git a/src/UserGuide/latest/QuickStart/QuickStart-CPP.md
b/src/UserGuide/latest/QuickStart/QuickStart-CPP.md
index 0eb30716..560d7028 100644
--- a/src/UserGuide/latest/QuickStart/QuickStart-CPP.md
+++ b/src/UserGuide/latest/QuickStart/QuickStart-CPP.md
@@ -18,7 +18,7 @@
under the License.
-->
-# Quick Start - Cpp
+# Quick Start - C++
## Dependencies
diff --git a/src/zh/UserGuide/develop/QuickStart/QuickStart-CPP.md
b/src/zh/UserGuide/develop/QuickStart/QuickStart-CPP.md
index d91f3d82..597296b4 100644
--- a/src/zh/UserGuide/develop/QuickStart/QuickStart-CPP.md
+++ b/src/zh/UserGuide/develop/QuickStart/QuickStart-CPP.md
@@ -18,7 +18,7 @@
under the License.
-->
-# 快速上手 - Cpp
+# 快速上手 - C++
## 依赖
diff --git a/src/zh/UserGuide/latest/QuickStart/QuickStart-CPP.md
b/src/zh/UserGuide/latest/QuickStart/QuickStart-CPP.md
index d91f3d82..597296b4 100644
--- a/src/zh/UserGuide/latest/QuickStart/QuickStart-CPP.md
+++ b/src/zh/UserGuide/latest/QuickStart/QuickStart-CPP.md
@@ -18,7 +18,7 @@
under the License.
-->
-# 快速上手 - Cpp
+# 快速上手 - C++
## 依赖