-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (48 loc) · 1.23 KB
/
mkdocs.yml
File metadata and controls
57 lines (48 loc) · 1.23 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
site_name: MultiModX Documentation
site_url: https://uow-atm.github.io/MultiModX/
docs_dir: docs
theme:
name: material
features:
- content.code.annotate
- content.tabs.links
plugins:
- search
- panzoom:
always_show_hint: true
key: "ctrl"
initial_zoom_level: 1.5
- macros:
modules:
- docs.macros
markdown_extensions:
- admonition
- pymdownx.details
- toc:
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.blocks.caption
- attr_list
nav:
- Home: index.md
- Pipelines:
- Strategic Evaluator: strategic/index.md
- Pre-Tactical Evaluator: pre-tactical/index.md
- Tactical Evaluator: tactical/index.md
- Data and Configuration:
- Input Files: examples/input_format.md
- TOML: examples/toml_examples.md
- Indicators & Dashboards:
- Performance Indicators: performance_indicators/index.md
- Strategic Dashboard: dashboard/strategic_dashboard.md
- Publications:
- Articles and Technical Documents: publications/index.md
extra:
mermaid:
theme: default
version:
provider: mike