-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
89 lines (82 loc) · 2.17 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
site_name: GlobalTags Documentation
repo_name: Global-Tags/API
repo_url: https://github.com/Global-Tags/API
edit_uri: tree/master/docs/
nav:
- Home: index.md
- Rules: rules.md
- FAQ: faq.md
- Implementations:
- LabyMod Addon: implementations/labymod.md
- Fabric Mod: implementations/fabric.md
- API:
- Guide: api/guide.md
- Self hosting: api/self-hosting.md
- Custom Auth Provider: api/custom-auth-provider.md
- Language Wrappers:
- Java Wrapper: wrappers/java.md
- Typescript Wrapper: wrappers/typescript.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
plugins:
- search
- git-committers:
enabled: !ENV [CI, false]
repository: Global-Tags/API
branch: master
- git-revision-date-localized:
enabled: !ENV [CI, false]
enable_creation_date: true
theme:
name: material
font:
text: Roboto
code: JetBrains Mono
favicon: 'assets/theme/images/icon.png'
logo: 'assets/theme/images/icon.png'
features:
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.expand
- navigation.footer
- search.share
palette:
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
toggle:
icon: material/weather-sunny
name: Switch to dark mode
extra_css:
- assets/theme/stylesheets/primary.css
extra:
generator: false
homepage: https://www.globaltags.xyz
social:
- icon: fontawesome/brands/discord
link: https://globaltags.xyz/discord
name: GlobalTags Server
- icon: fontawesome/brands/github
link: https://github.com/Global-Tags
name: GlobalTags on GitHub