SylviaBABY commented on code in PR #6895:
URL: https://github.com/apache/apisix/pull/6895#discussion_r854913222


##########
docs/zh/latest/plugins/hmac-auth.md:
##########
@@ -239,17 +268,19 @@ Accept-Ranges: bytes
 <html lang="cn">
 ```
 
-**注:**
+:::note
 
-1. **ACCESS_KEY, SIGNATURE, ALGORITHM, DATE, SIGNED_HEADERS 分别代表对应的变量**
-2. **SIGNED_HEADERS 为客户端指定的加入加密计算的 headers。若存在多个 headers 需以 ";" 
分割:`x-custom-header-a;x-custom-header-b`**
-3. **SIGNATURE 需要使用 base64 进行加密:`base64_encode(SIGNATURE)`**
+1. ACCESS_KEY、SIGNATURE、ALGORITHM、DATE、SIGNED_HEADERS 分别代表对应的变量。
+2. SIGNED_HEADERS 为客户端指定的加入加密计算的 headers。若存在多个 headers 需以 ";" 
分割:`x-custom-header-a;x-custom-header-b`。
+3. SIGNATURE 需要使用 base64 进行加密:`base64_encode(SIGNATURE)`。
+
+:::
 
 ## 自定义 header 名称
 
-我们可以在 `conf/config.yaml` 中,`plugin_attr` 下添加插件的属性配置来自定义参数 header 名称。
+你可以在 `conf/config.yaml` 配置文件中的`plugin_attr` 配置项下添加 `hmac-auth` 插件的属性来自定义参数 
header 名称。如下所示:

Review Comment:
   ```suggestion
   除了配置签名外,你还可以在 `conf/config.yaml` 配置文件中的`plugin_attr` 配置项下,添加 `hmac-auth` 
插件的属性来自定义参数 header 名称。如下所示:
   ```



-- 
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: notifications-unsubscr...@apisix.apache.org

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

Reply via email to