-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
41 lines (40 loc) · 1.05 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
site_name: 'CCNU_RUN'
site_author: muxistudio
site_description: '华中师范大学飞跃手册'
site_url: https://muxi-studio.github.io/ccnu-run/
nav:
- 首页: index.md
- 关于: about.md
- 贡献指南: contribute-guide.md
- 转专业:
- change-major/README.md
- 研究生:
- post-graduate/README.md
- 就业:
- towork/README.md
repo_name: Muxi-Studio/ccnu-run
repo_url: https://github.com/Muxi-Studio/ccnu-run
edit_uri: edit/main/docs/
theme:
icon:
edit: material/pencil-box-multiple-outline
view: material/file-eye-outline
repo: fontawesome/brands/github
name: material
language: zh
palette:
primary: white
accent: blue
custom_dir: overrides
features:
- navigation.path
- navigation.tabs
- navigation.indexes
- navigation.tabs.sticky
- navigation.tracking
- toc.follow
- content.action.edit
- content.action.view
- navigation.footer
- navigation.path
- navigation.top