diff --git a/docs/.vuepress/navbar.ts b/docs/.vuepress/navbar.ts index f1958f80..ec7a6157 100644 --- a/docs/.vuepress/navbar.ts +++ b/docs/.vuepress/navbar.ts @@ -11,6 +11,11 @@ export const navbarConfig = defineNavbarConfig([ icon: "about", children: [ { text: "走近作者", icon: "zuozhe", link: "/about-the-author/" }, + { + text: "网站历史", + icon: "java", + link: "/javaguide/history.md", + }, { text: "旧版入口", icon: "java", diff --git a/docs/.vuepress/sidebar.ts b/docs/.vuepress/sidebar.ts index 8b5be84f..217dc12d 100644 --- a/docs/.vuepress/sidebar.ts +++ b/docs/.vuepress/sidebar.ts @@ -2,7 +2,7 @@ import { defineSidebarConfig } from "vuepress-theme-hope"; export const sidebarConfig = defineSidebarConfig({ // 应该把更精确的路径放置在前边 - "/javaguide/": ["intro", "contribution-guideline", "faq", "todo"], + "/javaguide/": ["intro", "history", "contribution-guideline", "faq", "todo"], "/zhuanlan/": ["java-mian-shi-zhi-bei", "handwritten-rpc-framework"], "/open-source-project/": [ "tutorial", diff --git a/docs/about-the-author/my-college-life.md b/docs/about-the-author/my-college-life.md index 53d0b601..8555ea07 100644 --- a/docs/about-the-author/my-college-life.md +++ b/docs/about-the-author/my-college-life.md @@ -1,6 +1,7 @@ --- title: 害,毕业三年了! category: 走近作者 +star: 1 tag: - 个人经历 --- diff --git a/docs/about-the-author/zhishixingqiu-two-years.md b/docs/about-the-author/zhishixingqiu-two-years.md index fd91cac8..8c40b0ed 100644 --- a/docs/about-the-author/zhishixingqiu-two-years.md +++ b/docs/about-the-author/zhishixingqiu-two-years.md @@ -1,6 +1,7 @@ --- title: 我的知识星球运营两年多了! category: 知识星球 +star: 2 --- 时间过的真快,知识星球我已经运营了有 2 年多了! diff --git a/docs/javaguide/contribution-guideline.md b/docs/javaguide/contribution-guideline.md index c26ad837..925515b2 100644 --- a/docs/javaguide/contribution-guideline.md +++ b/docs/javaguide/contribution-guideline.md @@ -1,5 +1,5 @@ --- -title: 项目贡献指南 +title: 贡献指南 category: 走近项目 --- diff --git a/docs/javaguide/history.md b/docs/javaguide/history.md new file mode 100644 index 00000000..27c181c5 --- /dev/null +++ b/docs/javaguide/history.md @@ -0,0 +1,21 @@ +--- +title: 网站历史 +category: 走近项目 +--- + +由于项目内容一直持续在更新迭代,所以,这里就不记录项目内容的具体更新情况了。 + +你可以通过 [RSS 订阅](https://javaguide.cn/feed.json)获取网站的最新更新,你还可以通过 [https://javaguide.cn/article/](https://javaguide.cn/article/)获取到网站最新更新的文章。 + +![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguideimage-20220614172338606.png) + +这里只记录一些比较重要的一些节点: + +- [2022-06-13](https://github.com/Snailclimb/JavaGuide/commit/83efb36fb56d197f2c4b471084b884c6a4f23e37):完善网站排版以及样式。 +- [2022-04-09](https://github.com/Snailclimb/JavaGuide/commit/618477f96c4a976cfe5a3bba2f646c0d20e3137e):添加[技术书籍精选](https://javaguide.cn/books/)。 +- [2021-03-13](https://github.com/Snailclimb/JavaGuide/commit/5c45af9c7a7cff0d3bc905b09b3bc42f2ee8a88a) :添加[开源项目精选](https://javaguide.cn/open-source-project/)。 +- [2021-03-03](https://github.com/Snailclimb/JavaGuide/commit/827996e7722fd51718863d4bee156a8c6c759ff5) : 移除了开发工具的部分内容。 +- [2021-03-03](https://github.com/Snailclimb/JavaGuide/commit/5a5f8ccb3bfb8d6ba8ac41295f1a1e4555395260) : vuepress-theme-hope 主题更新升级(比较重要的一次主题更新,从 1.x 版本升级到 2.x 版本,网站性能提升)。 +- [2021-11-09](https://github.com/Snailclimb/JavaGuide/commit/dc45389934b7763f4f9789168f71c72ef303d3c4) : 基于 vuepress 重构整个项目,提升阅读体验。 + + diff --git a/docs/zhuanlan/java-mian-shi-zhi-bei.md b/docs/zhuanlan/java-mian-shi-zhi-bei.md index e9c99c80..a68fdba3 100644 --- a/docs/zhuanlan/java-mian-shi-zhi-bei.md +++ b/docs/zhuanlan/java-mian-shi-zhi-bei.md @@ -1,6 +1,7 @@ --- title: 《Java 面试指北》 category: 知识星球 +star: 5 --- 你好,我是 Guide。