文档分类结构重构进度 60%

This commit is contained in:
Radiation_pi 2024-06-24 18:18:54 +08:00
parent 45faab3458
commit 9d93afdd80
21 changed files with 58 additions and 35 deletions

View File

@ -1,7 +1,7 @@
---
title: 服务器维护
slug: /maintenance
sidebar_position: 1
sidebar_position: 13
---
# 服务器维护

View File

@ -1,7 +0,0 @@
{
"label": "建设阶段",
"position": 12,
"link": {
"type": "generated-index"
}
}

View File

@ -1,7 +0,0 @@
{
"label": "跨服",
"position": 10,
"link": {
"type": "generated-index"
}
}

View File

@ -1,10 +1,10 @@
---
title: 什么是跨服端?
title: 跨服端
slug: /cross-server
sidebar_position: 1
---
# 什么是跨服端?
# 跨服端
简单的来说就是将多个服务器连成一个整体(比如你经常看到的某些生存一区,生存二区),玩家可以自由选择到哪个服务器,而不用退出重连,

21
docs/process/process.md Normal file
View File

@ -0,0 +1,21 @@
---
title: 建设阶段
slug: /process
sidebar_position: 12
---
# 建设阶段
在这个阶段,你已经了解了基础知识,是时候学习一些进阶知识了。
在这一章我们主要围绕以下几个点:
import DocCardList from '@theme/DocCardList';
<DocCardList />
插件 - 推荐一些常见的插件,并且提及相关的注意事项和基础知识;
手机玩家支持 - 这部分比较复杂,且通常在国内网站上没有真正详尽的介绍;
跨服 - 介绍反向代理端,指导搭建自己的反向代理服务器。

View File

@ -1,7 +0,0 @@
{
"label": "开始阶段",
"position": 11,
"link": {
"type": "generated-index"
}
}

View File

@ -1,7 +0,0 @@
{
"label": "基础知识",
"position": 7,
"link": {
"type": "generated-index"
}
}

17
docs/start/basic/basic.md Normal file
View File

@ -0,0 +1,17 @@
---
title: 基础知识
slug: /basic
sidebar_position: 1
---
# 基础知识
考虑到笨蛋教程主要面向新手,我们无法了解你了解什么不了解什么。
本文档暂时就开服最重要的基础概念进行介绍,如果有你自认为非常了解或者不重要的部分,
跳过他吧,因为我们在后面再次提到这些概念的时候会重新跳转到对应链接。
import DocCardList from '@theme/DocCardList';
<DocCardList />

View File

@ -1,6 +1,6 @@
---
title: 服务端结构
sidebar_position: 0
sidebar_position: 1
---
# 服务端结构

View File

@ -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**的入口。
</details>
</details>

View File

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 105 KiB

View File

Before

Width:  |  Height:  |  Size: 246 KiB

After

Width:  |  Height:  |  Size: 246 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 171 KiB

13
docs/start/start.md Normal file
View File

@ -0,0 +1,13 @@
---
title: 开始阶段
slug: /start
sidebar_position: 11
---
# 开始阶段
在这个阶段,我们主要为你介绍服务器基础知识,如何区别客户端和服务端、如何选择服务端、如何搭建并连接等。
import DocCardList from '@theme/DocCardList';
<DocCardList />