-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmkdocs.yml
54 lines (43 loc) · 1.68 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: JOAN documentation
theme: readthedocs
nav:
- Home: 'index.md'
- Introduction: introduction.md
- Setup JOAN and CARLA:
- Build CARLA on Windows: setup-carla-windows.md
- Install JOAN: setup-joan.md
- Example usage and functionality testing: example-usage-and-testing.md
- First steps:
- JOAN Overview: firststeps-joan-overview.md
- Run JOAN and CARLA: firststeps-joan-run.md
- Quick start CARLA: firststeps-carle-ue4.md
- Using the JOAN core modules:
- Data Recorder: modules-datarecorder.md
- CARLA interface: modules-carlainterface.md
- Hardware Manager: modules-hardwaremanager.md
- Experiment Manager: modules-experimentmanager.md
- Haptic Controller Manager: modules-hapticcontrollermanager.md
- Data Plotter: modules-dataplotter.md
- Advanced:
- Create custom JOAN modules: advanced-add-custom-module.md
- Using JOAN Settings: advanced-settings.md
- JOAN State Machine: advanced-state-machine.md
- Other stuff:
- Quick start on using source control (git): other-git.md
- A short Sensodrive SENSO Wheel explanation: other-sensodrive.md
- Want to contribute?:
- Guidelines: contributing-guidelines.md
- Coding Standard: contributing-coding-standard.md
markdown_extensions:
- admonition
- attr_list
- markdown_inline_graphviz
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
# format: !!python/name:pymdownx.superfences.fence_div_format
extra_css:
- https://unpkg.com/[email protected]/dist/mermaid.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js