-
Notifications
You must be signed in to change notification settings - Fork 491
/
mkdocs.yml
36 lines (32 loc) · 973 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
site_name: 'Awesome Robotic Tooling'
site_url: 'https://FreeRobotics.tools'
site_description: 'Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace'
repo_name: 'protontypes/awesome-robotic-tooling'
repo_url: 'https://github.com/protontypes/awesome-robotic-tooling'
nav:
- "Awesome Robotic Tooling": "index.md"
- "Contribute Awesome Robotic Tooling": "CONTRIBUTING.md"
theme:
name: 'material'
custom_dir: 'docs/overrides'
logo: 'logo.png'
favicon: 'favicon.png'
palette:
primary: 'blue grey'
accent: 'indigo'
feature:
- navigation.instant
- navigration.tabs
- search.highlight
extra_css:
- css/extra.css
markdown_extensions:
- meta
- toc:
permalink: true
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/protontypes
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/protontypes