-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (39 loc) · 1.05 KB
/
mkdocs.yml
File metadata and controls
46 lines (39 loc) · 1.05 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
site_name: NFDI4Ing Model Validation Platform
repo_url: https://github.com/BAMresearch/NFDI4IngModelValidationPlatform
edit_uri: blob/main/docs/
theme:
name: readthedocs
highlightjs: true
icon:
repo: fontawesome/brands/github
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML
plugins:
- search
- bibtex:
bib_file: "docs/literature.bib"
- include_dir_to_nav:
recurse: false
file_pattern: '.*\.(md|ipynb)$'
- mkdocs-jupyter:
include: ["*.ipynb"]
execute: false
include_source: True
markdown_extensions:
- admonition
- footnotes
- mdx_math:
enable_dollar_delimiter: true
- pymdownx.tasklist:
- pymdownx.superfences
nav:
- index.md
- Getting Started:
- getting_started/workflow.md
- getting_started/provenance.md
- getting_started/benchmark_addition_guide.md
- getting_started/run_benchmark.md
- rohub.md
- Benchmarks:
- Linear Elasticity: "benchmarks/linear elasticity"
- "zz_bibliography.md"