-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
80 lines (80 loc) · 2.48 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
68
69
70
71
72
73
74
75
76
77
78
79
80
site_name: General Modeling Network Specification (GMNS)
site_url: https://zephyr-data-specs.github.io/GMNS/
repo_url: https://github.com/zephyr-data-specs/GMNS/
repo_name: zephyr-data-specs/GMNS
edit_uri: edit/main/docs/
site_description: A common machine (and human) readable format for sharing routable road network files.
site_author: Volpe/FHWA partnership with Zephyr Foundation
nav:
- Getting Started:
- Home: README.md
- Changelog: changelog.md
- Spec Documentation:
- Full Spec: spec/README.md
- Tables:
- node: spec/node.md
- link: spec/link.md
- geometry: spec/geometry.md
- zone: spec/zone.md
- segment: spec/segment.md
- location: spec/location.md
- lane: spec/lane.md
- segment_lane: spec/segment_lane.md
- link_tod: spec/link_tod.md
- segment_tod: spec/segment_tod.md
- lane_tod: spec/lane_tod.md
- segment_lane_tod: spec/segment_lane_tod.md
- movement: spec/movement.md
- movement_tod: spec/movement_tod.md
- signal_controller: spec/signal_controller.md
- signal_coordination: spec/signal_coordination.md
- signal_detector: spec/signal_detector.md
- signal_phase_mvmt: spec/signal_phase_mvmt.md
- signal_timing_plan: spec/signal_timing_plan.md
- signal_timing_phase: spec/signal_timing_phase.md
- curb_seg: spec/curb_seg.md
- config: spec/config.md
- use_definition: spec/use_definition.md
- use_group: spec/use_group.md
- time_set_definition: spec/time_set_definitions.md
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- search.suggest
icon:
logo: material/transit-detour
repo: fontawesome/brands/github
language: en
palette:
- media: "(prefers-color-scheme: light)"
primary: cyan
accent: cyan
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: cyan
accent: cyan
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- tables
plugins:
- social
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/zephyr-data-specs/GMNS