forked from wuhan-support/wuhan.support
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
103 lines (93 loc) · 2.2 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
site_name: wuhan.support
site_url: https://wuhan.support
site_author: Chinese
site_description: 驰援一线 传递温暖
copyright: Open source under GNU GPL v3.0
repo_name: 'wuhan-support'
repo_url: https://github.com/wuhan-support/wuhan.support
nav:
- wuhan.support: index.md
- 信息组:
- 信息组: information.md
- 技术组:
- 技术组: technology.md
- 开发团队: technology/develop.md
- 机器人团队: technology/robot.md
- 检索团队: technology/search.md
- 支持团队: technology/support.md
- 宣传组:
- 宣传组: propaganda.md
- 产品组:
- 产品组: product.md
- 用户体验团队: product/ux.md
- 生科组:
- 生科组: biology.md
- 人力组:
- 人力组: human_resource.md
- 预防:
- 预防: protection/index.md
- 标准:
- 数据标准: standard/data.md
- 最终用户许可协议: eula.md
- 隐私声明: privacy.md
- feiyan.help: https://feiyan.help
theme:
name: material
language: 'zh'
palette:
primary: 'red'
accent: 'deep orange'
logo: 'images/logo.png'
feature:
tabs: true
font:
text: 'Noto Sans'
code: 'Cascadia Code'
extra:
manifest: 'manifest.webmanifest'
social:
- type: 'github'
link: 'https://github.com/wuhan-support/'
disqus: 'wuhan-support'
extra_css:
- css/css.css
#- css/extra.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
google_analytics:
- 'UA-104387513-2'
- 'auto'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
use_pygments: True
noclasses: True
pygments_style: monokai
- def_list
- footnotes
- mdx_math
- meta
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: "#"
plugins:
- search
- awesome-pages
# - git-committers