-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
57 lines (50 loc) · 1.27 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
# Project information
site_name: Arduino Lint
site_description: Tool to check for problems with Arduino projects
site_url: https://arduino.github.io/arduino-lint/
# Repository
repo_name: arduino/arduino-lint
repo_url: https://github.com/arduino/arduino-lint
edit_uri: ""
# Copyright
copyright: Copyright 2020 ARDUINO SA (http://www.arduino.cc/)
# Theme
theme:
name: material
logo: img/icon_mac_light.png
palette:
primary: teal
accent: orange
# Extensions
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.magiclink:
repo_url_shorthand: true
user: arduino
repo: arduino-lint
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- mdx_truly_sane_lists:
nested_indent: 2
truly_sane: true
# Navigation
nav:
- Documentation Home: index.md
- installation.md
- Command reference: commands/arduino-lint.md
- CONTRIBUTING.md
extra_css:
- css/version-select.css
extra_javascript:
- js/version-select.js