forked from riebl/artery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (41 loc) · 999 Bytes
/
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
site_name: Artery V2X Simulation Framework
site_dir: www
repo_name: 'Artery on GitHub'
repo_url: https://github.com/riebl/artery
theme:
name: 'material'
features:
- tabs
icon:
logo: fontawesome/solid/wifi
palette:
primary: 'teal'
accent: 'deep orange'
font:
text: 'Lato'
code: 'Oxygen Mono'
markdown_extensions:
- admonition
- attr_list
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- vidify
plugins:
- search
- git-revision-date-localized
nav:
- Artery: index.md
- Features:
- Middleware: features/middleware.md
- Environment Model: features/envmod.md
- GEMV²: features/gemv2.md
- Storyboard: features/storyboard.md
- Install Instructions: install.md
- Architecture: architecture.md
- Work with VS Code: vscode.md
- Questions & Answers: questions-n-answers.md
- Legal Notice: legal.md