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

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new bd5fc91  doc: minor style. (#1442)
bd5fc91 is described below

commit bd5fc91e250e4c6036dd6bda87cd5e4b7cddf024
Author: YuanSheng Wang <[email protected]>
AuthorDate: Mon Apr 13 09:48:32 2020 +0800

    doc: minor style. (#1442)
---
 doc/admin-api-cn.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/doc/admin-api-cn.md b/doc/admin-api-cn.md
index aed1981..d61bbe9 100644
--- a/doc/admin-api-cn.md
+++ b/doc/admin-api-cn.md
@@ -17,9 +17,7 @@
 #
 -->
 
-
-目录
-===
+# 目录
 
 * [Route](#route)
 * [Service](#service)
@@ -72,8 +70,9 @@
 |filter_func|可选|匹配规则|用户自定义的过滤函数。可以使用它来实现特殊场景的匹配要求实现。该函数默认接受一个名为 vars 
的输入参数,可以用它来获取 Nginx 变量。|function(vars) return vars["arg_name"] == "json" end|
 
 有两点需要特别注意:
-- 除了 `uri`/`uris` 是必选的之外,`plugins`、`upstream`/`upstream_id`、`service_id` 
这三类必须选择其中至少一个。
-- 对于同一类参数比如 `uri`与 `uris`,`upstream` 与 `upstream_id`,`host` 与 
`hosts`,`remote_addr` 与 `remote_addrs` 等,是不能同时存在,二者只能选择其一。如果同时启用,接口会报错。
+
+* 除了 `uri`/`uris` 是必选的之外,`plugins`、`upstream`/`upstream_id`、`service_id` 
这三类必须选择其中至少一个。
+* 对于同一类参数比如 `uri`与 `uris`,`upstream` 与 `upstream_id`,`host` 与 
`hosts`,`remote_addr` 与 `remote_addrs` 等,是不能同时存在,二者只能选择其一。如果同时启用,接口会报错。
 
 route 对象 json 配置内容:
 

Reply via email to