-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (49 loc) · 1.3 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
site_name: Rmagine Documentation
site_url: https://uos.github.io/rmagine_docs
repo_name: Github
repo_url: https://github.com/uos/rmagine
docs_dir: docs
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.footer
logo: resources/img/rmagine_logo.png
favicon: resources/img/rmagine_icon.png
palette:
primary: blue grey
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
- admonition
- attr_list
validation:
links:
absolute_links: relative_to_docs
nav:
- Home:
- Overview: index.md
- Installation: installation.md
- Integration: integration.md
- Getting Started:
- Maps: getting_started/maps.md
- Sensors: getting_started/sensors.md
- Simulation: getting_started/simulation.md
- Problem Modelling: getting_started/problem_modelling.md
- Noise: getting_started/noise.md
- Library:
- Concepts: library/concepts.md
- Math: library/math.md
- Memory: library/memory.md
- Maps: library/maps.md
- Extra:
- Tools: extra/tools.md
- Data: extra/data.md
- Embree 3: extra/embree3.md
- CMake - Advanced: extra/cmake_advanced.md
- Contributions: extra/contributions.md
- News: extra/news.md