This is an automated email from the ASF dual-hosted git repository.
spacewander 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 f7eb87c docs: update the content of "Does APISIX have a console
interface" in the FAQ doc (#3788)
f7eb87c is described below
commit f7eb87c8936f148f6f205aa6af2f42bb3ed47841
Author: Yuelin Zheng <[email protected]>
AuthorDate: Wed Mar 10 10:34:29 2021 +0800
docs: update the content of "Does APISIX have a console interface" in the
FAQ doc (#3788)
---
docs/en/latest/FAQ.md | 2 +-
docs/zh/latest/FAQ.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md
index b6f38d6..3f439ce 100644
--- a/docs/en/latest/FAQ.md
+++ b/docs/en/latest/FAQ.md
@@ -41,7 +41,7 @@ APISIX is the highest performance API gateway with a
single-core QPS of 23,000,
## Does APISIX have a console interface?
-Yes, in version 0.6 we have dashboard built in, you can operate APISIX through
the web interface.
+Yes, APISIX has a powerful Dashboard. APISIX and [APISIX
Dashboard](https://github.com/apache/apisix-dashboard) are independent
projects, you can deploy [APISIX
Dashboard](https://github.com/apache/apisix-dashboard) to operate APISIX
through the web interface.
## Can I write my own plugin?
diff --git a/docs/zh/latest/FAQ.md b/docs/zh/latest/FAQ.md
index 612294d..be7e782 100644
--- a/docs/zh/latest/FAQ.md
+++ b/docs/zh/latest/FAQ.md
@@ -40,7 +40,7 @@ APISIX 是当前性能最好的 API 网关,单核 QPS 达到 2.3 万,平均
## APISIX 是否有控制台界面?
-是的,在 0.6 版本中我们内置了 dashboard,你可以通过 web 界面来操作 APISIX 了。
+是的,APISIX 具有功能强大的 Dashboard。APISIX 与 [APISIX
Dashboard](https://github.com/apache/apisix-dashboard) 是相互独立的项目,你可以部署 [APISIX
Dashboard](https://github.com/apache/apisix-dashboard) 通过 web 界面来操作 APISIX。
## 我可以自己写插件吗?