Skip to content

Commit

Permalink
docs: remove oneinstack related documentations
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Nov 7, 2023
1 parent 78a0e1b commit f034f20
Show file tree
Hide file tree
Showing 51 changed files with 31 additions and 4,243 deletions.
5 changes: 2 additions & 3 deletions docs/getting-started/install/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,8 @@ import DockerArgs from "./slots/docker-args.md"

你可以在下面的反向代理软件中任选一项,我们假设你已经安装好了其中一项,并对其的基本操作有一定了解。 如果你对它们没有任何了解,可以参考我们更为详细的反向代理文档:

1. 使用 [OneinStack](../install/other/oneinstack.md)
2. 使用 [Nginx Proxy Manager](../install/other/nginxproxymanager.md)
3. 使用 [Traefik](../install/other/traefik.md)
1. 使用 [Nginx Proxy Manager](../install/other/nginxproxymanager.md)
2. 使用 [Traefik](../install/other/traefik.md)

### Nginx

Expand Down
280 changes: 0 additions & 280 deletions docs/getting-started/install/other/oneinstack.md

This file was deleted.

4 changes: 0 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ const config = {
to: "/1.6/getting-started/install/other/bt-panel",
from: ["/zh/install/bt-panel", "/install/bt-panel"],
},
{
to: "/getting-started/install/other/oneinstack",
from: ["/zh/install/oneinstack", "/install/oneinstack"],
},
{
to: "/1.6/getting-started/install/other/tencent-cloudbase",
from: [
Expand Down
1 change: 0 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module.exports = {
type: "generated-index",
},
items: [
"getting-started/install/other/oneinstack",
"getting-started/install/other/nginxproxymanager",
"getting-started/install/other/traefik",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=unle

## 反向代理

你可以在下面的反向代理软件中任选一项,我们假设你已经安装好了其中一项,并对其的基本操作有一定了解。如果你对 Nginx 不熟悉,我们推荐使用 [OneinStack](/getting-started/install/other/oneinstack) 来管理 Nginx。
你可以在下面的反向代理软件中任选一项,我们假设你已经安装好了其中一项,并对其的基本操作有一定了解。

### Nginx

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ journalctl -n 20 -u halo

## 反向代理

你可以在下面的反向代理软件中任选一项,我们假设你已经安装好了其中一项,并对其基本操作有一定了解。如果你对 Nginx 不熟悉,我们推荐使用 [OneinStack](/getting-started/install/other/oneinstack) 来管理 Nginx
你可以在下面的反向代理软件中任选一项,我们假设你已经安装好了其中一项,并对其的基本操作有一定了解

### Nginx

Expand Down
Loading

0 comments on commit f034f20

Please sign in to comment.