You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by mo...@apache.org on 2023/05/17 09:44:11 UTC

[apisix] branch master updated: docs: fix the apisix version of getting-started document (#9497)

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 fe043bc6d docs: fix the apisix version of getting-started document (#9497)
fe043bc6d is described below

commit fe043bc6d9483846285e9d8f78dddeed3561aaaf
Author: 周聪 <76...@users.noreply.github.com>
AuthorDate: Wed May 17 17:44:00 2023 +0800

    docs: fix the apisix version of getting-started document (#9497)
---
 docs/en/latest/getting-started/README.md | 4 +++-
 docs/zh/latest/getting-started.md        | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/getting-started/README.md b/docs/en/latest/getting-started/README.md
index 51daaba09..d57fd47d3 100644
--- a/docs/en/latest/getting-started/README.md
+++ b/docs/en/latest/getting-started/README.md
@@ -54,9 +54,11 @@ curl "http://127.0.0.1:9080" --head | grep Server
 If everything is ok, you will get the following response:
 
 ```text
-Server: APISIX/3.1.0
+Server: APISIX/Version
 ```
 
+`Version` refers to the version of APISIX that you have installed. For example, `APISIX/3.3.0`.
+
 You now have APISIX installed and running successfully!​
 
 ## Next Steps
diff --git a/docs/zh/latest/getting-started.md b/docs/zh/latest/getting-started.md
index 287d1f890..2295284c5 100644
--- a/docs/zh/latest/getting-started.md
+++ b/docs/zh/latest/getting-started.md
@@ -146,9 +146,11 @@ curl "http://127.0.0.1:9080" --head | grep Server
 如果一切顺利,将输出如下信息。
 
 ```text
-Server: APISIX/3.1.0
+Server: APISIX/Version
 ```
 
+`Version` 是指您已经安装的 APISIX 的版本。例如,`APISIX/3.3.0`。
+
 现在,你已经成功安装并运行了 APISIX!
 
 ## 创建路由