-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
76 lines (68 loc) · 1.82 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
---
site_name: SAP LinuxLab Open-Source Initiative
nav:
- 'index.md'
- 'initiative_about.md'
- 'initiative_participating_companies.md'
- 'initiative_contributions.md'
- 'Automation Projects':
- 'automation_projects.md'
- 'automation_demos.md'
- 'other_projects.md'
- 'faq.md'
theme:
name: material
custom_dir: material_theme_custom
language: en
font:
text: Roboto
icon:
logo: 'material/open-source-initiative'
favicon: ''
features:
- toc.integrate
- search.share
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/asciinema-3-8-1-player.css
extra_javascript:
- assets/javascripts/asciinema-3-8-1-player.min.js
- assets/javascripts/unhide_div.js
plugins:
- search
markdown_extensions:
- meta
- admonition # For FAQ page
- attr_list
- tables
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social: true # Repurpose for cookies setting in footer (GDPR requirement), set this to true to trigger standard theme logic
analytics:
provider: google
property: G-F750F4XHER
consent:
title: Cookie consent
description: >-
Cookies are used to understand user count worldwide and the effectiveness of information on the initiative homepage.
With your consent, you're helping us to improve the initiative.
actions:
- accept
- reject
cookies:
analytics:
name: Google Analytics
checked: false