-
Notifications
You must be signed in to change notification settings - Fork 189
/
mkdocs.yml
228 lines (197 loc) · 5.35 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
site_name: Hiddify
site_author: Hiddify.com
site_url: 'https://hiddify.com/'
repo_url: https://github.com/hiddify/Hiddify-Next
repo_name: hiddify/Hiddify-Next
copyright: Copyright © 2024 Hiddify
site_description: The proxy manager platform.
remote_branch: docs
edit_uri: https://github.com/hiddify/hiddify.com/edit/main/docs/
watch:
- includes
- overrides
theme:
name: material
logo: assets/hiddify-logo.svg
favicon: assets/ic_hiddify.png
custom_dir: overrides
font:
text: Vazirmatn
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
# - navigation.instant.preview
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
# - navigation.indexes #for overview of section page
- navigation.expand
- navigation.path
- toc.follow
# - toc.integrate # maybe disable
- navigation.top
# - header.autohide
- content.code.copy
- content.code.select
- content.code.annotate
- content.action.edit
- search.suggest
- search.share
- search.highlight
- announce.dismiss
- navigation.footer
- content.tooltips
icon:
# admonition:
# question: material/new-box
edit: material/pencil
view: material/eye
markdown_extensions:
- abbr
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- 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
line_spans: __span
pygments_lang_class: 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
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
homepage: https://hiddify.com
social:
- icon: fontawesome/brands/github
link: https://github.com/hiddify/hiddify-manager
generator: false
alternate:
- name: English
link: /
lang: en
- name: فارسی
link: /fa/
lang: fa
tz: 210
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better. Google Analytics needs your consent.
analytics:
provider: google
property: G-1B5433L63G
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://github.com/hiddify/docs.hiddify.com/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">feedback form</a>.
extra_css:
- assets/css/site.css
extra_javascript:
- assets/js/site.js
- assets/js/svginject.js
plugins:
- exclude:
glob:
- app/*
- manager/*
enabled: !ENV [DEV,false]
- rss
- tags
- git-authors
# - privacy
- search:
indexing: 'full' #sections
# prebuild_index: true
- include-markdown
- mkdocs-nav-weight:
section_renamed: true
index_weight: -1000
- awesome-pages
- i18n:
docs_structure: suffix
fallback_to_default: true
languages:
- build: true
default: true
locale: en
name: English
# - name: Help translating
# locale: null
# build: false
# fixed_link: https://github.com/hiddify/docs.hiddify.com/fork
# - build: true
# default: false
# locale: zh
# name: 简体中文
# nav_translations:
# Hiddify: Hiddify
- build: true
default: false
locale: fa
name: Persian
nav_translations:
Hiddify: هیدیفای
reconfigure_material: true
reconfigure_search: true
- git-revision-date-localized:
type: date
fallback_to_build_date: true
- blog:
post_readtime: true
nav: #docs/app/install.md
#- Hiddify: index.html
- ...
- privacy-policy.md