-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
99 lines (92 loc) · 2.42 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
site_name: BeamPerms Docs
repo_url: https://github.com/BeamTraffic/BeamPerms-Docs
repo_name: BeamPerms-Docs
edit_uri: edit/main/docs/
copyright: Copyright © 2024 BeamTraffic Mod Team
theme:
language: en
name: material
features:
- search.suggest
- search.highlight
- search.share
- content.code.annotate
- content.code.copy
- content.action.edit
- content.action.view
- navigation.footer
- navigation.tabs
- navigation.expand
- navigation.path
- navigation.tracking
- navigation.indexes
- toc.follow
- navigation.top
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
accent: orange
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep orange
accent: orange
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/beamtraffic
- icon: fontawesome/brands/discord
link: https://discord.gg/beamtraffic
plugins:
- search
- tags
markdown_extensions:
- tables
- attr_list
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/install.md
- Storage Methods: getting-started/storage-methods.md
- Features:
- Features: features/index.md
- Web Editor: features/webeditor.md
- Context: features/context.md
- Weight: features/weight.md
- Prefix, Suffix: features/prefix-suffix.md
- Meta: features/meta.md
- Groups: features/groups.md
- API:
- Usage:
- Usage: api/usage/index.md
- Reference:
- API Reference: api/reference/index.md
- API v1.x.x: api/reference/v1-x-x.md