-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
38 lines (35 loc) · 814 Bytes
/
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
site_name: Wally Packages
site_url: https://alexasterisk.github.io/WallyPackages/
markdown_extensions:
- meta
- admonition
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.highlight
theme:
name: material
palette:
primary: blue
accent: cyan
scheme: slate
features:
- content.code.annotate
- content.tabs.link
- navigation.tabs
nav:
- Home: index.md
- Import:
- Introduction: import/index.md
- Installation: import/installation.md
- Usage: import/usage.md
- Logger:
- Introduction: logger/index.md
- Usage: logger/usage.md
- PlayerResolvable:
- Introduction: player-resolvable/index.md
- PropsHelper:
- Introduction: props-helper/index.md