From 3916409b6e6c6813e6ccd6da556d7fa770db9ce9 Mon Sep 17 00:00:00 2001 From: guide Date: Tue, 9 Nov 2021 19:03:15 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=E7=BD=91=E7=AB=99=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 7ecf685a..2e1247a1 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -29,8 +29,14 @@ module.exports = config({ repo: "https://github.com/Snailclimb/JavaGuide", nav: [ { text: "Java面试指南", icon: "java", link: "/", }, - { text: "Java书单", icon: "book", link: "https://gitee.com/SnailClimb/awesome-cs", }, - { text: "Java学习路线", icon: "luxianchaxun", link: "https://zhuanlan.zhihu.com/p/379041500", }, + { + text: "Java精选", icon: "file", + items: [ + { text: "Java书单精选", icon: "book", link: "https://gitee.com/SnailClimb/awesome-cs" }, + { text: "Java学习路线", icon: "luxianchaxun", link: "https://zhuanlan.zhihu.com/p/379041500" }, + { text: "Java开源项目精选", icon: "luxianchaxun", link: "https://gitee.com/SnailClimb/awesome-java" } + ], + }, { text: "IDEA指南", icon: "intellijidea", link: "/idea-tutorial/", }, { text: "开发工具", icon: "Tools", link: "/tools/", }, {