forked from RocketMod/Rocket.Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
84 lines (83 loc) · 3.1 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
site_name: LDM Documentation
# copyright: 'RocketMod is licensed under <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">CC BY-NC-ND 4.0</a><br>This documentation is licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a>'
docs_dir: 'content'
repo_name: 'LDM Community'
repo_url: 'https://github.com/LDM-Community'
edit_uri: 'https://github.com/LDM-Community'
extra_css:
- stylesheets/extra.css
nav:
- <b><u>Return to Main Site</u></b>: https://ldmcommunity.net
- Home: index.md
- User Guide:
- Getting Started: user-guide/getting-started.md
- Plugins:
- Installing Plugins: user-guide/installing-plugins.md
- Configuring Plugins: user-guide/configuring-plugins.md
- Permissions: user-guide/permissions.md
- Rocket Configuration: user-guide/rocket-config.md
# - Configuration:
# - Configurations: user-guide/configuration/configurations.md
# - Translations: user-guide/configuration/translations.md
# - Permissions: user-guide/configuration/permissions.md
# - Plugins: user-guide/configuration/plugins.md
#- Plugins:
#- Installation: user-guide/plugins/installation.md
#- Support: user-guide/support.md
- Development Guide:
- Getting Started:
- Making your first plugin: development-guide/getting-started/making-your-first-plugin.md
- Commands: development-guide/getting-started/commands.md
# - Scheduling: development-guide/getting-started/scheduling.md
# - Eventing: development-guide/getting-started/eventing.md
# - Logging: development-guide/getting-started/logging.md
# - Configurations: development-guide/getting-started/configurations.md
# - Permissions: development-guide/getting-started/permissions.md
# - Database: development-guide/getting-started/database.md
#- Misc:
#- Migration Guide: development-guide/misc/migration-guide.md
#- List of all Services: development-guide/misc/services.md
#- List of all Events: development-guide/misc/events.md
- About:
- Documentation: about/documentation.md
theme:
icon:
repo: fontawesome/brands/github
custom_dir: 'theme'
name: 'material'
# palette:
# primary: 'black'
# accent: 'light blue'
logo: 'images/LDM-Icon-Full.png'
language: 'en'
features:
- navigation.tabs
- navigation.expand
markdown_extensions:
- admonition
- meta
- codehilite:
guess_lang: true
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences