docs: update docs
This commit is contained in:
parent
cdee6dc105
commit
51ced760e5
@ -1,7 +1,8 @@
|
||||
import { defineNotesConfig } from 'vuepress-theme-plume'
|
||||
import { themeGuide } from './theme-guide.js'
|
||||
|
||||
export const enNotes = defineNotesConfig({
|
||||
dir: 'en/notes',
|
||||
link: '/',
|
||||
notes: [],
|
||||
notes: [themeGuide],
|
||||
})
|
||||
|
||||
16
docs/.vuepress/notes/en/theme-guide.ts
Normal file
16
docs/.vuepress/notes/en/theme-guide.ts
Normal file
@ -0,0 +1,16 @@
|
||||
import { defineNoteConfig } from 'vuepress-theme-plume'
|
||||
|
||||
export const themeGuide = defineNoteConfig({
|
||||
dir: 'theme/guide',
|
||||
link: '/guide/',
|
||||
sidebar: [
|
||||
{
|
||||
text: 'Quick Start',
|
||||
collapsed: false,
|
||||
icon: 'carbon:idea',
|
||||
items: [
|
||||
'intro',
|
||||
],
|
||||
},
|
||||
],
|
||||
})
|
||||
Loading…
x
Reference in New Issue
Block a user