-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmkdocs.yml
104 lines (91 loc) · 2.2 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
site_name: GroovyScript
repo_name: CleanroomMC/GroovyScript-Docs
repo_url: https://github.com/CleanroomMC/GroovyScript-Docs
nav:
- Introduction: introduction/
- Groovy: groovy/
- GroovyScript: groovyscript/
theme:
name: material
palette:
- scheme: slate
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
custom_dir: overrides
features:
- content.code.annotate
- content.code.copy
- content.action.edit
- content.action.view
#- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
- navigation.indexes
- navigation.prune
- navigation.footer
- search.suggest
- search.highlight
- announce.dismiss
extra:
social:
- icon: fontawesome/solid/code
link: https://github.com/CleanroomMC/GroovyScript
name: GroovyScript Source Code
- icon: fontawesome/regular/file
link: https://github.com/CleanroomMC/GroovyScript-Docs
name: GroovyScript Docs Source Code
- icon: custom/curseforge
link: https://www.curseforge.com/minecraft/mc-mods/groovyscript
name: Download GroovyScript on Curseforge
- icon: fontawesome/brands/discord
link: https://discord.com/invite/m53yxTjjKM
name: Join the Cleanroom Discord
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- def_list
- md_in_html
- footnotes
- tables
- toc
- toc:
permalink: "#"
plugins:
- search
- literate-nav:
nav_file: "!navigation.md"
- git-revision-date-localized:
enable_creation_date: true
type: timeago
enabled: !ENV [CI, false]
extra_css:
- stylesheets/extra.css
validation:
nav:
omitted_files: info
not_found: info
absolute_links: info
links:
absolute_links: info
not_found: info
unrecognized_links: ignore