-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
66 lines (61 loc) · 1.75 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
site_name: CoSim - CETRAN open-source Simulation framework
repo_url: https://github.com/cetran-sg/CoSim
repo_name: cetran-sg/CoSim
theme:
icon:
repo: fontawesome/brands/github
name: material
highlightjs: true
hljs_languages:
- python
features:
- navigation.path
- navigation.footer
- navigation.instant
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
custom_dir: docs/overrides
icon:
logo: fontawesome/solid/car-on
palette:
- scheme: default
primary: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: grey
toggle:
icon: material/weather-night
name: Switch to light mode
copyright: Copyright © 2024 Centre of Excellence for Testing & Research of Autonomous Vehicles - Nanyang Technological University
nav:
- 'index.md'
- 'Getting started':
- 'Architecture': 'getting_started/architecture.md'
- 'Map creation workflow' : 'getting_started/mapCreation.md'
- 'CoSim framework':
- 'Prerequisites': 'cosim_framework/prerequisites.md'
- 'CoSim Manager': 'cosim_framework/cosimManager.md'
- 'Bridge client': 'cosim_framework/bridgeClient.md'
- 'Bridge server': 'cosim_framework/bridgeServer.md'
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src]
options:
show_source: false
docstring_section_style: list
ignore_init_summary: false
merge_init_into_class: true
show_root_toc_entry: true
show_object_full_path: true
show_symbol_type_heading: true
show_symbol_type_toc: true
heading_level: 2
- search
- print-site: