forked from fsievers93/CFDLab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (25 loc) · 863 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (25 loc) · 863 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
site_name: CFD Lab
theme:
name: 'material'
markdown_extensions:
- codehilite
- attr_list
- footnotes
- admonition
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.6.1/clipboard.min.js
nav:
- Home: 'README.md'
- Gitlab CI:
- 'Creating Documentation': 'Gitlab_CI/docu_ci.md'
- Software Setup:
- 'Setup VM': 'Setup/1_VM.md'
- 'Setup GIT': 'Setup/2_Git.md'
- Tools:
- 'PGM Tool - Introduction': 'Tools/PGM_Tool/Introduction.md'
- 'PGM Tool - Debugging': 'Tools/PGM_Tool/Debugging.md'
- 'VTK Tools - Overview': 'Tools/VTK_Tools/Tools.md'
- 'VTK Tools - Merge': 'Tools/VTK_Tools/Merge_Tool.md'
- 'VTK Tools - Compare': 'Tools/VTK_Tools/Compare_Tool.md'
- Parallelization:
- 'MPI Cart': 'Parallelization/MPI_Cart.md'