-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
91 lines (84 loc) · 2.49 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
site_name: Tutorial
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: axem_light
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: axem_dark
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
code: Inconsolata
features:
- navigation.instant
- navigation.tracking
- navigation.footer
- content.code.copy
icon:
repo: fontawesome/brands/github
logo: images/x_w.png
favicon: images/logo2.png
extra_css:
- stylesheets/scheme.css
- stylesheets/extra.css
extra:
consent:
title: Cookie consent
description: >-
We need some cookies to make axem work. axem and our social media, advertising, analytics etc.
partners would like to use additional cookies to store your preferences, gather statistics and
assist with our marketing - this helps us improve axem. By clicking [Acccept] you consent
to the use of these cookies and you acknowledge that you read and understood our Cookie and
Privacy Policy.
<br>
<a href="/policies.html">Read Privacy and Cookie Policy</a>
actions:
- accept
- reject
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/axemsolutions/
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/axemsolutions/
- icon: fontawesome/brands/github
link: https://github.com/axem-solutions
generator: false
homepage: https://axemsolutions.io
analytics:
provider: google
property: G-MCWQMMXY3W
copyright: >
Copyright 2023 - axem solutions - All rights reserved |
<a href="#__consent">Change cookie settings</a> |
Made with <a href="https://squidfunk.github.io/mkdocs-material/">Material for MkDocs</a>
repo_url: https://github.com/axem-solutions/example
repo_name: example
markdown_extensions:
- tables
- admonition
- attr_list
- toc
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
use_pygments: true
- pymdownx.superfences
nav:
- 'index.md'
- 'preparations.md'
- 'dev_env.md'
- 'led_blinking.md'
- 'cli_usage.md'
- 'vscode_integration_guide.md'
- 'create_new_dev_env.md'