-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
47 lines (41 loc) · 1.12 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
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/mkdocs/mkdocs.yml
# See: https://www.mkdocs.org/user-guide/configuration/
# TODO: Fill in all blank fields below.
site_name:
site_description:
site_url:
repo_name:
repo_url:
edit_uri: blob/main/docs/
copyright: Copyright 2021 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
- 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:
repo_url_shorthand: true
user: arduino
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: index.md
# TODO: Define navigation structure for all other source files.