-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
105 lines (97 loc) · 3.04 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
site_name: AddRobots
site_description: 'Documentation'
site_author: 'Jeff Williams'
site_url: 'https://docs.addrobots.com/'
pages:
- Home: index.md
- Architecture:
- Information Flow: architecture/processflows.md
- Motor Messages:
- General: messages/general.md
- Motor Messages:
- MotorCmd: messages/motor/commands/motorcmd.md
- MotorData: messages/motor/data/motordata.md
- Vehicle Messages:
- VcuCmd: messages/vehicle/commands/vehiclecmds.md
- Application Messages:
- Robotic Cart: messages/vehicle/application/cartcmds.md
- Android:
- Overview: android/overview.md
- Applications:
- Shim Application: android/applications/shim.md
- Robotic Cart: android/applications/cart.md
- Project Management: about/management.md
- Repos:
- Overview: repos/repos.md
- Instructions:
- ProtoBuf: repos/addrobots_proto.md
- VCU: repos/addrobots_vcu.md
- MCU: repos/addrobots_mcu.md
- Contribute: about/contribute.md
- License: about/license.md
- ZeroDiff: about/zerodiff.md
theme:
name: 'material'
theme_dir: themes/material
custom_dir: theme-overrides
favicon: 'images/favicon/favicon.ico'
logo: 'images/favicon/apple-icon-144x144.png'
feature:
tabs: true
extra:
feature:
tabs: true
logo: 'images/profile.png'
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
social:
- type: 'github'
link: 'https://github.com/0x6a77'
- type: 'envelope-square'
link: 'http://eepurl.com/dl_CsD'
markdown_extensions:
- tables
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
repo_url: https://github.com/AddRobots/addrobots_docs/
copyright: AddRobots Documentation<br>Copyright © 2018 <a href="https://github.com/0x6a77">Jeff Williams</a> under BSD-3 License
extra_css:
- ./js/extra.css
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/raphael/2.2.7/raphael.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/snap.svg/0.5.1/snap.svg-min.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
- 'https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/flowchart/1.6.5/flowchart.min.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js'
# - 'https://cdnjs.cloudflare.com/ajax/libs/js-sequence-diagrams/1.0.6/sequence-diagram-snap-min.js'
- 'js/sequence-diagram-rafael-min.js'
# - 'js/sequence-diagram-snap-min.js'
- 'js/extra.js'
google_analytics:
- 'UA-77221538-1'
- 'auto'