pengzhanbo 1bf2c82d01 fix: 优化皮肤主题交互
1. 修复caniuse插件在hash更新时重新渲染的问题;
2. 优化皮肤主题样式;
3.修复归档排序问题
2022-05-14 20:31:54 +08:00

48 lines
1.1 KiB
TypeScript

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