Skip to content

chore(update): replaced stand-alone with standalone#9736

Merged
juststillthinking merged 1 commit into
apache:masterfrom
mau211:chore/updateText
Jul 6, 2023
Merged

chore(update): replaced stand-alone with standalone#9736
juststillthinking merged 1 commit into
apache:masterfrom
mau211:chore/updateText

Conversation

@mau211

@mau211 mau211 commented Jun 28, 2023

Copy link
Copy Markdown
Contributor

Description

Updated text found as stand-alone and replaced with standalone

Fixes #9599

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible (If not, please discuss on the APISIX mailing list first)

Comment thread package-lock.json Outdated
@@ -0,0 +1,6 @@
{

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove package-lock.json file

Comment thread docs/en/latest/deployment-modes.md Outdated
## 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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Turning on the APISIX node in standalone 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.

@mau211 mau211 Jun 29, 2023

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

Comment thread docs/zh/latest/CHANGELOG.md Outdated
### Core

- :sunrise: **[增加单机模式](https://github.com/apache/incubator-apisix/blob/master/docs/zh/latest//stand-alone-cn.md)**: 使用 yaml 配置文件来更新 APISIX 的配置,这对于 kubernetes 更加友好。 [#464](https://github.com/apache/incubator-apisix/pull/464)
- :sunrise: **[增加单机模式](https://github.com/apache/incubator-apisix/blob/master/docs/zh/latest//standalone-cn.md)**: 使用 yaml 配置文件来更新 APISIX 的配置,这对于 kubernetes 更加友好。 [#464](https://github.com/apache/incubator-apisix/pull/464)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page seems to not exist either way. You can revert the change for this one.

Comment thread docs/zh/latest/README.md Outdated
- 版本控制:支持操作的多次回滚。
- CLI:使用命令行来启动、关闭和重启 APISIX。
- [单机模式](stand-alone.md):支持从本地配置文件中加载路由规则,在 kubernetes(k8s) 等环境下更友好。
- [单机模式](standalone.md):支持从本地配置文件中加载路由规则,在 kubernetes(k8s) 等环境下更友好。

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same with this one. The file seems to be gone.

@juststillthinking juststillthinking added the wait for update wait for the author's response in this issue/PR label Jun 28, 2023
@mau211
mau211 force-pushed the chore/updateText branch from c43c826 to 000c7fa Compare June 29, 2023 03:10
@mau211
mau211 requested a review from kayx23 June 29, 2023 03:12
@juststillthinking juststillthinking added approved and removed wait for update wait for the author's response in this issue/PR labels Jun 29, 2023
@juststillthinking
juststillthinking merged commit b65f776 into apache:master Jul 6, 2023
hongbinhsu added a commit to fitphp/apix that referenced this pull request Jul 8, 2023
* upstream/master: (70 commits)
  fix(workflow): enhance schema check (apache#9782)
  docs: add chinese documentation for loki-logger (apache#9687)
  chore(update): stand-alone text (apache#9736)
  docs: add Secret chinese document to Admin API (apache#9522)
  fix(log-rotate): can not keep max files when using custom name (apache#9749)
  docs: fix typo and added useful information (apache#8900)
  docs: explain in more details for the batch-requests plugin (apache#9629)
  docs: update `apisix` section in `config-default.yaml` (apache#9611)
  chore: add missing `report_interval` option for `skywalking` plugin in `config-default.yaml` (apache#9662)
  refactor(jwt-auth): remove unused parameter (apache#9716)
  change(request-id): remove snowflake algorithm (apache#9715)
  fix test case (apache#9706)
  docs: add correct link for openresty arm64 repo (apache#9713)
  fix: get the correct revision (apache#9635)
  fix(body-transformer): xml2lua: replace empty table with empty string (apache#9669)
  feat(prometheus): allow user configure DEFAULT_BUCKETS (apache#9673)
  docs: add example for timeout (apache#9708)
  docs: replace some urls that point to github with relative paths (apache#9684)
  docs: update Debian Installation Guide (apache#9680)
  docs: update how to install apisix on debian (apache#9693)
  ...
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.

docs: replace stand-alone with standalone

4 participants