Skip to content

Commit fd94175

Browse files
committed
chore: test language part
1 parent 92d17ac commit fd94175

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/en/guides/10-deploy/01-deploy/00-understanding-deployment-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Meta node is responsible for storing and managing various types of metadata.
1212

1313
On the other hand, the Query node is dedicated to processing queries. It is responsible for executing user queries, retrieving data from the underlying storage, and returning the results to the user. The Query node handles the computational aspect of Databend, ensuring efficient and accurate query processing.
1414

15-
Please note that, when we mention "nodes," it refers to individual servers that host and run specific components of the Databend system. Each node, such as a Meta node or a Query node, usually serves a distinct purpose in processing data and executing queries.
15+
Please note that, when we mention "nodes", it refers to individual servers that host and run specific components of the Databend system. Each node, such as a Meta node or a Query node, usually serves a distinct purpose in processing data and executing queries.
1616

1717
## Deployment Modes
1818

docs/en/guides/10-deploy/01-deploy/01-non-production/01-deploying-databend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ type = "obs"
423423
[storage.obs]
424424
// highlight-next-line
425425
bucket = "my_bucket"
426-
# 您可以从存储桶详情页面获取 URL
426+
# 您可以从存储桶详情页面获取 URL
427427
// highlight-next-line
428428
endpoint_url = "https://obs.<obs-region>.myhuaweicloud.com"
429429
# 如何获取 access_key_id 和 secret_access_key:

docs/en/guides/10-deploy/04-references/02-node-config/02-query-config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ The following is a list of the parameters available within the [storage.oss] sec
192192
| root | Specifies a directory within the bucket from which Databend will operate. Example: if a bucket's root directory has a folder called `myroot`, then `root = "myroot/"`. |
193193

194194
<!-- #ifcndef -->
195-
### [storage.obs] 部分
195+
196+
### [storage.obs] Section
196197

197198
以下是 [storage.obs] 部分中可用的参数列表:
198199

@@ -202,6 +203,7 @@ The following is a list of the parameters available within the [storage.oss] sec
202203
| endpoint_url | 华为云 OBS 的 URL 端点。 |
203204
| access_key_id | 用于与华为云 OBS 进行身份验证的访问密钥 ID。 |
204205
| secret_access_key | 用于与华为云 OBS 进行身份验证的访问密钥秘密。 |
206+
205207
<!-- #endcndef -->
206208

207209
### [storage.cos] Section

0 commit comments

Comments
 (0)