Skip to content

Commit

Permalink
[feat]网站首页更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Nov 9, 2021
1 parent dc45389 commit 3916409
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/", },
{
Expand Down

0 comments on commit 3916409

Please sign in to comment.