-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
72 lines (65 loc) · 1.63 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
# Project information
site_name: MLS800
site_description: An open-source MIDI controlled loop switcher
site_author: Bertrand Lemasle
site_url: https://blemasle.github.io/mls800/
site_image: assets/product-preview.png
# Repository
repo_name: 'blemasle/mls800'
repo_url: 'https://github.com/blemasle/mls800'
# Copyright
copyright: |
Copyright © 2013 - 2019 <a href="https://github.com/blemasle">Bertrand Lemasle</a>
<br><span class="md-footer-custom-text">emoji provided free by </span><a href="http://www.emojione.com">EmojiOne</a>
# Configuration
theme:
name: material
custom_dir: theme
palette:
primary: 'blue'
# Extensions
markdown_extensions:
- meta
- codehilite
- admonition
- footnotes
- pymdownx.details
- pymdownx.extra
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_alt
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: flow
class: uml-flowchart
format: !!python/name:pymdownx.superfences.fence_code_format
- name: sequence
class: uml-sequence-diagram
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets:
base_path: 'docs'
check_paths: True
- pymdownx.tasklist:
custom_checkbox: True
- smarty
- toc:
permalink: true
# Navigation
nav:
- Home: 'index.md'
- 'hardware.md'
- 'firmware.md'
- 'building.md'
- 'manual.md'
extra:
social:
- type: github
link: https://github.com/blemasle
extra_css:
- extra.css
extra_javascript:
- uml.js