From d9ad043f50f76d9b42c4d4c9653439b053a33613 Mon Sep 17 00:00:00 2001 From: Leto_b Date: Mon, 21 Apr 2025 09:39:07 +0800 Subject: [PATCH] fix table cpp title number --- src/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md | 2 +- src/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md | 2 +- src/zh/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md | 2 +- src/zh/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md b/src/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md index a62bfc5a2..8228dc1f3 100644 --- a/src/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md +++ b/src/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md @@ -171,7 +171,7 @@ All operations in the C++ client are performed through the TableSession class. B 4. `open(bool enableRPCCompression = false)`: Opens the connection and determines whether to enable RPC compression (client state must match server state, disabled by default). 5. `close()`: Closes the connection. -### 3.1.2 Interface Display +#### 3.1.2 Interface Display ```cpp class TableSession { diff --git a/src/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md b/src/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md index a62bfc5a2..8228dc1f3 100644 --- a/src/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md +++ b/src/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md @@ -171,7 +171,7 @@ All operations in the C++ client are performed through the TableSession class. B 4. `open(bool enableRPCCompression = false)`: Opens the connection and determines whether to enable RPC compression (client state must match server state, disabled by default). 5. `close()`: Closes the connection. -### 3.1.2 Interface Display +#### 3.1.2 Interface Display ```cpp class TableSession { diff --git a/src/zh/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md b/src/zh/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md index 12bc48ce9..535cc6ff3 100644 --- a/src/zh/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md +++ b/src/zh/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md @@ -184,7 +184,7 @@ C++ 客户端的操作均通过 TableSession 类进行,下面将给出 TableSe 4. `open(bool enableRPCCompression = false)`,开启连接,并决定是否启用RPC压缩(客户端状态须与服务端一致,默认不开启)。 5. `close()`,关闭连接。 -### 3.1.2 接口展示 +#### 3.1.2 接口展示 ```cpp class TableSession { diff --git a/src/zh/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md b/src/zh/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md index 12bc48ce9..535cc6ff3 100644 --- a/src/zh/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md +++ b/src/zh/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md @@ -184,7 +184,7 @@ C++ 客户端的操作均通过 TableSession 类进行,下面将给出 TableSe 4. `open(bool enableRPCCompression = false)`,开启连接,并决定是否启用RPC压缩(客户端状态须与服务端一致,默认不开启)。 5. `close()`,关闭连接。 -### 3.1.2 接口展示 +#### 3.1.2 接口展示 ```cpp class TableSession {