-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (40 loc) · 1.18 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: 浙江大学23年计算机体系结构实验
site_url: https://zju-arch.pages.zjusct.io/arch-fa23
site_dir: public # 设置 site_dir 配合 gitlab CI
repo_url: https://git.zju.edu.cn/zju-arch/arch-fa23
repo_name: zju-arch/arch-fa23
theme:
name: material
features:
- navigation.expand
- navigation.top
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
nav:
- 实验指导一: lab1.md
- 实验指导二: lab2.md
- 实验指导三: lab3.md
- 实验指导四: lab4.md
- 实验指导五: lab5.md
- NEXYS_A7 调试说明: NEXYS_A7调试说明.md
- 常见问题及解答: faq.md
markdown_extensions:
- attr_list
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg