Skip to content

Commit

Permalink
docs: fix proxy links in features.mdx (#3767)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-chance authored Oct 20, 2024
1 parent 43bf456 commit b80f7e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/en/guide/start/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Here are all the main features supported by Rsbuild.
| Features | Description | Links |
| ---------- | ------------------------------------------------------------------------------ | --------------------------------------------------------------- |
| Public Dir | Use the public directory as the directory for serving public assets by default | <ul><li>[server.publicDir](/config/server/public-dir)</li></ul> |
| Proxy | Optional feature, proxy requests to the specified service | <ul><li>[dev.proxy](/config/dev/proxy)</li></ul> |
| Proxy | Optional feature, proxy requests to the specified service | <ul><li>[server.proxy](/config/server/proxy)</li></ul> |
| Open page | Optional feature, automatically open page in browser when starting server | <ul><li>[server.open](/config/server/open)</li></ul> |
| HTTPS | Optional feature, enable HTTPS server | <ul><li>[server.https](/config/server/https)</li></ul> |

Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/guide/start/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
| 功能 | 描述 | 相关链接 |
| ----------- | ------------------------------------------------ | --------------------------------------------------------------- |
| Public 目录 | 默认将 public 目录作为静态资源服务的文件夹 | <ul><li>[server.publicDir](/config/server/public-dir)</li></ul> |
| 请求代理 | 可选功能,将请求代理到指定的服务上 | <ul><li>[dev.proxy](/config/dev/proxy)</li></ul> |
| 请求代理 | 可选功能,将请求代理到指定的服务上 | <ul><li>[server.proxy](/config/server/proxy)</li></ul> |
| 打开页面 | 可选功能,在启动 server 时自动在浏览器中打开页面 | <ul><li>[server.open](/config/server/open)</li></ul> |
| HTTPS | 可选功能,开启 server 对 HTTPS 的支持 | <ul><li>[server.https](/config/server/https)</li></ul> |

Expand Down

0 comments on commit b80f7e8

Please sign in to comment.