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
30
docs/.vuepress/notes.ts
Normal file
30
docs/.vuepress/notes.ts
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
import { defineNoteConfig, defineNotesConfig } from 'vuepress-theme-plume'
|
||||
|
||||
/* =================== locale: zh-CN ======================= */
|
||||
|
||||
const zhDemoNote = defineNoteConfig({
|
||||
dir: 'demo',
|
||||
link: '/demo',
|
||||
sidebar: ['', 'foo', 'bar'],
|
||||
})
|
||||
|
||||
export const zhNotes = defineNotesConfig({
|
||||
dir: 'docs',
|
||||
link: '/',
|
||||
notes: [zhDemoNote],
|
||||
})
|
||||
|
||||
/* =================== locale: en-US ======================= */
|
||||
|
||||
const enDemoNote = defineNoteConfig({
|
||||
dir: 'demo',
|
||||
link: '/demo',
|
||||
sidebar: ['', 'foo', 'bar'],
|
||||
})
|
||||
|
||||
export const enNotes = defineNotesConfig({
|
||||
dir: 'en/docs',
|
||||
link: '/en/',
|
||||
notes: [enDemoNote],
|
||||
})
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue