pref: update sidebar
This commit is contained in:
parent
4dd4abfc9f
commit
2ffdc47509
@ -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" },
|
||||
// ],
|
||||
},
|
||||
})
|
||||
|
14
index.md
14
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: 无论你有无正版帐户都可以游玩
|
||||
---
|
||||
|
11
install.md
Normal file
11
install.md
Normal file
@ -0,0 +1,11 @@
|
||||
# 安装整合包
|
||||
|
||||
## 前置要求
|
||||
|
||||
- 安装`JDK 1.21`
|
||||
|
||||
## 下载与解压
|
||||
|
||||
从群内下载。
|
||||
|
||||
##
|
7
introduction.md
Normal file
7
introduction.md
Normal file
@ -0,0 +1,7 @@
|
||||
# 简介
|
||||
|
||||
## 服务器设置
|
||||
|
||||
- 主服务器(Main)
|
||||
- 建筑服务器(Build)
|
||||
- 存档服务器(Archive)
|
1
server/main.md
Normal file
1
server/main.md
Normal file
@ -0,0 +1 @@
|
||||
# 主服务器
|
Loading…
Reference in New Issue
Block a user