-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
155 lines (147 loc) · 4.72 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
site_name: "Vlab 维护文档"
site_description: "Vlab 维护文档"
site_author: 'iBug'
site_url: 'https://vlab.ibugone.com'
# Repository
repo_name: 'USTC-vlab/maint-docs'
repo_url: 'https://github.com/USTC-vlab/maint-docs'
# Copyright
copyright: 'Copyright © 2019-2021 iBug, USTCLUG and USTC Vlab'
# Configuration
theme:
name: 'material'
language: 'zh'
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: blue
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: light blue
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
icon:
logo: octicons/server-16
repo: octicons/mark-github-16
features:
- content.action.edit
- content.action.view
- content.code.copy
- content.tooltips
- navigation.instant
- navigation.top
- navigation.sections
plugins:
- search
- git-revision-date-localized:
fallback_to_build_date: true
# Customization
extra:
social:
- icon: octicons/globe-16
link: 'https://vlab.ustc.edu.cn/'
- icon: octicons/mark-github-16
link: 'https://github.com/USTC-vlab'
extra_css:
- /assets/css/extra.css
markdown_extensions:
- admonition
- attr_list
- footnotes
- markdown.extensions.def_list
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets:
base_path: [docs/assets/]
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde:
subscript: false
- toc:
permalink: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
nav:
- 首页: index.md
- 概览: overview.md
- 备份: backup/index.md
- SSH 证书认证: ssh-ca.md
- 网络:
- 网络界面: networking/index.md
- 主机网卡: networking/host.md
- 容器内网: networking/intranet.md
- 防火墙: networking/firewall.md
- IP 地址列表: networking/ips.md
- 服务器:
- Proxmox VE 主机: servers/pve.md
- 网关 (CT 100): servers/ct100.md
- Web 服务器 (CT 101): servers/ct101.md
- 用户界面:
- VNC 统一登录: ui/vncmux.md
- RDP 统一登录: ui/rdpproxy.md
- Vlab 实验软件:
- 配置: vlab-software/index.md
- 软件安装: vlab-software/installation.md
- 相关记录: vlab-software/misc.md
- KVM 虚拟机:
- cloud-init 配置: kvm/cloud-init.md
- VirtIO FS 配置: kvm/virtiofsd.md
- 测试环境:
- 简介: testing/index.md
- Vlab VPN: testing/devvpn.md
- 工作流程:
- 配置新主机: workflow/new-host.md
- 打包容器镜像: workflow/pack-ct-image.md
- 打包虚拟机镜像: workflow/pack-vm-image.md
- 打包 Windows 镜像: workflow/pack-windows-image.md
- 杂项: workflow/miscellaneous.md
- 其他资料:
- 参考资料:
- desktop 桌面图标文件: references/desktop.md
- 统一身份认证: references/ustccas.md
- Proxmox ID 分配表: references/pve-ids.md
- 踩坑记录: traps.md
- 更新历史: changelog.md
- 工作总结:
- 2024 年 10 月 2 日: records/2024-10-02.md
- 2024 年 10 月 1 日: records/2024-10-01.md
- 2023 年 12 月 13 日: records/2023-12-13.md
- 2023 年 11 月 18 日: records/2023-11-18.md
- 2023 年 10 月 1 日: records/2023-10-01.md
- 2023 年 8 月 6 日: records/2023-08-06.md
- 2023 年 3 月 5 日: records/2023-03-05.md
- 2023 年 2 月 17 日: records/2023-02-17.md
- 2023 年 1 月 28 日: records/2023-01-28.md
- 2022 年 11 月 21 日: records/2022-11-21.md
- 2022 年 9 月 20 日: records/2022-09-20.md
- 2022 年 6 月 16 日: records/2022-06-16.md
- 2022 年 1 月 26 日: records/2022-01-26.md
- 2021 年 12 月 20 日: records/2021-12-20.md
- 2021 年 10 月 31 日: records/2021-10-31.md
- 2021 年 9 月 20 日: records/2021-09-20.md
- 2021 年 8 月 28 日: records/2021-08-28.md
- 2021 年 8 月 21 日: records/2021-08-21.md
- 2021 年 6 月 13 日: records/2021-06-13.md
- 2021 年 3 月 18 日: records/2021-03-18.md
- 2020 年 8 月 1 日: records/2020-08-01.md
- 2020 年 3 月 31 日: records/2020-03-31.md
- 历史版本: history/gen1.md