-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
74 lines (62 loc) · 1.66 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
71
72
73
74
site_name: Voyager
repo_name: Voyager
repo_url: https://github.com/Jodenee/Voyager
theme:
name: material
logo: assets/images/Voyager_Logo.svg
favicon: assets/images/Voyager_Logo.svg
language: en
icon:
repo: fontawesome/brands/github
admonition:
warning: octicons/alert-16
info: material/information-outline
tip: fontawesome/regular/lightbulb
note: material/notebook-edit-outline
question: fontawesome/solid/question
palette:
# light mode
- media: "(prefers-color-scheme: light)"
scheme: light
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# dark mode
- media: "(prefers-color-scheme: dark)"
scheme: dark
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- navigation.tabs
- navigation.top
extra_css:
- assets/stylesheets/theme.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.highlight:
anchor_linenums: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Jodenee/Discohook
name: Voyager on GitHub
- icon: simple/roblox
link: https://www.roblox.com/library/12390338563
name: Voyager on Roblox
- icon: simple/robloxstudio
link: https://devforum.roblox.com/t/2188593
name: Voyager on the devforum
- icon: material/forum
link: https://devforum.roblox.com/u/jodenewastaken
name: Jodene on the devforum
version:
provider: mike