mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-04 21:17:36 +08:00
docs: use lowercase link anchors (#3326)
This commit is contained in:
parent
1b3e547c5b
commit
b0a58b5351
@ -30,8 +30,8 @@
|
||||
- [**Upstream**](#upstream)
|
||||
- [**Router**](#router)
|
||||
- [**Consumer**](#consumer-1)
|
||||
- [**Global Rule**](#Global-Rule)
|
||||
- [**Debug mode**](#Debug-mode)
|
||||
- [**Global Rule**](#global-rule)
|
||||
- [**Debug mode**](#debug-mode)
|
||||
|
||||
## APISIX
|
||||
|
||||
@ -581,8 +581,8 @@ HTTP/1.1 403
|
||||
|
||||
## Global Rule
|
||||
|
||||
[Plugin](#Plugin) just can be binded to [Service](#Service) or [Route](#Route), if we want a [Plugin](#Plugin) work on all requests, how to do it?
|
||||
We can register a global [Plugin](#Plugin) with `GlobalRule`:
|
||||
[Plugin](#plugin) just can be binded to [Service](#service) or [Route](#route), if we want a [Plugin](#plugin) work on all requests, how to do it?
|
||||
We can register a global [Plugin](#plugin) with `GlobalRule`:
|
||||
|
||||
```shell
|
||||
curl -X PUT \
|
||||
|
@ -28,8 +28,8 @@
|
||||
- [**Upstream**](#upstream)
|
||||
- [**Router**](#router)
|
||||
- [**Consumer**](#consumer-1)
|
||||
- [**Global Rule**](#Global-Rule)
|
||||
- [**Debug mode**](#Debug-mode)
|
||||
- [**Global Rule**](#global-rule)
|
||||
- [**Debug mode**](#debug-mode)
|
||||
|
||||
## APISIX
|
||||
|
||||
@ -593,8 +593,8 @@ HTTP/1.1 403
|
||||
|
||||
## Global Rule
|
||||
|
||||
[Plugin](#Plugin) 只能绑定在 [Service](#Service) 或者 [Route](#Route) 上,如果我们需要一个能作用于所有请求的 [Plugin](#Plugin) 该怎么办呢?
|
||||
这时候我们可以使用 `GlobalRule` 来注册一个全局的 [Plugin](#Plugin):
|
||||
[Plugin](#plugin) 只能绑定在 [Service](#service) 或者 [Route](#route) 上,如果我们需要一个能作用于所有请求的 [Plugin](#plugin) 该怎么办呢?
|
||||
这时候我们可以使用 `GlobalRule` 来注册一个全局的 [Plugin](#plugin):
|
||||
|
||||
```shell
|
||||
curl -X PUT \
|
||||
|
Loading…
Reference in New Issue
Block a user