forked from axem-solutions/dem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
81 lines (74 loc) · 2.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: dem
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
icon:
repo: fontawesome/brands/github
logo: wp-content/uploads/2023/03/x_w.png
favicon: wp-content/uploads/2023/03/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/dem
repo_name: dem
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
nav:
- 'index.md'
- 'installation.md'
- 'development_environments.md'
- 'commands.md'