-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
71 lines (68 loc) · 1.93 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
site_name: DevOops Documentation
site_url: https://stewartmoreland.github.io/docs/
copyright: Copyright © 2022 Stewart Moreland
theme:
name: material
# logo: assets/logo-white.png
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
palette:
- scheme: default
primary: red
accent: red
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
repo_name: stewartmoreland/docs
repo_url: https://github.com/stewartmoreland/docs
plugins:
- search:
lang: en
- social:
cards: !ENV [CARDS, false]
# Extensions
markdown_extensions:
- admonition
- codehilite
- attr_list
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed
- toc:
permalink: true
extra_css:
- https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css
extra_javascript:
- https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/brands/github
link: https://github.com/stewartmoreland
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/stewartmoreland/
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.