-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
81 lines (72 loc) · 1.88 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
site_name: 'OneVersionRemake'
site_description: 'Wiki of the Plugin OneVersionRemake'
site_author: 'Andre_601'
site_url: 'https://ovr.andre601.ch'
copyright: |
Plugin and Wiki licensed under <a href="https://github.com/Andre601/OneVersionRemake/blob/master/LICENSE" target="_blank" rel="nofollow">MIT License</a>.
docs_dir: 'docs/'
repo_name: 'OneVersionRemake'
repo_url: 'https://github.com/Andre601/OneVersionRemake'
theme:
name: 'material'
favicon: 'assets/img/favicon.png'
logo: 'assets/img/favicon.png'
icon:
admonition:
note: octicons/pencil-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/comment-16
palette:
scheme: 'slate'
primary: 'red'
features:
- navigation.tabs
- navigation.tabs.sticky
extra:
social:
- icon: 'simple/github'
link: 'https://github.com/Andre601/OneVersionRemake'
- icon: 'simple/modrinth'
link: 'https://modrinth.com/plugin/oneversionremake'
extra_css:
- 'assets/css/custom.css'
extra_javascript:
- 'assets/js/version-table-gen.js'
nav:
- Home: index.md
- Config.yml: config.md
- Supported Protocols: protocols.md
markdown_extensions:
- md_in_html
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.magiclink
- 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