-
Notifications
You must be signed in to change notification settings - Fork 124
/
mkdocs.yaml
43 lines (39 loc) · 892 Bytes
/
mkdocs.yaml
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
site_name: CARMA Platform
repo_name: usdot-fhwa-stol/carma-platform
repo_url: https://github.com/usdot-fhwa-stol/carma-platform
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- monorepo
- search
theme:
features:
- content.code.copy
- navigation.indexes
- navigation.top
icon:
repo: fontawesome/brands/github
name: material
palette:
- scheme: default
primary: amber
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
nav:
- Overview: "index.md"