diff --git a/README.md b/README.md index 33564b82..a70da835 100755 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ forks issues

+

+ Github | + Gitee +

> 1. **面试专版** :准备面试的小伙伴可以考虑面试专版:[《Java 面试进阶指北 》](https://www.yuque.com/docs/share/f37fc804-bfe6-4b0d-b373-9c462188fec7) (质量很高,专为面试打造,配合 JavaGuide 食用)。 diff --git a/docs/.vuepress/navbar.ts b/docs/.vuepress/navbar.ts index 16914564..6077ad03 100644 --- a/docs/.vuepress/navbar.ts +++ b/docs/.vuepress/navbar.ts @@ -3,7 +3,7 @@ import { defineNavbarConfig } from "vuepress-theme-hope"; export const navbarConfig = defineNavbarConfig([ { text: "面试指南", icon: "java", link: "/home.md" }, { text: "优质专栏", icon: "recommend", link: "/zhuanlan/" }, - { text: "开源项目精选", icon: "github", link: "/open-source-project/" }, + { text: "项目精选", icon: "github", link: "/open-source-project/" }, { text: "关于作者", icon: "zuozhe", link: "/about-the-author/" }, { text: "RSS订阅", icon: "rss", link: "https://javaguide.cn/feed.json" }, diff --git a/docs/.vuepress/sidebar.ts b/docs/.vuepress/sidebar.ts index ac070979..0d84850e 100644 --- a/docs/.vuepress/sidebar.ts +++ b/docs/.vuepress/sidebar.ts @@ -320,6 +320,11 @@ export const sidebarConfig = defineSidebarConfig({ collapsable: true, children: ["docker-intro", "docker-in-action"], }, + { + text: "IDEA", + icon:"intellijidea", + link: "https://gitee.com/SnailClimb/awesome-idea-tutorial", + }, ], }, { diff --git a/docs/readme.md b/docs/readme.md index bc64e33f..87f2061a 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -22,8 +22,8 @@ actions: ## 推荐阅读 - [Java学习路线](https://zhuanlan.zhihu.com/p/379041500) : 一份涵盖 Java 后端开发必备技能的学习路线!全面且清晰! -- [Java开源项目精选](https://gitee.com/SnailClimb/awesome-java) :收集整理了 Gitee/Github 上非常棒的 Java 开源项目集合。Java 开发必备! -- [Java技术文章精选集](/high-quality-technical-articles/) : 精选一些和 Java 相关的优质技术文章,每一篇都值得你阅读 3 遍以上! +- [Java开源项目精选](./open-source-project/readme.md) :收集整理了 Gitee/Github 上非常棒的 Java 开源项目集合。Java 开发必备! +- [Java技术文章精选](/high-quality-technical-articles/) : 精选一些和 Java 相关的优质技术文章,每一篇都值得你阅读 3 遍以上! - [Java书单精选](https://gitee.com/SnailClimb/awesome-cs) : Java 后端开发值得一读的一些书籍。 ## PDF