diff --git a/.vitepress/config.mts b/.vitepress/config.mts index e21cb6b..57f1e0a 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -1,28 +1,31 @@ -import { defineConfig } from 'vitepress' +import { defineConfig } from "vitepress" -// https://vitepress.dev/reference/site-config export default defineConfig({ - title: "河坝Minecraft服务器-文档", - description: "文档", + title: "H8 Network", + description: "河坝Minecraft服务器-文档", themeConfig: { - // https://vitepress.dev/reference/default-theme-config - nav: [ - { text: 'Home', link: '/' }, - { text: 'Examples', link: '/markdown-examples' } - ], + nav: [{ text: "主页", link: "/" }, { text: "皮肤站", link: "https://auth.hfbz.net" }], sidebar: [ { - text: 'Examples', + text: "开始", items: [ - { text: 'Markdown Examples', link: '/markdown-examples' }, - { text: 'Runtime API Examples', link: '/api-examples' } - ] - } + { text: "简介", link: "/introduction" }, + { text: "快速开始", link: "/getting-started" }, + ], + }, + { + text: "服务器", + items: [{ text: "主服务器", link: "/server/main" }], + }, + { + text: "更新日志", + link: "/update", + }, ], - socialLinks: [ - { icon: 'github', link: 'https://github.com/vuejs/vitepress' } - ] - } + // socialLinks: [ + // { icon: "github", link: "https://github.com/vuejs/vitepress" }, + // ], + }, }) diff --git a/auth.md b/auth.md new file mode 100644 index 0000000..6900317 --- /dev/null +++ b/auth.md @@ -0,0 +1,3 @@ +# 玩家认证 + +服务器采用混合验证模式。 \ No newline at end of file diff --git a/index.md b/index.md index 0b6e624..d1071cf 100644 --- a/index.md +++ b/index.md @@ -2,10 +2,14 @@ layout: home hero: - name: "河坝MC服务器-文档" - tagline: 欢迎 + name: 河坝MC服务器 + text: 玩家文档 + tagline: H8 Network actions: - theme: brand + text: 这是什么服务器? + link: /introduction + - theme: alt text: 快速开始 link: /getting-started - theme: alt @@ -14,9 +18,9 @@ hero: features: - title: 优质玩家社区 - details: 由河坝校友运营,玩家群体均为高素质人群 + details: 由河坝校友运营,玩家群体为高素质人群 - title: 玩法多样 - details: 包含丰富的游戏模式、玩法以及丰富的插件 + details: 包含丰富的游戏模式、玩法 - title: 混合验证模式 - details: 无论你有没有正版帐户都可以游玩 + details: 无论你有无正版帐户都可以游玩 --- diff --git a/install.md b/install.md new file mode 100644 index 0000000..a37c51d --- /dev/null +++ b/install.md @@ -0,0 +1,11 @@ +# 安装整合包 + +## 前置要求 + +- 安装`JDK 1.21` + +## 下载与解压 + +从群内下载。 + +## \ No newline at end of file diff --git a/introduction.md b/introduction.md new file mode 100644 index 0000000..5d721d4 --- /dev/null +++ b/introduction.md @@ -0,0 +1,7 @@ +# 简介 + +## 服务器设置 + +- 主服务器(Main) +- 建筑服务器(Build) +- 存档服务器(Archive) diff --git a/server/main.md b/server/main.md new file mode 100644 index 0000000..6063dd7 --- /dev/null +++ b/server/main.md @@ -0,0 +1 @@ +# 主服务器