diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json index ae6dd95d4296..26ded3ecd706 100644 --- a/docs/en/latest/config.json +++ b/docs/en/latest/config.json @@ -102,7 +102,8 @@ "plugins/referer-restriction", "plugins/consumer-restriction", "plugins/csrf", - "plugins/public-api" + "plugins/public-api", + "plugins/gm" ] }, { diff --git a/docs/en/latest/plugins/gm.md b/docs/en/latest/plugins/gm.md new file mode 100644 index 000000000000..37d4654aeae5 --- /dev/null +++ b/docs/en/latest/plugins/gm.md @@ -0,0 +1,31 @@ +--- +title: GM +keywords: + - APISIX + - Plugin + - GM +description: This article introduces the basic information and usage of the Apache APISIX `gm` plugin. +--- + + + +:::info +The function usage scenarios introduced in this article are mainly in China, so this article only has a Chinese version temporarily. You can cilik [here](https://apisix.apache.org/zh/docs/apisix/plugins/gm/) for more details. If you are interested in this feature, welcome to translate this document. +:::