Skip to content

Commit 6b9987f

Browse files
committed
[docs add]我的大学生活
1 parent 4fcf470 commit 6b9987f

File tree

4 files changed

+389
-2
lines changed

4 files changed

+389
-2
lines changed

docs/.vuepress/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = defineHopeConfig({
2828
{
2929
name: "keywords",
3030
content:
31-
"Java基础, 多线程, JVM, 虚拟机, 数据库, MySQL, Spring, Redis, MyBatis, 系统设计, 分布式, RPC, 高可用, 高并发, Java面试指北, Java 面试题",
31+
"Java基础, 多线程, JVM, 虚拟机, 数据库, MySQL, Spring, Redis, MyBatis, 系统设计, 分布式, RPC, 高可用, 高并发",
3232
},
3333
],
3434
["meta", { name: "apple-mobile-web-app-capable", content: "yes" }],

docs/.vuepress/sidebar.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export const sidebarConfig = defineSidebarConfig({
2828
collapsable: false,
2929
children: [
3030
"internet-addiction-teenager",
31+
"my-college-life",
3132
"javaguide-100k-star",
3233
"feelings-after-one-month-of-induction-training",
3334
"feelings-of-half-a-year-from-graduation-to-entry",

docs/about-the-author/javaguide-100k-star.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 1049天,100K Star!简单复盘
2+
title: JavaGuide 开源项目 100K Star 了!
33
category: 走近作者
44
tag:
55
- 个人经历

0 commit comments

Comments
 (0)