提交 3916409b 编写于 作者: G guide

[feat]网站首页更新

上级 dc453899
......@@ -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/", },
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册