-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (52 loc) · 1.55 KB
/
Copy pathmkdocs.yml
File metadata and controls
53 lines (52 loc) · 1.55 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
46
47
48
49
50
51
52
53
# This file is used to define the website
site_name: WBGeo
site_url: https://wbgeo.pages.rwth-aachen.de/codebase
repo_url: https://git.rwth-aachen.de/wbgeo
theme:
name: material
logo: 'img/logo.png'
features:
- navigation.instant
- search.highlight
- search.suggest
- navigation.indexes
- navigation.footer
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search:
- mkdocstrings:
- gen-files:
scripts:
- docs/scripts/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
nav:
- index.md
- Installation Guide:
- installation/index.md
- Visual Editor: installation/visual.md
- Codebase: installation/codebase.md
- Components:
- components/index.md
- Structural Modeling: components/structural_modeling/Manual_structural_modeling.md
- Meshing: components/meshing/Manual_meshing.md
- Process Simulation: components/simulation/Manual_simulation.md
- Visualization: components/visualization/Manual_visualization.md
- Developer's Guide:
- developers/index.md
- Components: developers/components.md
- Types: developers/types.md
- Local execution: developers/local.md
copyright: '(c) https://git.rwth-aachen.de/wbgeo/'