This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 09b2dd06b56 [typo](docs) fix grant example placement in zh storage 
vault docs (#3359)
09b2dd06b56 is described below

commit 09b2dd06b56cf1191aabac1bf7906225ae0316f7
Author: Yongqiang YANG <[email protected]>
AuthorDate: Tue Feb 10 10:20:45 2026 -0800

    [typo](docs) fix grant example placement in zh storage vault docs (#3359)
    
    ## Summary
    - verify the issue in #1588 still exists: a `GRANT` example appears
    under the `撤销` section in Chinese storage-vault docs
    - move the `grant usage_priv ...` example back to the `授予` section as
    its example
    - keep `撤销` section focused on revoke syntax/example
    - apply consistently to `current`, `version-3.x`, and `version-4.x`
    
    ## Reference
    - redoes issue intent from #1588
---
 .../current/compute-storage-decoupled/managing-storage-vault.md     | 6 ++++--
 .../version-3.x/compute-storage-decoupled/managing-storage-vault.md | 6 ++++--
 .../version-4.x/compute-storage-decoupled/managing-storage-vault.md | 6 ++++--
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/managing-storage-vault.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/managing-storage-vault.md
index beac93d9d1f..fd200bc3b9d 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/managing-storage-vault.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/managing-storage-vault.md
@@ -184,12 +184,14 @@ GRANT
 - 通过 `SHOW STORAGE VAULTS` 查看该 Storage Vault 的信息;
 - 建表时在 `PROPERTIES` 中指定使用该 Storage Vault。
 
-### 撤销
+**示例**
 
 ```sql
 grant usage_priv on storage vault my_storage_vault to user1
 ```
 
+### 撤销
+
 撤销指定的 MySQL 用户的 Storage Vault 权限。
 
 **语法**
@@ -227,4 +229,4 @@ mysql> select * from information_schema.table_properties 
where PROPERTY_NAME = "
 1 row in set (0.04 sec)
 ```
 
-其中`PROPERTY_VALUE=3`替换为对应`storage vault id`的数值
\ No newline at end of file
+其中`PROPERTY_VALUE=3`替换为对应`storage vault id`的数值
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/compute-storage-decoupled/managing-storage-vault.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/compute-storage-decoupled/managing-storage-vault.md
index cd5239f4b54..aebaf8d0fab 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/compute-storage-decoupled/managing-storage-vault.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/compute-storage-decoupled/managing-storage-vault.md
@@ -183,12 +183,14 @@ GRANT
 - 通过 `SHOW STORAGE VAULTS` 查看该 Storage Vault 的信息;
 - 建表时在 `PROPERTIES` 中指定使用该 Storage Vault。
 
-### 撤销
+**示例**
 
 ```sql
 grant usage_priv on storage vault my_storage_vault to user1
 ```
 
+### 撤销
+
 撤销指定的 MySQL 用户的 Storage Vault 权限。
 
 **语法**
@@ -226,4 +228,4 @@ mysql> select * from information_schema.table_properties 
where PROPERTY_NAME = "
 1 row in set (0.04 sec)
 ```
 
-其中`PROPERTY_VALUE=3`替换为对应`storage vault id`的数值
\ No newline at end of file
+其中`PROPERTY_VALUE=3`替换为对应`storage vault id`的数值
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/compute-storage-decoupled/managing-storage-vault.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/compute-storage-decoupled/managing-storage-vault.md
index beac93d9d1f..fd200bc3b9d 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/compute-storage-decoupled/managing-storage-vault.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/compute-storage-decoupled/managing-storage-vault.md
@@ -184,12 +184,14 @@ GRANT
 - 通过 `SHOW STORAGE VAULTS` 查看该 Storage Vault 的信息;
 - 建表时在 `PROPERTIES` 中指定使用该 Storage Vault。
 
-### 撤销
+**示例**
 
 ```sql
 grant usage_priv on storage vault my_storage_vault to user1
 ```
 
+### 撤销
+
 撤销指定的 MySQL 用户的 Storage Vault 权限。
 
 **语法**
@@ -227,4 +229,4 @@ mysql> select * from information_schema.table_properties 
where PROPERTY_NAME = "
 1 row in set (0.04 sec)
 ```
 
-其中`PROPERTY_VALUE=3`替换为对应`storage vault id`的数值
\ No newline at end of file
+其中`PROPERTY_VALUE=3`替换为对应`storage vault id`的数值


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to