forked from SagerNet/serenity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
115 lines (113 loc) · 2.95 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
site_name: serenity
site_author: nekohasekai
repo_url: https://github.com/SagerNet/serenity
repo_name: SagerNet/serenity
copyright: Copyright © 2022 nekohasekai
site_description: The configuration generator for sing-box.
remote_branch: docs
edit_uri: ""
theme:
name: material
logo: assets/icon.svg
favicon: assets/icon.svg
palette:
- scheme: default
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
# - navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.indexes
- navigation.expand
- navigation.sections
- header.autohide
- content.code.copy
- content.code.select
- content.code.annotate
icon:
admonition:
question: material/new-box
nav:
- Home:
- index.md
- Change Log: changelog.md
- Support: support.md
- Installation:
- Package Manager: installation/package-manager.md
- Docker: installation/docker.md
- Build from source: installation/build-from-source.md
- Configuration:
- configuration/index.md
- Subscription: configuration/subscription.md
- Template: configuration/template.md
- Profile: configuration/profile.md
- User: configuration/user.md
- Shared:
- RuleSet: configuration/shared/rule-set.md
markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.magiclink
- admonition
- attr_list
- md_in_html
- footnotes
- def_list
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/SagerNet/serenity
generator: false
plugins:
- search
- i18n:
docs_structure: suffix
fallback_to_default: true
languages:
- build: true
default: true
locale: en
name: English
- build: true
default: false
locale: zh
name: 简体中文
nav_translations:
Home: 开始
Change Log: 更新日志
Support: 支持
Installation: 安装
Package Manager: 包管理器
Build from source: 从源代码构建
Configuration: 配置
reconfigure_material: true
reconfigure_search: true