forked from boschresearch/amira_blender_rendering
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
67 lines (61 loc) · 1.74 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: 'AMIRA Blender Rendering Documentation'
site_description: 'AMIRA Blender Rendering Documentation'
site_url: 'https://boschresearch.github.io/amira_blender_rendering/'
repo_url: 'https://github.com/boschresearch/amira_blender_rendering'
repo_name: 'boschresearch/amira_blender_rendering'
site_author: BCAI
copyright: Apache-2.0
nav:
- ABR User's Guide:
- Overview: index.md
- Installation: installation.md
- Using: using.md
- Formats: formats.md
- Datasets: datasets.md
- FAQs: fqa.md
- Troubleshooting: troubleshooting.md
- Tests: tests.md
- Contributing: contributing.md
- Configurations:
- Overview: configs/overview.md
- Base Config: configs/baseconfiguration.md
- Workstation : configs/workstation_scenarios.md
- Panda Table: configs/pandatable.md
- Simple Object: configs/simpleobject.md
- Multi view rendering: configs/multiview.md
# - Datasets:
- Tutorials:
- Basic - render a predefined scene: tutorials/renderpredefinedscene.md
- Intermediate - set up a simple custom scenario: tutorials/simplecustomscenario.md
- License: license.md
theme:
name: 'material'
# Disable fonts because of GDPR (https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#disabling-font-loading)
font: false
palette:
scheme: default
primary: dark-blue
highlightjs: true
hljs_languages:
- yaml
- rust
- python
- java
- go
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.emoji
- pymdownx.snippets:
check_paths: true
- pymdownx.tabbed
- pymdownx.tasklist
- codehilite
- smarty
- toc:
permalink: true
plugins:
- search
# - mkdocs-versioning:
# version: 1.0.0