mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
[docs update] 开发工具部分添加 idea 项目链接
This commit is contained in:
parent
5c45af9c7a
commit
dcd509e29f
@ -17,6 +17,10 @@
|
||||
<img src="https://img.shields.io/github/forks/Snailclimb/JavaGuide" alt="forks" />
|
||||
<img src="https://img.shields.io/github/issues/Snailclimb/JavaGuide" alt="issues" />
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/Snailclimb/JavaGuide">Github</a> |
|
||||
<a href="https://gitee.com/SnailClimb/JavaGuide">Gitee</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
> 1. **面试专版** :准备面试的小伙伴可以考虑面试专版:[《Java 面试进阶指北 》](https://www.yuque.com/docs/share/f37fc804-bfe6-4b0d-b373-9c462188fec7) (质量很高,专为面试打造,配合 JavaGuide 食用)。
|
||||
|
@ -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" },
|
||||
|
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user