forked from thu-cs-lab/TCP-Lab-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
73 lines (65 loc) · 1.7 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
site_name: TCP 实验文档
site_description: 'Documentation for Labs of Network Training'
site_author: 'TCP Lab Developers'
copyright: 'Copyright © 2021-2022 Department of Computer Science and Technology, Tsinghua University. All Rights Reserved.'
theme:
name: 'material'
language: 'zh'
custom_dir: 'theme-override/'
icon:
logo: material/memory
repo: fontawesome/brands/github
features:
# - navigation.tabs
# - navigation.instant
repo_name: 'thu-cs-lab/TCP-Lab-Docs'
repo_url: 'https://github.com/thu-cs-lab/TCP-Lab-Docs'
extra:
pagetime: 'on'
nav:
- 计算机网络专题训练 TCP 实验:
- 总述: index.md
- 实验要求: requirement.md
- 配置环境: setup.md
- 实验框架: framework.md
- lwIP 库: lwip.md
- 作业提交: submission.md
- FAQ: faq.md
extra_javascript:
- 'https://cdn.jsdelivr.net/npm/[email protected]/MathJax.js?config=TeX-MML-AM_CHTML'
plugins:
- search
- git-revision-date-localized:
fallback_to_build_date: true
locale: zh
- git-authors:
show_contribution: true
show_line_count: true
count_empty_lines: true
fallback_to_empty: false
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- footnotes
- def_list
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde