-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
58 lines (52 loc) · 1.51 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
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/mkdocs/mkdocs.yml
# See: https://www.mkdocs.org/user-guide/configuration/
site_name: Arduino Lint
site_description: Tool to check for problems with Arduino projects
site_url: https://arduino.github.io/arduino-lint/
repo_name: arduino/arduino-lint
repo_url: https://github.com/arduino/arduino-lint
edit_uri: blob/main/docs/
copyright: Copyright 2020 ARDUINO SA (http://www.arduino.cc/)
theme:
name: material
logo: img/icon_mac_light.png
palette:
primary: teal
accent: orange
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.toc:
permalink: true
toc_depth: 4
- mdx_truly_sane_lists:
nested_indent: 2
truly_sane: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
emoji_index: !!python/name:pymdownx.emoji.twemoji
- pymdownx.magiclink:
repo: arduino-lint
repo_url_shorthand: true
user: arduino
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: index.md
- installation.md
- Command reference: commands/arduino-lint.md
- Rules:
- Introduction: rules.md
- Sketch: rules/sketch.md
- Library: rules/library.md
- Platform: rules/platform.md
- Package index: rules/package-index.md
- CONTRIBUTING.md
extra:
version:
provider: mike