-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
mkdocs.yml
72 lines (65 loc) · 1.65 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
site_name: v1pi
repo_name: jeffeb3/v1pi
repo_url: https://github.com/jeffeb3/v1pi/
edit_uri: 'edit/master/docs/'
nav:
- Introduction: index.md
- Setup: setup.md
- Camera: camera.md
- Wifi: wifi.md
- Advanced: advanced.md
theme:
name: 'material'
palette:
primary: 'black'
accent: 'red'
logo: "img/favicon.ico"
favicon: "img/favicon.ico"
extra:
version: 0.18.0
social:
- type: 'github'
link: 'https://github.com/jeffeb3'
- type: 'twitter'
link: 'https://twitter.com/jeffeb3'
- type: 'users'
link: 'https://github.com/sponsors/jeffeb3'
- type: 'usd'
link: 'https://liberapay.com/jeffeb3'
- type: 'globe'
link: 'https://v1engineering.com'
analytics:
provider: google
property: 'UA-154250450-1'
extra_css: [v1.css]
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
copyright: "<a href=\"https://github.com/jeffeb3/v1pi/tree/master/LICENSE.md\">GPL 3.0</a>"
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- pyembed.markdown
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.extra
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- sane_lists
- smarty
- toc:
permalink: true
- lightgallery
- pymdownx.extra