-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
142 lines (130 loc) · 3.61 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
site_name: 'DecentHolograms Wiki'
site_description: 'Wiki of the DecentHolograms plugin'
site_author: 'decentsoftware-eu contributors'
site_url: 'https://wiki.decentholograms.eu'
copyright: |
Documentation licensed under the <a href="https://github.com/DecentSoftware-eu/DecentHolograms-Wiki/blob/main/LICENSE">GNU GPL v3.0 License</a>.
docs_dir: 'docs/'
repo_name: 'DecentHolograms'
repo_url: 'https://github.com/DecentSoftware-eu/DecentHolograms'
theme:
name: 'material'
custom_dir: 'theme'
favicon: 'assets/images/favicons/android-chrome-512x512.png'
logo: 'assets/images/favicons/android-chrome-512x512.png'
icon:
repo: 'octicons/mark-github-16'
admonition:
note: octicons/pencil-24
abstract: octicons/paste-24
info: octicons/info-24
tip: octicons/light-bulb-24
success: octicons/check-24
question: octicons/question-24
warning: octicons/alert-24
failure: octicons/x-circle-24
danger: octicons/zap-24
bug: octicons/bug-24
example: octicons/beaker-24
quote: octicons/comment-24
palette:
scheme: 'slate'
primary: 'custom'
features:
- 'navigation.tabs'
- 'navigation.tabs.sticky'
- 'navigation.footer'
- 'navigation.indexes'
- 'content.code.annotate'
- 'content.code.copy'
- 'content.tooltips'
- 'content.tabs.link'
watch:
- theme
extra_css:
- 'assets/stylesheets/theme.css'
extra_javascript:
- 'assets/js/github-release.js'
plugins:
- search
- glightbox
markdown_extensions:
# Already included extensions
- attr_list
- toc:
permalink: true
toc_depth: 3
- md_in_html
- def_list
# PyMDownX extensions
- pymdownx.blocks.admonition:
types:
- note
- abstract
- info
- tip
- success
- question
- warning
- failure
- danger
- bug
- example
- quote
- pymdownx.blocks.details
- pymdownx.blocks.tab:
alternate_style: true
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.snippets:
base_path: 'snippets'
hooks:
- hooks/replacer.py
not_in_nav: |
general/index.md
api/index.md
nav:
- index.md
- General:
- general/setup.md
- general/compatibility.md
- 'Format & Colors':
- general/format-and-colors/index.md
- general/format-and-colors/colors.md
- Commands:
- general/commands/index.md
- general/commands/general.md
- general/commands/features.md
- general/commands/hologram.md
- general/commands/hologram-line.md
- general/commands/hologram-pages.md
- Configuration:
- general/configuration/index.md
- general/configuration/config.md
- general/configuration/animation.md
- general/configuration/features.md
- general/configuration/hologram.md
- general/configuration/lang.md
- Example Holograms:
- general/examples/index.md
- general/examples/example-demo.md
- general/examples/example-entity.md
- general/examples/example-recipe-with-offsets.md
- general/examples/example-tree.md
- general/examples/example-actions.md
- general/animations.md
- general/actions.md
- general/flags.md
- API:
- api/get-started.md
- Basic Usage:
- api/basic-usage/index.md
- api/basic-usage/dhapi.md
- api/basic-usage/faq.md
- api/events.md
- Spigot: 'http://decentholograms.eu/'
- Discord: 'https://discord.decentsoftware.eu/'