-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (33 loc) · 850 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (33 loc) · 850 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
# === DO_NOT_EDIT: pkg-ext site ===
site_name: model_lib
# === OK_EDIT: pkg-ext site ===
# === DO_NOT_EDIT: pkg-ext theme ===
theme:
name: material
features:
- navigation.tabs
- navigation.sections
# === OK_EDIT: pkg-ext theme ===
# === DO_NOT_EDIT: pkg-ext nav ===
nav:
- Home: index.md
- model_lib:
- Overview: _root/index.md
- Entity: _root/entity.md
- Event: _root/event.md
- StaticSettings: _root/staticsettings.md
- dump:
- Overview: dump/index.md
- IgnoreFalsy: dump/ignorefalsy.md
- fields: fields/index.md
- parse: parse/index.md
- yaml: yaml/index.md
# === OK_EDIT: pkg-ext nav ===
# === DO_NOT_EDIT: pkg-ext extensions ===
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- admonition
- attr_list
# === OK_EDIT: pkg-ext extensions ===