-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (40 loc) · 872 Bytes
/
mkdocs.yml
File metadata and controls
44 lines (40 loc) · 872 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
site_name: Patch Notifier
site_description: Documentation for the Patch Notifier system on Community Content
docs_dir: docs
extra_css:
- stylesheets/extra.css
theme:
palette:
scheme: slate
primary: blue
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- toc.integrate
- navigation.expand
font:
text: Lato
code: JetBrains Mono
nav:
- Documentation:
- index.md
- quick-start.md
- command.md
- settings.md
- leaderboard.md
- notification.md
- how-does-it-work.md
- Core Games:
- https://coregames.com
- Twitter:
- https://twitter.com/PIXELDEPTH
- GitHub:
- https://pixeldepth.net
markdown_extensions:
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- markdown.extensions.codehilite:
guess_lang: false