1+ # yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
2+
3+ site_name : inflated-goboscript
4+ site_url : https://inflated-goboscript.github.io/
5+ site_description : Documentation for the inflation of gobos.
6+
7+ repo_url : https://github.com/inflated-goboscript/inflator
8+ repo_name : inflated-goboscript/inflator
9+
10+ theme :
11+ name : material
12+ custom_dir : overrides
13+
14+ palette :
15+ # Palette toggle for automatic mode
16+ - media : " (prefers-color-scheme)"
17+ toggle :
18+ icon : material/brightness-auto
19+ name : Switch to light mode
20+ primary : amber
21+ accent : amber
22+
23+ # Palette toggle for light mode
24+ - media : " (prefers-color-scheme: light)"
25+ scheme : default
26+ toggle :
27+ icon : material/brightness-7
28+ name : Switch to dark mode
29+ primary : amber
30+ accent : amber
31+
32+ # Palette toggle for dark mode
33+ - media : " (prefers-color-scheme: dark)"
34+ scheme : slate
35+ toggle :
36+ icon : material/brightness-4
37+ name : Switch to system preference
38+ primary : amber
39+ accent : amber
40+
41+
42+ features :
43+ - navigation.instant
44+ - navigation.instant.prefetch
45+ - navigation.instant.progress
46+ - navigation.instant.preview
47+ - navigation.tracking
48+ - navigation.tabs
49+ - content.tabs.link
50+ - content.tooltips
51+
52+
53+ plugins :
54+ - social
55+ - search
56+ - glightbox
57+ - meta
58+
59+ markdown_extensions :
60+ - admonition
61+ - pymdownx.details
62+ - pymdownx.superfences :
63+ custom_fences :
64+ - name : mermaid
65+ class : mermaid
66+ format : !!python/name:pymdownx.superfences.fence_code_format
67+ - attr_list
68+ - md_in_html
69+ - pymdownx.superfences
70+ - pymdownx.emoji :
71+ emoji_index : !!python/name:material.extensions.emoji.twemoji
72+ emoji_generator : !!python/name:material.extensions.emoji.to_svg
73+
74+ - pymdownx.highlight :
75+ anchor_linenums : true
76+ line_spans : __span
77+ pygments_lang_class : true
78+ - pymdownx.inlinehilite
79+ - pymdownx.snippets
80+ - pymdownx.superfences
81+ - pymdownx.tabbed :
82+ alternate_style : true
83+ - tables
84+ - footnotes
85+ - pymdownx.critic
86+ - pymdownx.caret
87+ - pymdownx.keys
88+ - pymdownx.mark
89+ - pymdownx.tilde
90+ - attr_list
91+ - pymdownx.blocks.caption
92+ - def_list
93+ - pymdownx.tasklist :
94+ custom_checkbox : true
95+
96+ extra :
97+ social :
98+ # Took this from the goboscript mkdocs yml file
99+ - icon : fontawesome/brands/github
100+ link : https://github.com/inflated-goboscript/
101+ - icon : fontawesome/brands/discord
102+ link : https://discord.gg/XGKV8X9hfh
103+
104+ analytics :
105+ provider : google
106+ property : G-XXXXXXXXXX # these are required fields, but unused
107+
108+ feedback :
109+ title : Was this page helpful?
110+ ratings :
111+ - icon : material/emoticon-happy-outline
112+ name : This page was helpful
113+ data : 1
114+ note : >-
115+ Thanks for your feedback!
116+ - icon : material/emoticon-sad-outline
117+ name : This page could be improved
118+ data : 0
119+ note : >-
120+ Thanks for your feedback! Help us improve this page by
121+ using our <a href="https://github.com/inflated-goboscript/inflated-goboscript.github.io/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">feedback form</a>.
0 commit comments