-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (41 loc) · 1.09 KB
/
mkdocs.yml
File metadata and controls
41 lines (41 loc) · 1.09 KB
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
#$schema=https://squidfunk.github.io/mkdocs-material/schema.json
$schema: https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Modweaver Docs
site_url: https://docs.modweaver.org
repo_url: https://github.com/modweaver/docs
theme:
name: material
palette:
scheme: slate
primary: cyan
accent: yellow
font:
text: JetBrains Mono
code: JetBrains Mono
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.indexes
- navigation.top
- navigation.footer
- toc.follow
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- social:
cards_layout_options:
font_family: JetBrains Mono