-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
129 lines (121 loc) · 3.95 KB
/
mkdocs.yml
File metadata and controls
129 lines (121 loc) · 3.95 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
site_name: Router Lab 实验文档
site_description: 'Documentation for Router Lab'
site_author: 'Router Lab Developers'
site_url: https://lab.cs.tsinghua.edu.cn/router/doc/
copyright: 'Copyright © 2019-2023 Department of Computer Science and Technology, Tsinghua University. All Rights Reserved.'
theme:
name: 'material'
language: 'zh'
custom_dir: 'theme-override/'
icon:
logo: material/router
repo: fontawesome/brands/github
features:
# - navigation.tabs
# - navigation.instant
repo_name: 'thu-cs-lab/Router-Lab-Docs'
repo_url: 'https://github.com/thu-cs-lab/Router-Lab-Docs'
extra:
pagetime: 'on'
nav:
- 《计算机网络原理》实验总述: index.md
- 软件实验:
- 实验总述: software/index.md
- 课程要求: software/requirement.md
- 准备工作: software/preparation.md
- 理论复习: software/theory.md
- 开始实验: software/begin.md
- 寻求帮助: software/help.md
- 调试思路: software/debug.md
- 第一阶段:编程作业: software/first_stage.md
- 第二阶段:真机实验:
- 总述: software/second_stage.md
- OSPF:
- 总述: software/second_stage/ospf_overview.md
- 评测: software/second_stage/ospf_evaluation.md
- 调试: software/second_stage/ospf_debug.md
- 附录:名词解释: software/second_stage/ospf_glossary.md
- 附录:RFC 索引: software/second_stage/ospf_rfc.md
- RIPng:
- 总述: software/second_stage/ripng_overview.md
- 评测: software/second_stage/ripng_evaluation.md
- 调试: software/second_stage/ripng_debug.md
# - DHCPv6:
# - 总述: software/second_stage/dhcpv6_overview.md
# - 评测: software/second_stage/dhcpv6_evaluation.md
# - 调试: software/second_stage/dhcpv6_debug.md
# - TFTP:
# - 总述: software/second_stage/tftp_overview.md
# - 评测: software/second_stage/tftp_evaluation.md
# - 调试: software/second_stage/tftp_debug.md
# - 第三阶段:组网实验: software/third_stage.md
- 抄袭查重: software/plagiarism.md
- 框架使用: software/framework.md
- FAQ: software/faq.md
- 维基百科: software/wikipedia.md
- P4 交换机实验:
- 实验总述: p4/index.md
- 第一阶段:
- 数据平面: p4/data_plane.md
- 控制平面: p4/control_plane.md
- 第二阶段:
- Tofino 交换机: p4/tofino_data_plane.md
- 交换机转发实验: p4/tofino_lab.md
- 硬件路由器实验【停开】:
- 总述: joint/index.md
- 开始实验: joint/basics.md
- 邻居发现协议与邻居缓存: joint/nd.md
- 转发表: joint/forwardingtable.md
- 转发引擎: joint/datapath.md
- 软硬件接口: joint/interface.md
- 实验评测: joint/eval.md
- 附录:RFC 索引: joint/rfc.md
- 附录:
- ip 命令: appendix/ip.md
- make 命令: appendix/make.md
- 名词解释: appendix/glossary.md
- 网络拓扑搭建: appendix/topology.md
extra_javascript:
- javascripts/mathjax.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
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:
generic: true
- 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
extra:
analytics:
provider: google
property: G-69YPS2LP7R