Skip to content

Commit cb5ad69

Browse files
committed
[docs update]在线阅读网站首页&项目主页完善
1 parent 720e900 commit cb5ad69

File tree

11 files changed

+530
-237
lines changed

11 files changed

+530
-237
lines changed

README.md

+122-193
Large diffs are not rendered by default.

docs/.vuepress/navbar.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ export const navbarConfig = defineNavbarConfig([
1010
text: "网站相关",
1111
icon: "about",
1212
children: [
13-
{ text: "走近作者", icon: "zuozhe", link: "/about-the-author/" },
13+
{ text: "关于作者", icon: "zuozhe", link: "/about-the-author/" },
1414
{
15-
text: "网站历史",
16-
icon: "java",
17-
link: "/javaguide/history.md",
15+
text: "更新历史",
16+
icon: "history",
17+
link: "/timeline/",
1818
},
1919
{
2020
text: "旧版入口",

docs/.vuepress/public/iconfont/iconfont.css

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@font-face {
22
font-family: "iconfont"; /* Project id 2922463 */
3-
src: url('iconfont.woff2?t=1655098798936') format('woff2'),
4-
url('iconfont.woff?t=1655098798936') format('woff'),
5-
url('iconfont.ttf?t=1655098798936') format('truetype');
3+
src: url('iconfont.woff2?t=1660530571134') format('woff2'),
4+
url('iconfont.woff?t=1660530571134') format('woff'),
5+
url('iconfont.ttf?t=1660530571134') format('truetype');
66
}
77

88
.iconfont {
@@ -13,6 +13,10 @@
1313
-moz-osx-font-smoothing: grayscale;
1414
}
1515

16+
.icon-history:before {
17+
content: "\e752";
18+
}
19+
1620
.icon-experience:before {
1721
content: "\e72b";
1822
}
192 Bytes
Binary file not shown.
124 Bytes
Binary file not shown.
108 Bytes
Binary file not shown.

docs/about-the-author/readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ category: 走近作者
6161

6262
生活本就是有苦有甜。共勉!
6363

64+
![JavaGuide 官方公众号](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/gongzhonghaoxuanchuan.png)

docs/books/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 技术书籍精选
33
category: 计算机书籍
44
---
55

6-
精选优质计算机书籍,希望能够帮助到你
6+
精选优质计算机书籍。
77

88
开源的目的是为了大家能一起完善,如果你觉得内容有任何需要完善/补充的地方,欢迎大家在项目 [issues 区](https://github.com/CodingDocs/awesome-cs/issues) 推荐自己认可的技术书籍,让我们共同维护一个优质的技术书籍精选集!
99

@@ -12,7 +12,7 @@ category: 计算机书籍
1212

1313
如果内容对你有帮助的话,欢迎给本项目点个 Star。我会用我的业余时间持续完善这份书单,感谢!
1414

15-
另外,本项目推荐的大部分书籍的 PDF 版本我已经整理到了云盘里,你可以在公众号“**Github掘金计划**” 后台回复“**书籍**”获取到。
15+
本项目推荐的大部分书籍的 PDF 版本我已经整理到了云盘里,你可以在公众号“**Github掘金计划**” 后台回复“**书籍**”获取到。
1616

1717
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/booksimage-20220409153638398.png)
1818

docs/home.md

+361-20
Large diffs are not rendered by default.

docs/readme.md

+33-15
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,31 @@ footer: |-
1616
<a href="https://beian.miit.gov.cn/" target="_blank">鄂ICP备2020015769号-1</a> | 主题: <a href="https://vuepress-theme-hope.github.io/v2/" target="_blank">VuePress Theme Hope</a>
1717
---
1818

19-
## 网站概览
20-
21-
- [Java 面试指南](./home.md) :一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
22-
- [Java开源项目精选](./open-source-project/readme.md) :收集整理了 Gitee/Github 上非常棒的 Java 开源项目集合。Java 开发必备!
23-
- [Java技术文章精选](/high-quality-technical-articles/) : 精选一些和 Java 相关的优质技术文章,每一篇都值得你阅读 3 遍以上!
24-
- [Java书单精选](/books/) : Java 后端开发值得一读的一些书籍。
25-
- [走进作者](/about-the-author/) : 个人经历、闲聊杂谈。
26-
27-
## 必看专栏
28-
29-
- **[《Java 面试指北》](./zhuanlan/java-mian-shi-zhi-bei.md)** : 与 JavaGuide 开源版的内容互补!
30-
- **[《手写 RPC 框架》](./zhuanlan/handwritten-rpc-framework.md)** : 从零开始基于 Netty+Kyro+Zookeeper 实现一个简易的 RPC 框架。
31-
- **[《Java 必读源码系列》](./zhuanlan/source-code-reading.md)** :目前已经整理了 Dubbo 2.6.x 、Netty 4.x、SpringBoot 2.1 等框架/中间件的源码
19+
<div align="center">
20+
<p>
21+
<a href="https://javaguide.cn/"><img src="https://img.shields.io/badge/阅读-read-brightgreen.svg" alt="阅读" /></a>
22+
<img src="https://img.shields.io/github/stars/Snailclimb/JavaGuide" alt="stars" />
23+
<img src="https://img.shields.io/github/forks/Snailclimb/JavaGuide" alt="forks" />
24+
<img src="https://img.shields.io/github/issues/Snailclimb/JavaGuide" alt="issues" />
25+
</p>
26+
<p>
27+
<a href="https://github.com/Snailclimb/JavaGuide">Github</a> |
28+
<a href="https://gitee.com/SnailClimb/JavaGuide">Gitee</a>
29+
</p>
30+
</div>
31+
32+
## 关于网站
33+
34+
- [项目介绍](./javaguide/intro.md)
35+
- [网站历史](./javaguide/history.md)
36+
- [贡献指南](./javaguide/contribution-guideline.md)
37+
- [常见问题](./javaguide/faq.md)
38+
39+
## 关于作者
40+
41+
- [我曾经也是网瘾少年](./about-the-author/internet-addiction-teenager.md)
42+
- [害,毕业三年了!](./about-the-author/my-college-life.md)
43+
- [我的知识星球快 3 岁了!](./about-the-author/zhishixingqiu-two-years.md)
3244

3345
## PDF
3446

@@ -40,6 +52,12 @@ footer: |-
4052

4153
## 公众号
4254

43-
最新更新会第一时间同步在公众号,强烈推荐大家关注一波!另外,公众号上有很多干货不会同步在线阅读网站。
55+
最新更新会第一时间同步在公众号,推荐关注!另外,公众号上有很多干货不会同步在线阅读网站。
4456

45-
![我的公众号](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/books167598cd2e17b8ec.png)
57+
<div style="text-align:center">
58+
<p>
59+
<a href="https://www.yuque.com/./share/8a30ffb5-83f3-40f9-baf9-38de68b906dc">
60+
<img src="https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/gongzhonghaoxuanchuan.png" style="margin: 0 auto;" />
61+
</a>
62+
</p>
63+
</div>

media/pictures/weixin.jpeg

-17.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)