-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
70 lines (56 loc) · 1.27 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
site_name: Phantasm
repo_name: phantasmlabs/phantasm
repo_url: https://github.com/phantasmlabs/phantasm
theme:
name: material
logo: assets/favicon64.png
favicon: assets/favicon64.png
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
toggle:
name: Light Mode
icon: material/brightness-7
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
name: Dark Mode
icon: material/brightness-4
font:
text: Cabin
code: Inconsolata
features:
- header.autohide
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.footer
- content.code.copy
copyright: Copyright © 2024 Phantasm Labs
extra:
generator: false
# TODO: Add more social links
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/dgevsYhh7P
extra_css:
- styles.css
nav:
- Documentation:
- Introduction: index.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: "#"