docs: readme
This commit is contained in:
parent
5b12f61468
commit
79383b0523
11
README.md
11
README.md
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
title: ECNU·课栈
|
||||
sidebar_position: 0
|
||||
---
|
||||
# ECNU·课栈
|
||||
|
||||

|
||||
|
|
@ -36,9 +32,16 @@ sidebar_position: 0
|
|||
``` markdown
|
||||
docs/
|
||||
├── undergraduate/ # 本科生课程资料目录
|
||||
├── postgraduate/ # 研究生课程资料目录
|
||||
└── README.md # docs 路由中的置顶文档
|
||||
```
|
||||
|
||||
**研究生资料来源于 [tianyilt/ecnu-PGCourseShare](https://github.com/tianyilt/ecnu-PGCourseShare), BetterECNU 团队仅是收录并且更改了索引文档以适用于 docusaurus 框架**
|
||||
|
||||
## 联系我们
|
||||
|
||||
如有问题或建议, 欢迎通过 [Issue(推荐)](https://github.com/BetterECNU/SharedCourses/issues) 或 [邮件](mailto:zy1834576129@outlook.com) 联系我们.
|
||||
|
||||
## 致谢
|
||||
|
||||
[tianyilt/ecnu-PGCourseShare](https://github.com/tianyilt/ecnu-PGCourseShare)
|
||||
|
|
|
|||
|
|
@ -40,6 +40,14 @@ docs/
|
|||
└── README.md # docs 路由中的置顶文档
|
||||
```
|
||||
|
||||
:::info
|
||||
研究生资料来源于 [tianyilt/ecnu-PGCourseShare](https://github.com/tianyilt/ecnu-PGCourseShare), BetterECNU 团队仅是收录并且更改了索引文档以适用于 docusaurus 框架
|
||||
:::
|
||||
|
||||
## 联系我们
|
||||
|
||||
如有问题或建议, 欢迎通过 [Issue(推荐)](https://github.com/BetterECNU/SharedCourses/issues) 或 [邮件](mailto:zy1834576129@outlook.com) 联系我们.
|
||||
|
||||
## 致谢
|
||||
|
||||
[tianyilt/ecnu-PGCourseShare](https://github.com/tianyilt/ecnu-PGCourseShare)
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@ const config = {
|
|||
items: [
|
||||
{to: '/docs/', label: '课栈', position: 'left'},
|
||||
{to: '/docs/category/本科生院', label: '本科生院', position: 'left'},
|
||||
{to: '/docs/category/研究生院', label: '研究生院', position: 'left'},
|
||||
{
|
||||
href: 'https://github.com/BetterECNU/SharedCourses',
|
||||
label: 'GitHub',
|
||||
|
|
@ -109,6 +110,10 @@ const config = {
|
|||
label: '本科生院',
|
||||
to: '/docs/category/本科生院',
|
||||
},
|
||||
{
|
||||
label: '研究生院',
|
||||
to: '/docs/category/研究生院',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue