Skip to content

Commit 3916409

Browse files
committed
[feat]网站首页更新
1 parent dc45389 commit 3916409

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/.vuepress/config.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,14 @@ module.exports = config({
2929
repo: "https://github.com/Snailclimb/JavaGuide",
3030
nav: [
3131
{ text: "Java面试指南", icon: "java", link: "/", },
32-
{ text: "Java书单", icon: "book", link: "https://gitee.com/SnailClimb/awesome-cs", },
33-
{ text: "Java学习路线", icon: "luxianchaxun", link: "https://zhuanlan.zhihu.com/p/379041500", },
32+
{
33+
text: "Java精选", icon: "file",
34+
items: [
35+
{ text: "Java书单精选", icon: "book", link: "https://gitee.com/SnailClimb/awesome-cs" },
36+
{ text: "Java学习路线", icon: "luxianchaxun", link: "https://zhuanlan.zhihu.com/p/379041500" },
37+
{ text: "Java开源项目精选", icon: "luxianchaxun", link: "https://gitee.com/SnailClimb/awesome-java" }
38+
],
39+
},
3440
{ text: "IDEA指南", icon: "intellijidea", link: "/idea-tutorial/", },
3541
{ text: "开发工具", icon: "Tools", link: "/tools/", },
3642
{

0 commit comments

Comments
 (0)