docs: fix broken links in FAQ#4053
Conversation
| ## 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.md](https://github.com/apache/apisix/blob/master/docs/en/latest/install-dependencies.md) document for installation. |
There was a problem hiding this comment.
Look like we need to add install-dependencies to latest/config.json?
CC @juzhiyuan
There was a problem hiding this comment.
I will fix this
There was a problem hiding this comment.
Please solve this so that I can merge it
There was a problem hiding this comment.
Earlier, the issue we had, is install-dependencies.md(install-dependencies.md) instead of install dependencies(install-dependencies.md)
There was a problem hiding this comment.
If we don't add them to config.json, we could render it, but without the left sidebar actually 😂
There was a problem hiding this comment.
There was a problem hiding this comment.
We mean the left sidebar of our website. The config.json is the index.
| ## 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. |
There was a problem hiding this comment.
I think It will work
| }, | ||
| { | ||
| "type": "doc", | ||
| "id": "install-dependencies" |
There was a problem hiding this comment.
Need to do the same thing with docs/zh/latest/config.json
fix: #310
update FAQ by fixing broken links