morrySnow commented on code in PR #2192:
URL: https://github.com/apache/doris-website/pull/2192#discussion_r2003079095


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/cluster-management/instance-management/SET-FRONTEND-CONFIG.md:
##########
@@ -32,31 +32,31 @@ under the License.
 
 该语句用于设置集群的配置项(当前仅支持设置 FE 的配置项)。
 
-可设置的配置项,可以通过 `SHOW FRONTEND CONFIG;` 命令查看。
-
-语法:
+## 语法:
 
 ```sql
-ADMIN SET FRONTEND CONFIG ("key" = "value") [ALL];
--- or
-ADMIN SET ALL FRONTENDS CONFIG ("key" = "value");
+ADMIN SET {ALL FRONTENDS | FRONTEND} CONFIG ("<fe_config_key>" = 
"<fe_config_value>")
 ```
 
+## 可选参数
+需要修改的 `<fe_config_key>`、`<fe_config_value>` 可通过 [SHOW FRONTEND 
CONFIG](./SHOW-FRONTEND-CONFIG) 命令查看

Review Comment:
   需要在必选参数中增加一个
   ```
   *1. `{ALL FRONTENDS | FRONTEND}`*
   ```
   解释 这两个分支语句 分别的作用



##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/cluster-management/instance-management/SHOW-FRONTEND-CONFIG.md:
##########
@@ -0,0 +1,71 @@
+---
+{
+    "title": "SHOW FRONTEND CONFIG",
+    "language": "zh-CN"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+
+
+
+## 描述
+
+该语句用于展示当前集群的配置(当前仅支持展示 FE 的配置项)
+
+## 语法:
+
+```sql
+SHOW FRONTEND CONFIG [LIKE "<pattern>"];
+```

Review Comment:
   缺少`[LIKE "<pattern>"]`的参数说明



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to