mirror of
https://github.com/RainCraft-Server/raincraft-server.github.io.git
synced 2025-12-16 21:27:43 +00:00
first commit
This commit is contained in:
commit
fa65e2e9dc
32 changed files with 6059 additions and 0 deletions
37
docs/.vuepress/navbar.ts
Normal file
37
docs/.vuepress/navbar.ts
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
import { defineNavbarConfig } from 'vuepress-theme-plume'
|
||||
|
||||
export const zhNavbar = defineNavbarConfig([
|
||||
{ text: '首页', icon: 'icon-park-outline:home' , link: '/' },
|
||||
{ text: '博客', icon: 'icon-park-outline:thinking-problem' , link: '/blog/' },
|
||||
{ text: '投喂', icon: 'icon-park-outline:cup' , link: '/docs/donate/' },
|
||||
{
|
||||
text: '文档',
|
||||
icon: 'icon-park-outline:document-folder',
|
||||
items: [
|
||||
{ text: '开始', link: '/docs/get-start/' },
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '更多',
|
||||
icon: 'icon-park-outline:more-two',
|
||||
items: [
|
||||
{ text: '皮肤站', link: 'https://skin.ineko.cc' },
|
||||
{ text: '论坛', link: 'https://bbs.mc.ineko.cc' },
|
||||
{ text: '联合封禁系统', link: 'https://uni-ban.mc.ineko.cc' }
|
||||
]
|
||||
},
|
||||
])
|
||||
|
||||
export const enNavbar = defineNavbarConfig([
|
||||
{ text: 'Home', icon: 'icon-park-outline:home' , link: '/en/' },
|
||||
{
|
||||
text: 'More',
|
||||
icon: 'icon-park-outline:more-two',
|
||||
items: [
|
||||
{ text: 'BBS', link: 'https://bbs.mc.ineko.cc' },
|
||||
{ text: 'Union Ban System', link: 'https://uni-ban.mc.ineko.cc' }
|
||||
]
|
||||
},
|
||||
])
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue