-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
54 lines (47 loc) · 1.3 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
site_name: iRLeagueManager
site_url: https://irleaguemanager.net
nav:
- Home: index.md
- 'Getting Started':
- 'Create Account': getting-started/create-account.md
- 'Create League': getting-started/create-league.md
- 'Events & Results': getting-started/events-and-results.md
- 'Advanced Settings':
- 'General': settings/general.md
- 'Users': settings/users.md
- 'Championships': settings/championships.md
markdown_extensions:
- admonition
- def_list
- attr_list
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
theme:
name: material
features:
- navigation.path
- navigation.top
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode