forked from redkit-resources/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.common.yml
More file actions
146 lines (120 loc) · 2.9 KB
/
mkdocs.common.yml
File metadata and controls
146 lines (120 loc) · 2.9 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
theme:
name: material
language: ru
logo: assets/favicon.svg
favicon: assets/favicon.svg
features:
- content.code.copy
- content.code.annotate
- navigation.instant
- navigation.instant.progress
- search.highlight
- navigation.footer
- navigation.tabs
- navigation.top
- content.action.edit
- content.action.view
font:
text: Roboto
code: JetBrains Mono
icon:
edit: material/pencil
view: material/eye
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Светлая тема
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: deep purple
toggle:
icon: material/weather-night
name: Темная тема
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: teal
toggle:
icon: material/weather-sunny
name: Системная тема
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
pygments_lang_class: true
anchor_linenums: true
auto_title: true
line_spans: __span
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- pymdownx.keys:
key_map: {
"пкм": "ПКМ",
"лкм": "ЛКМ",
"скм": "СКМ",
}
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.betterem
- pymdownx.blocks.caption
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.magiclink
- admonition
- attr_list
- tables
- md_in_html
- def_list
- footnotes
- abbr
plugins:
- tags
- search:
lang:
- en
- ru
- git-revision-date-localized:
fallback_to_build_date: true
enable_creation_date: true
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/kRTEy8KcNa
- icon: fontawesome/brands/github
link: https://github.com/redkit-resources/docs
version:
provider: git
alternate:
- name: Русский
link: /docs/
lang: ru
- name: English
link: /docs/en/en/
lang: en
extra_css:
- stylesheets/syntax_highlight.css
- stylesheets/pymdown_details.css
- stylesheets/custom_admonitions.css
- stylesheets/title_case_fix.css
- stylesheets/toc_toggle.css
- stylesheets/redkit_community.css
extra_javascript:
- javascripts/pymdown_details.js
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
- javascripts/toc_toggle.js
- javascripts/redkit_community.js