docs: README
This commit is contained in:
parent
112bc735c5
commit
b04fb6bdb4
12
README.md
12
README.md
|
|
@ -1,11 +1,15 @@
|
||||||
|
---
|
||||||
|
title: ECNU·课栈
|
||||||
|
sidebar_position: 0
|
||||||
|
---
|
||||||
# ECNU·课栈
|
# ECNU·课栈
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
> 本项目起源于 [タクヤマ](https://github.com/takuyamafuru) 的 [ECNU_Crypt_Student_Manual](https://github.com/BetterECNU/ECNU_Crypt_Student_Manual) <br>
|
> 本项目起源于 [タクヤマ](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) <br>
|
> 由 [Eagle233](https://github.com/Eagle233Fake) 提出整合想法, 并建立第一版仓库 [ECNU-SharedCourses](https://github.com/BetterECNU/ECNU-SharedCourses)
|
||||||
> 经由 [KirisameVanilla](https://github.com/KirisameVanilla) 重构, 最终呈现为本仓库.
|
> 经由 [KirisameVanilla](https://github.com/KirisameVanilla) 重构, 最终呈现为本仓库.
|
||||||
|
|
||||||
## 项目简介
|
## 项目简介
|
||||||
|
|
@ -31,8 +35,8 @@
|
||||||
|
|
||||||
``` markdown
|
``` markdown
|
||||||
docs/
|
docs/
|
||||||
├── courses/ # 课程资料目录
|
├── undergraduate/ # 本科生课程资料目录
|
||||||
└── .vuepress/ # 项目配置
|
└── README.md # docs 路由中的置顶文档
|
||||||
```
|
```
|
||||||
|
|
||||||
## 联系我们
|
## 联系我们
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
title: ECNU·课栈
|
title: ECNU·课栈
|
||||||
sidebar_position: 0
|
sidebar_position: 0
|
||||||
---
|
---
|
||||||
|
# ECNU·课栈
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
@ -34,8 +35,8 @@ sidebar_position: 0
|
||||||
|
|
||||||
``` markdown
|
``` markdown
|
||||||
docs/
|
docs/
|
||||||
├── courses/ # 课程资料目录
|
├── undergraduate/ # 本科生课程资料目录
|
||||||
└── .vuepress/ # 项目配置
|
└── README.md # docs 路由中的置顶文档
|
||||||
```
|
```
|
||||||
|
|
||||||
## 联系我们
|
## 联系我们
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue