Skip to content

Commit 0b16de4

Browse files
committed
[docs add]添加网站历史
1 parent 896b48d commit 0b16de4

File tree

7 files changed

+31
-2
lines changed

7 files changed

+31
-2
lines changed

docs/.vuepress/navbar.ts

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ export const navbarConfig = defineNavbarConfig([
1111
icon: "about",
1212
children: [
1313
{ text: "走近作者", icon: "zuozhe", link: "/about-the-author/" },
14+
{
15+
text: "网站历史",
16+
icon: "java",
17+
link: "/javaguide/history.md",
18+
},
1419
{
1520
text: "旧版入口",
1621
icon: "java",

docs/.vuepress/sidebar.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineSidebarConfig } from "vuepress-theme-hope";
22

33
export const sidebarConfig = defineSidebarConfig({
44
// 应该把更精确的路径放置在前边
5-
"/javaguide/": ["intro", "contribution-guideline", "faq", "todo"],
5+
"/javaguide/": ["intro", "history", "contribution-guideline", "faq", "todo"],
66
"/zhuanlan/": ["java-mian-shi-zhi-bei", "handwritten-rpc-framework"],
77
"/open-source-project/": [
88
"tutorial",

docs/about-the-author/my-college-life.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 害,毕业三年了!
33
category: 走近作者
4+
star: 1
45
tag:
56
- 个人经历
67
---

docs/about-the-author/zhishixingqiu-two-years.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 我的知识星球运营两年多了!
33
category: 知识星球
4+
star: 2
45
---
56

67
时间过的真快,知识星球我已经运营了有 2 年多了!

docs/javaguide/contribution-guideline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 项目贡献指南
2+
title: 贡献指南
33
category: 走近项目
44
---
55

docs/javaguide/history.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: 网站历史
3+
category: 走近项目
4+
---
5+
6+
由于项目内容一直持续在更新迭代,所以,这里就不记录项目内容的具体更新情况了。
7+
8+
你可以通过 [RSS 订阅](https://javaguide.cn/feed.json)获取网站的最新更新,你还可以通过 [https://javaguide.cn/article/](https://javaguide.cn/article/)获取到网站最新更新的文章。
9+
10+
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguideimage-20220614172338606.png)
11+
12+
这里只记录一些比较重要的一些节点:
13+
14+
- [2022-06-13](https://github.com/Snailclimb/JavaGuide/commit/83efb36fb56d197f2c4b471084b884c6a4f23e37):完善网站排版以及样式。
15+
- [2022-04-09](https://github.com/Snailclimb/JavaGuide/commit/618477f96c4a976cfe5a3bba2f646c0d20e3137e):添加[技术书籍精选](https://javaguide.cn/books/)
16+
- [2021-03-13](https://github.com/Snailclimb/JavaGuide/commit/5c45af9c7a7cff0d3bc905b09b3bc42f2ee8a88a) :添加[开源项目精选](https://javaguide.cn/open-source-project/)
17+
- [2021-03-03](https://github.com/Snailclimb/JavaGuide/commit/827996e7722fd51718863d4bee156a8c6c759ff5) : 移除了开发工具的部分内容。
18+
- [2021-03-03](https://github.com/Snailclimb/JavaGuide/commit/5a5f8ccb3bfb8d6ba8ac41295f1a1e4555395260) : vuepress-theme-hope 主题更新升级(比较重要的一次主题更新,从 1.x 版本升级到 2.x 版本,网站性能提升)。
19+
- [2021-11-09](https://github.com/Snailclimb/JavaGuide/commit/dc45389934b7763f4f9789168f71c72ef303d3c4) : 基于 vuepress 重构整个项目,提升阅读体验。
20+
21+

docs/zhuanlan/java-mian-shi-zhi-bei.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 《Java 面试指北》
33
category: 知识星球
4+
star: 5
45
---
56

67
你好,我是 Guide。

0 commit comments

Comments
 (0)