forked from RotorHazard/community-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
107 lines (99 loc) · 2.56 KB
/
mkdocs.yml
File metadata and controls
107 lines (99 loc) · 2.56 KB
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
site_name: RH Community Plugins
site_url: https://rotorhazard.github.io/community-plugins/
site_author: Klaas Schoute
site_description: >-
A database of community-driven plugin for RotorHazard.
# Copyright
copyright: |
© 2025 <a href="https://rotorhazard.com" target="_blank" rel="noopener">RotorHazard</a>
# Repository
repo_name: community-plugins
repo_url: https://github.com/rotorhazard/community-plugins
edit_uri: edit/main/docs/
# Theme
theme:
name: material
favicon: assets/img/favicon.ico
language: en
icon:
logo: fontawesome/solid/puzzle-piece
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: orange
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.code.annotate
- content.code.copy
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- navigation.footer
# - navigation.sections
- search.highlight
- search.share
- search.suggest
# Plugins
plugins:
- search:
lang: en
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
nav:
- Home: index.md
- Plugin Database: database.md
- Publish a Plugin:
- Getting started:
- docs/plugin/index.md
- docs/plugin/include.md
- docs/plugin/remove.md
- RHFest Action:
- docs/rhfest/index.md
- Help:
- help/index.md
# Markdown extensions
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.mark
- toc:
permalink: true
extra_javascript:
- assets/js/dataLoader.js
# Extra
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/RotorHazard
- icon: fontawesome/brands/discord
link: https://discord.gg/ANKd2pzBKH
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@RotorHazard
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/groups/rotorhazard