-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (54 loc) · 1.49 KB
/
mkdocs.yml
File metadata and controls
55 lines (54 loc) · 1.49 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
site_name: Soviet-Docs
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
use_pygments: true
linenums: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.escapeall:
hardbreak: True
theme:
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: Roboto
language: en
features:
- navigation.footer
- search.suggest
- search.highlight
- search.share
logo: https://github.com/Soviet-Linux/Soviet-Docs/blob/main/Soviet-Logo.png?raw=true
favicon: https://github.com/Soviet-Linux/Soviet-Docs/blob/main/Soviet-Logo.png?raw=true
name: material
icon:
repo: fontawesome/brands/github
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Soviet-Linux/
name: Soviet-Linux on GitHub
- icon: fontawesome/brands/discord
link: https://discord.gg/P95xPM9KZY
name: Soviet-Linux Discord Server
copyright: This is under the GPL-3.0 license.
repo_url: https://github.com/Soviet-Linux/Soviet-Docs/
repo_name: Soviet Docs