docs: readme

This commit is contained in:
KirisameVanilla 2025-09-12 14:47:04 +08:00
parent 5b12f61468
commit 79383b0523
No known key found for this signature in database
GPG Key ID: A68EE6C617D68238
3 changed files with 20 additions and 4 deletions

View File

@ -1,7 +1,3 @@
---
title: ECNU·课栈
sidebar_position: 0
---
# ECNU·课栈 # ECNU·课栈
![GitHub repo size](https://img.shields.io/github/repo-size/BetterECNU/SharedCourses?style=for-the-badge) ![GitHub repo size](https://img.shields.io/github/repo-size/BetterECNU/SharedCourses?style=for-the-badge)
@ -36,9 +32,16 @@ sidebar_position: 0
``` markdown ``` markdown
docs/ docs/
├── undergraduate/ # 本科生课程资料目录 ├── undergraduate/ # 本科生课程资料目录
├── postgraduate/ # 研究生课程资料目录
└── README.md # docs 路由中的置顶文档 └── 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) 联系我们. 如有问题或建议, 欢迎通过 [Issue(推荐)](https://github.com/BetterECNU/SharedCourses/issues) 或 [邮件](mailto:zy1834576129@outlook.com) 联系我们.
## 致谢
[tianyilt/ecnu-PGCourseShare](https://github.com/tianyilt/ecnu-PGCourseShare)

View File

@ -40,6 +40,14 @@ docs/
└── README.md # 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) 联系我们. 如有问题或建议, 欢迎通过 [Issue(推荐)](https://github.com/BetterECNU/SharedCourses/issues) 或 [邮件](mailto:zy1834576129@outlook.com) 联系我们.
## 致谢
[tianyilt/ecnu-PGCourseShare](https://github.com/tianyilt/ecnu-PGCourseShare)

View File

@ -89,6 +89,7 @@ const config = {
items: [ items: [
{to: '/docs/', label: '课栈', position: 'left'}, {to: '/docs/', label: '课栈', position: 'left'},
{to: '/docs/category/本科生院', label: '本科生院', position: 'left'}, {to: '/docs/category/本科生院', label: '本科生院', position: 'left'},
{to: '/docs/category/研究生院', label: '研究生院', position: 'left'},
{ {
href: 'https://github.com/BetterECNU/SharedCourses', href: 'https://github.com/BetterECNU/SharedCourses',
label: 'GitHub', label: 'GitHub',
@ -109,6 +110,10 @@ const config = {
label: '本科生院', label: '本科生院',
to: '/docs/category/本科生院', to: '/docs/category/本科生院',
}, },
{
label: '研究生院',
to: '/docs/category/研究生院',
},
], ],
}, },
{ {