-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
58 lines (52 loc) · 1.12 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
# project information
site_name: Web App
nav:
- Home: index.md
- Welcome: intro.md
- Getting started: getting-started.md
- Map: map.md
- Side Bar: side-bar.md
- Customise Profile: profile.md
- Menu: menu.md
- Reports: reports.md
- Alerts: alerts.md
- Alert type: alert-types.md
- Drivers: drivers.md
- Groups: groups.md
- Management: management.md
- Odometer: odometer.md
- Points Of Interest: poi.md
- Users: users.md
- Alerts: viewing-alerts.md
- Test Sub Groups: aa-example-code.md
# copyright
copyright: 'Copyright © 2019 Fonix Telematics Ltd'
# repository
# configuration
theme:
name: 'readthedocs'
# theme:
# name: 'material'
# palette:
# primary: 'blue grey'
# accent: 'teal'
# logo:
# icon: 'help'
extra_css:
- css/extra.css
# customization
extra:
social:
- type: 'twitter'
link: 'https://twitter.com/FonixTelematics'
- type: 'linkedin'
link: 'https://www.linkedin.com/company/1391224/'
# extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- footnotes
- toc:
permalink: true