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

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


The following commit(s) were added to refs/heads/master by this push:
     new b65f7764e chore(update): stand-alone text (#9736)
b65f7764e is described below

commit b65f7764e8e3389ee74d526c5d8cb21265e08597
Author: Mariela Chavez <[email protected]>
AuthorDate: Thu Jul 6 03:27:24 2023 -0400

    chore(update): stand-alone text (#9736)
---
 README.md                            | 2 +-
 docs/en/latest/deployment-modes.md   | 4 ++--
 docs/en/latest/terminology/plugin.md | 4 ++--
 docs/zh/latest/plugins/openwhisk.md  | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index b3dbfdfe5..03751d907 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ A/B testing, canary release, blue-green deployment, limit 
rate, defense against
   - [Dashboard](https://github.com/apache/apisix-dashboard)
   - Version Control: Supports rollbacks of operations.
   - CLI: start\stop\reload APISIX through the command line.
-  - [Stand-Alone](docs/en/latest/deployment-modes.md#stand-alone): Supports to 
load route rules from local YAML file, it is more friendly such as under the 
kubernetes(k8s).
+  - [Standalone](docs/en/latest/deployment-modes.md#standalone): Supports to 
load route rules from local YAML file, it is more friendly such as under the 
kubernetes(k8s).
   - [Global Rule](docs/en/latest/terminology/global-rule.md): Allows to run 
any plugin for all request, eg: limit rate, IP filter etc.
   - High performance: The single-core QPS reaches 18k with an average delay of 
fewer than 0.2 milliseconds.
   - [Fault Injection](docs/en/latest/plugins/fault-injection.md)
diff --git a/docs/en/latest/deployment-modes.md 
b/docs/en/latest/deployment-modes.md
index 7e6d8da7d..e5c7b9175 100644
--- a/docs/en/latest/deployment-modes.md
+++ b/docs/en/latest/deployment-modes.md
@@ -159,7 +159,7 @@ deployment:
 
 ## Standalone
 
-Turning on the APISIX node in Stand-alone mode will no longer use the default 
etcd as the configuration center.
+Turning on the APISIX node in Standalone mode will no longer use the default 
etcd as the configuration center.
 
 This method is more suitable for two types of users:
 
@@ -170,7 +170,7 @@ The routing rules in the `conf/apisix.yaml` file are loaded 
into memory immediat
 
 *Note*: Reloading and updating routing rules are all hot memory updates. There 
is no replacement of working processes, since it's a hot update.
 
-Since the current Admin API is based on the etcd configuration center 
solution, enable Admin API is not allowed when the Stand-alone mode is enabled.
+Since the current Admin API is based on the etcd configuration center 
solution, enable Admin API is not allowed when the Standalone mode is enabled.
 
 Standalone mode can only be enabled when we set the role of APISIX as data 
plane. We set `deployment.role` to `data_plane` and 
`deployment.role_data_plane.config_provider` to `yaml`.
 
diff --git a/docs/en/latest/terminology/plugin.md 
b/docs/en/latest/terminology/plugin.md
index bbff2f798..2c8e260ef 100644
--- a/docs/en/latest/terminology/plugin.md
+++ b/docs/en/latest/terminology/plugin.md
@@ -276,6 +276,6 @@ curl http://127.0.0.1:9180/apisix/admin/plugins/reload -H 
'X-API-KEY: edd1c9f034
 
 If a configured Plugin is disabled, then its execution will be skipped.
 
-### Hot reload in stand-alone mode
+### Hot reload in standalone mode
 
-For hot-reloading in stand-alone mode, see the plugin related section in 
[stand alone mode](../deployment-modes.md#stand-alone).
+For hot-reloading in standalone mode, see the plugin related section in [stand 
alone mode](../deployment-modes.md#standalone).
diff --git a/docs/zh/latest/plugins/openwhisk.md 
b/docs/zh/latest/plugins/openwhisk.md
index a079bb5b3..d69747fa4 100644
--- a/docs/zh/latest/plugins/openwhisk.md
+++ b/docs/zh/latest/plugins/openwhisk.md
@@ -62,7 +62,7 @@ description: 本文介绍了关于 Apache APISIX openwhisk 插件的基本信息
 
 ### 搭建 Apache OpenWhisk 测试环境
 
-1. 在使用 `openwhisk` 插件之前,你需要通过以下命令运行 OpenWhisk stand-alone 模式。请确保当前环境中已经安装 
Docker 软件。
+1. 在使用 `openwhisk` 插件之前,你需要通过以下命令运行 OpenWhisk standalone 模式。请确保当前环境中已经安装 
Docker 软件。
 
 ```shell
 docker run --rm -d \

Reply via email to