mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-25 11:28:13 +08:00
17 lines
296 B
TypeScript
17 lines
296 B
TypeScript
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',
|
|
],
|
|
},
|
|
],
|
|
})
|