-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (49 loc) · 1.24 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
site_name: property-utils
site_url: https://maxcode123.github.io/property-utils/
repo_url: https://github.com/Maxcode123/property-utils
repo_name: Maxcode123/property-utils
nav:
- Get started:
- What is property-utils?: index.md
- Installation: installation.md
- Terminology: terminology.md
- Usage: usage.md
- API Documentation:
- properties:
- property: property.md
- validated property: validated_property.md
- units:
- descriptors: descriptors.md
- converters: converters.md
- converter types: converter_types.md
- Feedback: feedback.md
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.path
- content.code.copy
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
plugins:
- mkdocstrings
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences