-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
102 lines (97 loc) · 2.75 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
site_name: Eldoria Docs
site_url: https://docs.eldoria.de/
site_description: Welcome to the Eldoria Docs. You can find information about our projects.
copyright: Eldoria 2025
docs_dir: docs
site_dir: site
plugins:
- git-revision-date-localized:
type: date
fallback_to_build_date: true
enable_creation_date: true
nav:
- Home: index.md
- Ocular:
- ocular/index.md
- 'Configuration Creation': ocular/configuration_creation.md
- 'Customization': ocular/customise.md
- Examples:
- 'Jackson Bukkit': ocular/examples/jackson_bukkit.md
- 'Plugin YML':
- pluginyml/index.md
- 'Bukkit / Spigot / Paper': pluginyml/bukkit.md
- 'Paper': pluginyml/paper.md
- 'Bungeecord': pluginyml/bungee.md
- 'Nukkit': pluginyml/nukkit.md
- 'Libraries': pluginyml/libraries.md
theme:
logo: assets/images/logo.png
favicon: assets/favicon.png
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tracking
# - navigation.expand
- navigation.tabs
- navigation.tabs.sticky
# - navigation.sections
# - navigation.indexes
- navigation.top
- content.code.annotate
- navigation.indexes
- toc.follow
- content.code.copy
language: en
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: pink
accent: light blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: pink
accent: light blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- attr_list
- md_in_html
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# Emoji search
# https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/
extra:
social:
- name: [email protected]
icon: fontawesome/brands/mastodon
link: https://chaos.social/@chojo
- name: Patreon
icon: fontawesome/brands/patreon
link: https://www.patreon.com/eldoriaplugins
- name: Spigot
icon: material/minecraft
link: https://www.spigotmc.org/resources/authors/585216/
- name: Github
icon: fontawesome/brands/github
link: https://github.com/eldoriarpg
- name: Discord
icon: fontawesome/brands/discord
link: https://discord.eldoria.de