Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LectWolf committed May 14, 2024
1 parent 20b7104 commit c2b1697
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 24 deletions.
18 changes: 9 additions & 9 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ import { defineConfig } from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "次梦插件文档",
title: "次梦插件",
description: "次梦Minecraft插件文档",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'Examples', link: '/markdown-examples' }
{ text: '主页', link: '/' },
{ text: '插件文档', link: '/lectbili' }
],

sidebar: [
{
text: 'Examples',
text: '次梦插件',
items: [
{ text: 'Markdown Examples', link: '/markdown-examples' },
{ text: 'Runtime API Examples', link: '/api-examples' }
{ text: '[哔哩]LectBili', link: '/lectbili' },
{ text: '[互联]WsConnect', link: '/wsconnect' }
]
}
],

socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
]
// socialLinks: [
// { icon: 'github', link: 'https://github.com/vuejs/vitepress' }
// ]
}
})
32 changes: 17 additions & 15 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,25 @@
layout: home

hero:
name: "次梦插件文档"
text: "次梦Minecraft插件文档"
tagline: My great project tagline
name: "次梦插件"
text: "Minecraft插件文档"
tagline: 什么?空白页!
image:
src: /logo.webp
alt: LectPlugins
actions:
- theme: brand
text: Markdown Examples
link: /markdown-examples
- theme: alt
text: API Examples
link: /api-examples

text: 开始使用
link: /lectbili
features:
- title: Feature A
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature B
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature C
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: 便捷
icon: ⚡️
details: 插件直装,只需修改少量配置文件,即可快速使用
- title: 自定义
icon: 🔥
details: 高度自定义,任何GUI均可修改
- title: 体验
icon: 🎉
details: BUG快速修复
---

1 change: 1 addition & 0 deletions docs/lectbili.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [哔哩]LectBili
Binary file added docs/public/favicon.ico
Binary file not shown.
Binary file added docs/public/logo.webp
Binary file not shown.
1 change: 1 addition & 0 deletions docs/wsconnect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [互联]WsConnect

0 comments on commit c2b1697

Please sign in to comment.