Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add zh proxy-control.md&modify other doc error #6346

Merged
merged 9 commits into from
Feb 22, 2022

Conversation

liangliang4ward
Copy link
Contributor

What this PR does / why we need it:

add zh proxy-control.md & modify other doc error

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

@liangliang4ward liangliang4ward changed the title doc:add zh proxy-control.md&modify other doc error doc: add zh proxy-control.md&modify other doc error Feb 17, 2022
@liangliang4ward liangliang4ward changed the title doc: add zh proxy-control.md&modify other doc error docs: add zh proxy-control.md&modify other doc error Feb 17, 2022
tzssangglass
tzssangglass previously approved these changes Feb 18, 2022
spacewander
spacewander previously approved these changes Feb 18, 2022
tokers
tokers previously approved these changes Feb 21, 2022
@spacewander spacewander merged commit 4624135 into apache:master Feb 22, 2022
@spacewander
Copy link
Member

rg 为-Apache-APISIX-构建-OpenResty
docs/zh/latest/admin-api.md
588:以下特性需要 APISIX 运行于 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty):
597:这个特性需要 APISIX 运行于 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)。

docs/zh/latest/mtls.md
69:你需要构建 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty),并且需要在配置文件中设定 `etcd.tls` 来使 ETCD 的双向认证功能正常工作。
157:该功能需要 APISIX 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。

docs/zh/latest/plugins/proxy-control.md
36:**这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)上运行。**

docs/zh/latest/plugins/gzip.md
36:**该插件要求 `APISIX` 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。**

docs/zh/latest/plugins/dubbo-proxy.md
40:如果你正在使用 `OpenResty`, 你需要编译它来支持 `dubbo`, 参考 [如何编译](../how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)。

docs/zh/latest/plugins/real-ip.md
38:**该插件要求 `APISIX` 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。**

Would you like to fix the link in gzip and real-ip?

@liangliang4ward
Copy link
Contributor Author

Would you like to fix the link in gzip and real-ip?

With pleasure.

@liangliang4ward
Copy link
Contributor Author

rg 为-Apache-APISIX-构建-OpenResty
docs/zh/latest/admin-api.md
588:以下特性需要 APISIX 运行于 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty):
597:这个特性需要 APISIX 运行于 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)。

docs/zh/latest/mtls.md
69:你需要构建 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty),并且需要在配置文件中设定 `etcd.tls` 来使 ETCD 的双向认证功能正常工作。
157:该功能需要 APISIX 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。

docs/zh/latest/plugins/proxy-control.md
36:**这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)上运行。**

docs/zh/latest/plugins/gzip.md
36:**该插件要求 `APISIX` 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。**

docs/zh/latest/plugins/dubbo-proxy.md
40:如果你正在使用 `OpenResty`, 你需要编译它来支持 `dubbo`, 参考 [如何编译](../how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)。

docs/zh/latest/plugins/real-ip.md
38:**该插件要求 `APISIX` 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。**

Would you like to fix the link in gzip and real-ip?

#6417

@liangliang4ward liangliang4ward deleted the doc/modify-doc branch February 23, 2022 09:19
hongbinhsu pushed a commit to fitphp/apix that referenced this pull request Feb 23, 2022
* upstream: (52 commits)
  feat: add kubernetes discovery module (apache#4880)
  docs: fix For L7 proxy -> For L4 proxy (apache#6423)
  fix(deps): upgrade jsonschema to 0.9.8 (apache#6407)
  docs: translate Chinese to English in en clickhouse-logger (apache#6416)
  docs: add zh proxy-control.md&modify other doc error (apache#6346)
  docs: update public API relative usage (apache#6318)
  docs(cn): remove datadog from sidebar & fix doc lint conf (apache#6411)
  fix(request-validation): should not limit the urlencoded post args number (apache#6396)
  docs: fix configuration file typo (apache#6395)
  docs(extern-plugin): the implementation of runner (apache#6336)
  docs: polishing skywalking-logger plugin's docs (apache#6377)
  doc: adjust the directory structure of observability's documents (apache#6391)
  change(admin): empty nodes should be encoded as array (apache#6384)
  fix: should not limit the header number (apache#6379)
  ci: remove unnecessary tmate action (apache#6367)
  fix(opentelemetry): batch_span_processor export zero length spans (apache#6349)
  feat(graphql): support http get and post json request (apache#6343)
  feat: support for configuring the number of etcd health check retries (apache#6322)
  feat(wasm): support getting request body (apache#6325)
  fix(hmac-auth): hmac-auth plugin sort array param (apache#6314)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants