From dcd509e29fd2f0c1f4e24922aa6ed37933e1d93f Mon Sep 17 00:00:00 2001
From: guide
Date: Mon, 14 Mar 2022 17:31:28 +0800
Subject: [PATCH] =?UTF-8?q?[docs=20update]=20=E5=BC=80=E5=8F=91=E5=B7=A5?=
=?UTF-8?q?=E5=85=B7=E9=83=A8=E5=88=86=E6=B7=BB=E5=8A=A0=20idea=20?=
=?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=93=BE=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 4 ++++
docs/.vuepress/navbar.ts | 2 +-
docs/.vuepress/sidebar.ts | 5 +++++
docs/readme.md | 4 ++--
4 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 33564b82..a70da835 100755
--- a/README.md
+++ b/README.md
@@ -17,6 +17,10 @@
+
+ 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