-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
executable file
·51 lines (50 loc) · 1.18 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
site_name: iLLeniumStudios
site_url: https://docs.illenium.dev
theme:
logo: assets/logo.png
favicon: assets/favicon.png
name: material
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: light blue
- scheme: slate
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: light blue
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.indexes
- toc.follow
- navigation.top
extra:
homepage: https://docs.illenium.dev
social:
- icon: fontawesome/brands/github
link: https://github.com/iLLeniumStudios
- icon: fontawesome/brands/discord
link: https://discord.illenium.dev
generator: false
plugins:
- search
- awesome-pages
- mkdocs-video
copyright: Copyright © 2023 iLLeniumStudios
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- tables
extra_css:
- stylesheets/extra.css