-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
45 lines (38 loc) · 1013 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
44
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:
execute: false
include_source: True
markdown_extensions:
- admonition
- footnotes
- mdx_math:
enable_dollar_delimiter: true
- pymdownx.tasklist:
# custom_checkbox: true
#- markdown_checklist.extension
nav:
- index.md
- conventions.md
- data.md
- interface.md
- Benchmarks:
- Introduction: "benchmarks/index.md"
- Linear Elasticity: "benchmarks/linear elasticity"
- Plasticity: benchmarks/plasticity
- "zz_bibliography.md"