forked from roboticsoutreach/kb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
58 lines (53 loc) · 1.28 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
site_name: 'SRO Knowledgebase'
site_description: 'SRO Knowledgebase and documentation'
site_author: 'Southampton Robotics Outreach'
site_url: 'https://sro.netlify.com'
repo_name: 's-r-o/kb'
repo_url: 'https://github.com/s-r-o/kb'
theme:
name: 'material'
logo: 'img/sro_logo_arm.svg'
favicon: 'img/favicon.ico'
language: 'en'
feature:
tabs: true
palette:
primary: 'light blue'
accent: 'light blue'
font:
text: 'Source Sans Pro'
code: 'Inconsolata'
extra:
manifest: 'app.manifest'
social:
- type: github
link: 'https://github.com/s-r-o'
- type: facebook-square
link: 'https://facebook.com/SROSoton'
- type: slack
link: 'https://sourcebots.slack.com'
copyright: 'Copyright © Southampton Robotics Outreach.'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- meta
- attr_list
- 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