-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (34 loc) · 809 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (34 loc) · 809 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
site_name: MINT
extra_css:
- assets/versions.css
extra_javascript:
- assets/versions.js
repo_url: https://github.com/mintproject/MINT_USERGUIDE
edit_uri: edit/master/docs/
nav:
- Overview: index.md
- Capabilities:
- Modeling capabilities: modeling.md
- Indicators: indicators.md
- Interventions: interventions.md
- User guide:
- User Interface Walkthrough: walkthrough.md
- Services:
- Model Catalog: modelcatalog.md
- Data Catalog: datacatalog.md
- Administrator Guide:
- admin-guide/index.md
- admin-guide/installation.md
#- admin-guide/configuration.md
theme:
name: material
logo: images/logo.png
favicon: images/favicon.ico
palette:
primary: teal
markdown_extensions:
- codehilite
- admonition
- toc:
toc_depth : "1-1"
permalink: true