diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md index f64eb589..8242cacd 100644 --- a/docs/en/latest/FAQ.md +++ b/docs/en/latest/FAQ.md @@ -35,7 +35,7 @@ In addition, APISIX has dynamic routing and hot loading of plug-ins, which is es ## What's the performance of APISIX? -One of the goals of APISIX design and development is the highest performance in the industry. Specific test data can be found here:[benchmark](https://github.com/apache/apisix/blob/master/benchmark.md) +One of the goals of APISIX design and development is the highest performance in the industry. Specific test data can be found here:[benchmark](benchmark.md) APISIX is the highest performance API gateway with a single-core QPS of 23,000, with an average delay of only 0.6 milliseconds. @@ -59,7 +59,7 @@ For the configuration center, configuration storage is only the most basic funct 4. Change Notification 5. High Performance -See more [etcd why](https://github.com/etcd-io/etcd/blob/master/Documentation/learning/why.md#comparison-chart). +See more [etcd why](https://github.com/etcd-io/website/blob/master/content/docs/next/learning/why.md#comparison-chart). ## Why is it that installing APISIX dependencies with Luarocks causes timeout, slow or unsuccessful installation? @@ -318,7 +318,7 @@ The high availability of APISIX can be divided into two parts: ## Why does the `make deps` command fail in source installation? -When executing the `make deps` command, an error such as the one shown below occurs. This is caused by the missing openresty's `openssl` development kit, you need to install it first. Please refer to the [install-dependencies.md](install-dependencies.md) document for installation. +When executing the `make deps` command, an error such as the one shown below occurs. This is caused by the missing openresty's `openssl` development kit, you need to install it first. Please refer to the [install dependencies](install-dependencies.md) document for installation. ```shell $ make deps diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json index 6d9a0cf1..599a5563 100644 --- a/docs/en/latest/config.json +++ b/docs/en/latest/config.json @@ -193,6 +193,10 @@ "type": "doc", "id": "benchmark" }, + { + "type": "doc", + "id": "install-dependencies" + }, { "type": "link", "label": "CODE_STYLE", diff --git a/docs/es/latest/FAQ.md b/docs/es/latest/FAQ.md index 97c96fd1..20ca132b 100644 --- a/docs/es/latest/FAQ.md +++ b/docs/es/latest/FAQ.md @@ -57,7 +57,7 @@ Para el centro de la configuración, la configuración del almacenamiento es sol 4. Notificación de cambios 5. Alto rendimiento -Más información en [Por qué etcd](https://github.com/etcd-io/etcd/blob/master/Documentation/learning/why.md#comparison-chart). +Más información en [Por qué etcd](https://github.com/etcd-io/website/blob/master/content/docs/next/learning/why.md#comparison-chart). ## ¿Por qué sucede que instalar dependencias APISIX con Luarocks provoca interrupciones por exceso de tiempo (timeout), o instalaciones lentas y fallidas? diff --git a/docs/zh/latest/FAQ.md b/docs/zh/latest/FAQ.md index a3c349e7..6e1fd542 100644 --- a/docs/zh/latest/FAQ.md +++ b/docs/zh/latest/FAQ.md @@ -34,7 +34,7 @@ APISIX 基于 etcd 来完成配置的保存和同步,而不是 postgres 或者 ## APISIX 的性能怎么样? -APISIX 设计和开发的目标之一,就是业界最高的性能。具体测试数据见这里:[benchmark](https://github.com/apache/apisix/blob/master/docs/en/latest/benchmark.md) +APISIX 设计和开发的目标之一,就是业界最高的性能。具体测试数据见这里:[benchmark](benchmark.md) APISIX 是当前性能最好的 API 网关,单核 QPS 达到 2.3 万,平均延时仅有 0.6 毫秒。 @@ -58,7 +58,7 @@ APISIX 是当前性能最好的 API 网关,单核 QPS 达到 2.3 万,平均 4. 变化通知 5. 高性能 -APISIX 需要一个配置中心,上面提到的很多功能是传统关系型数据库和 KV 数据库是无法提供的。与 etcd 同类软件还有 Consul、ZooKeeper 等,更详细比较可以参考这里:[etcd why](https://etcd.io/docs/v3.4.0/learning/why/),在将来也许会支持其他配置存储方案。 +APISIX 需要一个配置中心,上面提到的很多功能是传统关系型数据库和 KV 数据库是无法提供的。与 etcd 同类软件还有 Consul、ZooKeeper 等,更详细比较可以参考这里:[etcd why](https://github.com/etcd-io/website/blob/master/content/docs/next/learning/why.md#comparison-chart),在将来也许会支持其他配置存储方案。 ## 为什么在用 Luarocks 安装 APISIX 依赖时会遇到超时,很慢或者不成功的情况? @@ -319,7 +319,7 @@ APISIX 的高可用可分为两个部分: ## 为什么源码安装中执行 `make deps` 命令失败? -1、当执行 `make deps` 命令时,发生诸如下面所示的错误。这是由于缺少 OpenResty 的 `openssl` 开发软件包导致的,你需要先安装它。请参考 [install-dependencies.md](install-dependencies.md) 文档进行安装。 +1、当执行 `make deps` 命令时,发生诸如下面所示的错误。这是由于缺少 OpenResty 的 `openssl` 开发软件包导致的,你需要先安装它。请参考 [install dependencies](install-dependencies.md) 文档进行安装。 ```shell $ make deps diff --git a/docs/zh/latest/config.json b/docs/zh/latest/config.json index 44e10d6e..a4b205bc 100644 --- a/docs/zh/latest/config.json +++ b/docs/zh/latest/config.json @@ -174,6 +174,10 @@ "type": "doc", "id": "benchmark" }, + { + "type": "doc", + "id": "install-dependencies" + }, { "type": "doc", "id": "CODE_STYLE"