-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
76 lines (72 loc) · 2.18 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
site_name: Polyforce
site_description: 🔥 Enforce static typing in your codebase at runtime 🔥
site_url: https://polyforce.tarsild.io
theme:
name: "material"
custom_dir: docs/overrides
language: en
palette:
- scheme: "default"
primary: "pink"
accent: "red"
media: "(prefers-color-scheme: light)"
toggle:
icon: "material/lightbulb"
name: "Switch to dark mode"
- scheme: "slate"
media: "(prefers-color-scheme: dark)"
primary: "pink"
accent: "red"
toggle:
icon: "material/lightbulb-outline"
name: "Switch to light mode"
favicon: statics/images/favicon.ico
logo: statics/images/white.png
features:
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
repo_name: tarsil/polyforce
repo_url: https://github.com/tarsil/polyforce
edit_uri: ""
plugins:
- search
- markdownextradata:
data: data
nav:
- Introduction: "index.md"
- Model: "model.md"
- Decorator: "decorator.md"
- PolyField: "polyfield.md"
- Config: "config.md"
- Contributing: "contributing.md"
- Sponsorship: "sponsorship.md"
- Release Notes: "release-notes.md"
markdown_extensions:
- attr_list
- toc:
permalink: true
- markdown.extensions.codehilite:
guess_lang: false
- mdx_include:
base_path: docs
- admonition
- codehilite
- extra
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ""
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- md_in_html
extra:
alternate:
- link: /
name: English
lang: en