-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
43 lines (39 loc) · 985 Bytes
/
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
site_name: Honeydew Docs
repo_url: https://github.com/dxworks/honeydew
theme:
name: material
palette:
primary: amber
accent: pink
features:
- navigation.expand
- navigation.indexes
- navigation.instant
plugins:
- search
- mermaid2
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.tabbed
nav:
- Home: index.md
- Installation: installation.md
- Commands:
- Extract: commands/extract.md
- Load: commands/load.md
- Adapt: commands/adapt.md
- Model:
- Types: model/types.md
- Extractor: model/extractor.md
- Results:
- Raw: model_results/raw.md
- Spektrum: model_results/spektrum.md
- Relations: model_results/relations.md
- Other: model_results/other.md
- ScriptBee:
- Integration: scriptbee/integration.md
- Model: scriptbee/model.md