-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
51 lines (46 loc) · 1.09 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
site_name: Emma Memmory and Mapfile Analyser
repo_url: https://github.com/bmwcarit/Emma.git
repo_name: Emma Memmory and Mapfile Analyser
copyright: The Emma Authors
docs_dir: doc
use_directory_urls: False
theme:
features:
- tabs
- instant
name: material
palette:
primary: "Black"
accent: "Amber"
icon:
logo: material/magnify
#favicon: images/blah.png
font: false
language: "en"
highlightjs: true
# hljs_style: Dracula
hljs_languages:
- yaml
- JSON
extra:
social:
- icon: octicons/mark-github-16
link: 'https://github.com/bmwcarit/Emma'
#google_analytics:
# - 'UA-XXXXXXXX-X'
# - 'auto'
markdown_extensions:
- toc:
permalink: true
- tables
- fenced_code
- extra
- codehilite:
linenums: true
nav:
- Home: index.md # Symlink must have a different name than actual file (which we link to)
- Emma: readme-emma.md
- Emma Visualiser: readme-vis.md
- Test Project: test_project/readme.md
- Developer Guide: dev-guide.md
# - "Emma Deltas": "readme-deltas.md"