-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (45 loc) · 1019 Bytes
/
mkdocs.yml
File metadata and controls
48 lines (45 loc) · 1019 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
37
38
39
40
41
42
43
44
45
46
47
48
repo_url: https://github.com/SimTech-Research-Data-Management/porous-media-flow-model
site_name: Porous Media Flow Model
edit_uri: edit/main/docs/
theme:
name: material
font:
text: Open Sans
features:
- navigation.tabs
- navigation.sections
- navigation.path
- navigation.top
- navigation.tracking
- toc.follow
- toc.integrate
- search.suggest
- content.action.edit
- content.code.copy
nav:
- Home: index.md
- "Porous Media Data Model":
- "Version 1.0": versions/v1.md
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- toc:
permalink: true
plugins:
- search
- inline-svg