yidocs v3.2.18 发布,修复侧边栏菜单排序错误的问题
yidocs(易文档) 基于 vitepress 深度定制的文档项目模板。 更新日志 修复左侧菜单栏排序错乱问题 效果 请直接访问 https://yicode.tech 查看效果。 下载 下载 yidocs 的教程,请访问以下链接: yidocs 下载方法 为什么使用 yidocs ? yidocs 开箱即用,并且无需手动配置 侧边栏 和 导航栏。 如果我们使用 vitepress ,需要的配置如下: export default { themeConfig: { sidebar: { '/guide/': [ { text: 'Guide', items: [ { text: 'Index', link: '/guide/' }, { text: 'One', link: '/guide/one' }, { text: 'Two', link: '/guide/two' } ] } ], '/config/': [ { text: 'Config', items: [ { text: 'Index', link: '/config/' },...