From 9dc89f8581af67e4ade54a3b4dde6f95fb0cccdf Mon Sep 17 00:00:00 2001 From: Dragon <1826692270@qq.com> Date: Tue, 13 Apr 2021 23:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _navbar.md | 5 +++++ index.html | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 _navbar.md diff --git a/_navbar.md b/_navbar.md new file mode 100644 index 0000000..8e6c69e --- /dev/null +++ b/_navbar.md @@ -0,0 +1,5 @@ +- [首页](https://youthlql.gitee.io/javayouth/#/?id=%e7%9b%ae%e5%bd%95) + +- 平台 + - [博客](https://imlql.cn/) + - [CSDN](https://blog.csdn.net/Youth_lql) \ No newline at end of file diff --git a/index.html b/index.html index 5ea27bb..1300724 100644 --- a/index.html +++ b/index.html @@ -22,16 +22,17 @@ window.$docsify = { name: 'JavaYouth', repo: 'https://github.com/youthlql/JavaYouth', - maxLevel: 4,//最大支持渲染的标题层级 + maxLevel: 5,//最大支持渲染的标题层级 coverpage: true, auto2top: true,//切换页面后是否自动跳转到页面顶部 + loadNavbar: true,//导航栏 search: { //maxAge: 86400000, // 过期时间,单位毫秒,默认一天 paths: 'auto', placeholder: '搜索', noData: '找不到结果', // 搜索标题的最大程级, 1 - 6 - depth: 3, + depth: 4, }, // 字数统计 count: {