2023-02-10 16:39:34 +08:00

50 lines
1.1 KiB
TypeScript

import { definePlumeNotesConfig } from '@vuepress-plume/vuepress-theme-plume'
export default definePlumeNotesConfig({
dir: 'notes',
link: '/note',
notes: [
{
text: '',
dir: 'vuepress-theme-plume',
link: '/vuepress-theme-plume/',
sidebar: [
'',
{
text: '指南',
items: ['快速开始', '编写文章'],
},
{
text: '配置',
items: [
{
text: '主题配置',
link: '主题配置',
items: ['主题插件配置', 'notes配置'],
},
'页面配置',
],
},
{
text: '功能',
items: ['基础功能', 'markdown增强'],
},
],
},
{
dir: 'vuepress-plugin',
text: '',
link: '/vuepress-plugin/',
sidebar: [
'caniuse/README',
{
dir: 'netlify-functions',
text: 'plugin-netlify-functions',
link: 'netlify-functions',
items: ['', '介绍', '使用', '功能', 'API', 'functions开发指南'],
},
],
},
],
})