forked from lgsvl/simulator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
25 lines (19 loc) · 783 Bytes
/
mkdocs.yml
File metadata and controls
25 lines (19 loc) · 783 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
site_name: LGSVL Simulator
repo_url: https://github.com/lgsvl/simulator
site_author: LG Silicon Valley Lab
site_description: Automotive vehicle simulator from LG Silicon Valley Lab
docs_dir: Docs
theme: readthedocs
copyright: Copyright © 2018 LG Electronics Inc.
google_analytics: ['UA-130546445-1','lgsvlsimulator.com/docs']
nav:
- 'Home': 'index.md'
- 'Quick start':
- 'Getting started': 'getting-started.md'
- 'Build instructions': 'build-instructions.md'
- 'Running with Autoware': 'autoware-instructions.md'
- 'Running with Apollo': 'apollo-instructions.md'
- 'Map Annotation': 'map-annotation.md'
- 'NPC Map Navigation': 'npc-map-navigation.md'
- 'Ground truth obstacles': 'perception-ground-truth.md'
- 'Keyboard shortcuts': 'keyboard-shortcuts.md'