-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (47 loc) · 994 Bytes
/
mkdocs.yml
File metadata and controls
52 lines (47 loc) · 994 Bytes
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: UI Notifications
site_description: Documentation for UI Notifications by CommanderFoo in Community Content
docs_dir: docs
extra_css:
- styles/extra.css
theme:
font:
text: Roboto
code: Monospace
palette:
scheme: slate
primary: blue
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- toc.integrate
- navigation.expand
nav:
- Documentation:
- index.md
- quick-start.md
- how-to-use.md
- settings.md
- examples.md
- properties.md
- screen-positions.md
- types.md
- custom-template.md
- easings.md
- events.md
- replacements.md
- credits.md
- Core Games:
- https://coregames.com
- Twitter:
- https://twitter.com/PIXELDEPTH
- GitHub:
- https://pixeldepth.net
markdown_extensions:
- admonition
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- markdown.extensions.codehilite:
guess_lang: false