diff --git a/README.md b/README.md index 92e1e6a..3ca4cba 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ +--- +title: ECNU·课栈 +sidebar_position: 0 +--- # ECNU·课栈 ![GitHub repo size](https://img.shields.io/github/repo-size/BetterECNU/SharedCourses?style=for-the-badge) ![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/BetterECNU/SharedCourses?style=for-the-badge&link=https%3A%2F%2Fgithub.com%2FBetterECNU%2FSharedCourses%2Fissues) ![GitHub Repo stars](https://img.shields.io/github/stars/BetterECNU/SharedCourses?style=for-the-badge) -> 本项目起源于 [タクヤマ](https://github.com/takuyamafuru) 的 [ECNU_Crypt_Student_Manual](https://github.com/BetterECNU/ECNU_Crypt_Student_Manual)
-> 由 [Eagle233](https://github.com/Eagle233Fake) 提出整合想法, 并建立第一版仓库 [ECNU-SharedCourses](https://github.com/BetterECNU/ECNU-SharedCourses)
+> 本项目起源于 [タクヤマ](https://github.com/takuyamafuru) 的 [ECNU_Crypt_Student_Manual](https://github.com/BetterECNU/ECNU_Crypt_Student_Manual) +> 由 [Eagle233](https://github.com/Eagle233Fake) 提出整合想法, 并建立第一版仓库 [ECNU-SharedCourses](https://github.com/BetterECNU/ECNU-SharedCourses) > 经由 [KirisameVanilla](https://github.com/KirisameVanilla) 重构, 最终呈现为本仓库. ## 项目简介 @@ -31,8 +35,8 @@ ``` markdown docs/ -├── courses/ # 课程资料目录 -└── .vuepress/ # 项目配置 +├── undergraduate/ # 本科生课程资料目录 +└── README.md # docs 路由中的置顶文档 ``` ## 联系我们 diff --git a/docs/README.md b/docs/README.md index 2f03ba2..3ca4cba 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,7 @@ title: ECNU·课栈 sidebar_position: 0 --- +# ECNU·课栈 ![GitHub repo size](https://img.shields.io/github/repo-size/BetterECNU/SharedCourses?style=for-the-badge) ![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/BetterECNU/SharedCourses?style=for-the-badge&link=https%3A%2F%2Fgithub.com%2FBetterECNU%2FSharedCourses%2Fissues) @@ -34,8 +35,8 @@ sidebar_position: 0 ``` markdown docs/ -├── courses/ # 课程资料目录 -└── .vuepress/ # 项目配置 +├── undergraduate/ # 本科生课程资料目录 +└── README.md # docs 路由中的置顶文档 ``` ## 联系我们