Skip to content

Commit

Permalink
add canonical links
Browse files Browse the repository at this point in the history
  • Loading branch information
kayx23 committed Dec 24, 2024
1 parent 6946683 commit 4efc0e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/en/latest/plugins/response-rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ description: The response-rewrite Plugin offers options to rewrite responses tha
#
-->

<head>
<link rel="canonical" href="https://docs.api7.ai/hub/response-rewrite" />
</head>

## Description

The `response-rewrite` Plugin offers options to rewrite responses that APISIX and its Upstream services return to clients. With the plugin, you can modify HTTP status codes, request headers, response body, and more.
Expand Down
4 changes: 4 additions & 0 deletions docs/zh/latest/plugins/response-rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ description: response-rewrite 插件提供了重写 APISIX 及其上游服务返
#
-->

<head>
<link rel="canonical" href="https://docs.api7.ai/hub/response-rewrite" />
</head>

## 描述

`response-rewrite` 插件提供了重写 APISIX 及其上游服务返回给客户端的响应的选项。使用此插件,您可以修改 HTTP 状态代码、请求标头、响应正文等。
Expand Down

0 comments on commit 4efc0e0

Please sign in to comment.