-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
94 lines (78 loc) · 2.75 KB
/
Copy pathmkdocs.yml
File metadata and controls
94 lines (78 loc) · 2.75 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
site_name: Solstice Essentials
site_url: https://solstice.proto.land
theme:
name: material
logo: assets/sol.png
favicon: assets/favicon.png
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Features: features/index.md
features:
- navigation.tabs
- navigation.path
- navigation.expand
- navigation.instant
- navigation.top
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
primary: orange
accent: deep orange
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: orange
accent: deep orange
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
primary: black
accent: deep orange
repo_url: https://github.com/Ale32bit/Solstice
repo_name: Ale32bit/Solstice
copyright: <a property="dct:title" rel="cc:attributionURL" href="https://solstice.proto.land">Solstice Documentation</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://alexdevs.me/">Alessandro Proto</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a>
markdown_extensions:
- admonition
- md_in_html
- toc:
permalink: true
- tables
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
plugins:
- search
- privacy
- awesome-pages
extra:
version:
provider: mike
default:
- stable
alias: true
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/PYzP4XjzH4
extra_css:
- stylesheets/extra.css