-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
76 lines (68 loc) · 1.72 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
site_name: Mixed Traffic Control
site_author: Yanzhi Yao, Anish Kulkarni, Yang Zheng
# Repository
repo_name: soc-ucsd/mixed-traffic
repo_url: https://github.com/soc-ucsd/mixed-traffic
edit_uri: edit/main/docs
# Copyright
copyright: Copyright © 2022 SOC Lab
nav:
- Welcome: index.md
- Smoothing Traffic Flow: smoothing_traffic_flow.md
- Structured Optimal Control: structured_optimal_control.md
- Cooperative Formation Multiple CAVs: cooperative_formation_multiple.md
- Student Project:
- Penetration Rate Experiments: student_project/numerical_data.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
- toc:
permalink: true
- attr_list
- md_in_html
# Configuration
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.tracking
- navigation.indexes
- toc.integrate
- toc.follow
- navigation.expand
language: en
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
plugins:
- glightbox:
touchNavigation: true
loop: false
effect: zoom
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom