From 9d93afdd8012d18279c257513f76717755f97c54 Mon Sep 17 00:00:00 2001 From: Radiation_pi Date: Mon, 24 Jun 2024 18:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=88=86=E7=B1=BB=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E9=87=8D=E6=9E=84=E8=BF=9B=E5=BA=A6=2060%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/maintenance/maintenance.md | 2 +- docs/process/_category_.json | 7 ------ docs/process/cross-server/_category_.json | 7 ------ .../{cross-server.md => crossserver.md} | 4 ++-- docs/process/process.md | 21 ++++++++++++++++++ docs/start/_category_.json | 7 ------ docs/start/basic/_category_.json | 7 ------ docs/start/basic/basic.md | 17 ++++++++++++++ docs/start/basic/server-file-structure.md | 2 +- .../what-is-server.md} | 6 ++--- .../{process => start}/deploy/_category_.json | 0 .../deploy/_images/mcsm.png | Bin .../deploy/_images/翼龙面板.png | Bin .../deploy/_images/连接服务器/1.png | Bin .../deploy/_images/连接服务器/2.png | Bin .../deploy/_images/连接服务器/3.png | Bin .../deploy/connect-to-the-cloud.md | 0 .../deploy/intranet-penetration.md | 0 .../deploy/optional-mode.md | 0 docs/{process => start}/deploy/overview.md | 0 docs/start/start.md | 13 +++++++++++ 21 files changed, 58 insertions(+), 35 deletions(-) delete mode 100644 docs/process/_category_.json delete mode 100644 docs/process/cross-server/_category_.json rename docs/process/cross-server/{cross-server.md => crossserver.md} (98%) create mode 100644 docs/process/process.md delete mode 100644 docs/start/_category_.json delete mode 100644 docs/start/basic/_category_.json create mode 100644 docs/start/basic/basic.md rename docs/start/{server-intro.md => basic/what-is-server.md} (97%) rename docs/{process => start}/deploy/_category_.json (100%) rename docs/{process => start}/deploy/_images/mcsm.png (100%) rename docs/{process => start}/deploy/_images/翼龙面板.png (100%) rename docs/{process => start}/deploy/_images/连接服务器/1.png (100%) rename docs/{process => start}/deploy/_images/连接服务器/2.png (100%) rename docs/{process => start}/deploy/_images/连接服务器/3.png (100%) rename docs/{process => start}/deploy/connect-to-the-cloud.md (100%) rename docs/{process => start}/deploy/intranet-penetration.md (100%) rename docs/{process => start}/deploy/optional-mode.md (100%) rename docs/{process => start}/deploy/overview.md (100%) create mode 100644 docs/start/start.md diff --git a/docs/maintenance/maintenance.md b/docs/maintenance/maintenance.md index e1c8909d1..6eca77a46 100644 --- a/docs/maintenance/maintenance.md +++ b/docs/maintenance/maintenance.md @@ -1,7 +1,7 @@ --- title: 服务器维护 slug: /maintenance -sidebar_position: 1 +sidebar_position: 13 --- # 服务器维护 diff --git a/docs/process/_category_.json b/docs/process/_category_.json deleted file mode 100644 index bf1337fe1..000000000 --- a/docs/process/_category_.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "建设阶段", - "position": 12, - "link": { - "type": "generated-index" - } -} \ No newline at end of file diff --git a/docs/process/cross-server/_category_.json b/docs/process/cross-server/_category_.json deleted file mode 100644 index ff34c9609..000000000 --- a/docs/process/cross-server/_category_.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "跨服", - "position": 10, - "link": { - "type": "generated-index" - } -} diff --git a/docs/process/cross-server/cross-server.md b/docs/process/cross-server/crossserver.md similarity index 98% rename from docs/process/cross-server/cross-server.md rename to docs/process/cross-server/crossserver.md index 04f2a6549..44bb7d552 100644 --- a/docs/process/cross-server/cross-server.md +++ b/docs/process/cross-server/crossserver.md @@ -1,10 +1,10 @@ --- -title: 什么是跨服端? +title: 跨服端 slug: /cross-server sidebar_position: 1 --- -# 什么是跨服端? +# 跨服端 简单的来说就是将多个服务器连成一个整体(比如你经常看到的某些生存一区,生存二区),玩家可以自由选择到哪个服务器,而不用退出重连, diff --git a/docs/process/process.md b/docs/process/process.md new file mode 100644 index 000000000..783d3ea12 --- /dev/null +++ b/docs/process/process.md @@ -0,0 +1,21 @@ +--- +title: 建设阶段 +slug: /process +sidebar_position: 12 +--- + +# 建设阶段 + +在这个阶段,你已经了解了基础知识,是时候学习一些进阶知识了。 + +在这一章我们主要围绕以下几个点: + +import DocCardList from '@theme/DocCardList'; + + + +插件 - 推荐一些常见的插件,并且提及相关的注意事项和基础知识; + +手机玩家支持 - 这部分比较复杂,且通常在国内网站上没有真正详尽的介绍; + +跨服 - 介绍反向代理端,指导搭建自己的反向代理服务器。 \ No newline at end of file diff --git a/docs/start/_category_.json b/docs/start/_category_.json deleted file mode 100644 index 1e187dd75..000000000 --- a/docs/start/_category_.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "开始阶段", - "position": 11, - "link": { - "type": "generated-index" - } -} diff --git a/docs/start/basic/_category_.json b/docs/start/basic/_category_.json deleted file mode 100644 index 43bca1f29..000000000 --- a/docs/start/basic/_category_.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "基础知识", - "position": 7, - "link": { - "type": "generated-index" - } -} diff --git a/docs/start/basic/basic.md b/docs/start/basic/basic.md new file mode 100644 index 000000000..1f6597abe --- /dev/null +++ b/docs/start/basic/basic.md @@ -0,0 +1,17 @@ +--- +title: 基础知识 +slug: /basic +sidebar_position: 1 +--- + +# 基础知识 + +考虑到笨蛋教程主要面向新手,我们无法了解你了解什么不了解什么。 + +本文档暂时就开服最重要的基础概念进行介绍,如果有你自认为非常了解或者不重要的部分, + +跳过他吧,因为我们在后面再次提到这些概念的时候会重新跳转到对应链接。 + +import DocCardList from '@theme/DocCardList'; + + \ No newline at end of file diff --git a/docs/start/basic/server-file-structure.md b/docs/start/basic/server-file-structure.md index ada68e63e..0022a73eb 100644 --- a/docs/start/basic/server-file-structure.md +++ b/docs/start/basic/server-file-structure.md @@ -1,6 +1,6 @@ --- title: 服务端结构 -sidebar_position: 0 +sidebar_position: 1 --- # 服务端结构 diff --git a/docs/start/server-intro.md b/docs/start/basic/what-is-server.md similarity index 97% rename from docs/start/server-intro.md rename to docs/start/basic/what-is-server.md index 65e09a02c..0575c6dbf 100644 --- a/docs/start/server-intro.md +++ b/docs/start/basic/what-is-server.md @@ -1,6 +1,6 @@ --- -title: 服务端介绍 -sidebar_position: 1 +title: 什么是服务端? +sidebar_position: 0 --- # 什么是服务端? @@ -43,4 +43,4 @@ sidebar_position: 1 而**CraftBukkit**是对于**BukkitAPI**的具体实现,基于**Minecraft Server**,通过修改其代码封装成**BukkitAPI**供给开发者使用,同时可以是运行**Bukkit Server**的入口。 - + \ No newline at end of file diff --git a/docs/process/deploy/_category_.json b/docs/start/deploy/_category_.json similarity index 100% rename from docs/process/deploy/_category_.json rename to docs/start/deploy/_category_.json diff --git a/docs/process/deploy/_images/mcsm.png b/docs/start/deploy/_images/mcsm.png similarity index 100% rename from docs/process/deploy/_images/mcsm.png rename to docs/start/deploy/_images/mcsm.png diff --git a/docs/process/deploy/_images/翼龙面板.png b/docs/start/deploy/_images/翼龙面板.png similarity index 100% rename from docs/process/deploy/_images/翼龙面板.png rename to docs/start/deploy/_images/翼龙面板.png diff --git a/docs/process/deploy/_images/连接服务器/1.png b/docs/start/deploy/_images/连接服务器/1.png similarity index 100% rename from docs/process/deploy/_images/连接服务器/1.png rename to docs/start/deploy/_images/连接服务器/1.png diff --git a/docs/process/deploy/_images/连接服务器/2.png b/docs/start/deploy/_images/连接服务器/2.png similarity index 100% rename from docs/process/deploy/_images/连接服务器/2.png rename to docs/start/deploy/_images/连接服务器/2.png diff --git a/docs/process/deploy/_images/连接服务器/3.png b/docs/start/deploy/_images/连接服务器/3.png similarity index 100% rename from docs/process/deploy/_images/连接服务器/3.png rename to docs/start/deploy/_images/连接服务器/3.png diff --git a/docs/process/deploy/connect-to-the-cloud.md b/docs/start/deploy/connect-to-the-cloud.md similarity index 100% rename from docs/process/deploy/connect-to-the-cloud.md rename to docs/start/deploy/connect-to-the-cloud.md diff --git a/docs/process/deploy/intranet-penetration.md b/docs/start/deploy/intranet-penetration.md similarity index 100% rename from docs/process/deploy/intranet-penetration.md rename to docs/start/deploy/intranet-penetration.md diff --git a/docs/process/deploy/optional-mode.md b/docs/start/deploy/optional-mode.md similarity index 100% rename from docs/process/deploy/optional-mode.md rename to docs/start/deploy/optional-mode.md diff --git a/docs/process/deploy/overview.md b/docs/start/deploy/overview.md similarity index 100% rename from docs/process/deploy/overview.md rename to docs/start/deploy/overview.md diff --git a/docs/start/start.md b/docs/start/start.md new file mode 100644 index 000000000..a32dc2c05 --- /dev/null +++ b/docs/start/start.md @@ -0,0 +1,13 @@ +--- +title: 开始阶段 +slug: /start +sidebar_position: 11 +--- + +# 开始阶段 + +在这个阶段,我们主要为你介绍服务器基础知识,如何区别客户端和服务端、如何选择服务端、如何搭建并连接等。 + +import DocCardList from '@theme/DocCardList'; + + \ No newline at end of file