window.$docsify = { pagination: { previousText: '上一篇', nextText: '下一篇', crossChapter: true, crossChapterText: true, }, } 更多插件可以见https://docsify.js.org/#/awesome?id=plugins以下是我自己使用的插件Social Share分享插件经过测试,
{docsify-ignore-all}和{docsify-ignore}在正文中都不会显示 自定义导航栏 写法一: 在index.html中新增: EN中文 所有路径都必须用#/来书写 写法二: 在根目录新增_navbar.md文件: 写法同_sidebar.md *[En](/)*[chinese](/zh-cn/) 你也可以按照...