-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
151 lines (145 loc) · 4.23 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
site_name: beezy.dev
site_url: https://beezy.dev
plugins:
- git-revision-date-localized:
enable_creation_date: true
- git-authors
- git-committers:
repository: beezy-dev/verbose-couscous
branch: main
# token: !ENV GH_TOKEN
theme:
font:
text: Red Hat Text
code: Red Hat Mono
favicon: images/beezydev-website-favicon-color.png
features:
- content.code.annotate
- navigation.top
- navigation.footer
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- content.code.copy
- content.code.select
icon:
logo: fontawesome/solid/code-merge
repo: fontawesome/brands/github
name: material
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: red
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: red
toggle:
icon: material/weather-night
name: Switch to system preference
# extra_css:
# - stylesheets/extra.css
extra:
consent:
actions:
- accept
- reject
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.
social:
- icon: fontawesome/brands/github
link: https://github.com/beezy-dev/verbose-couscous
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@beezydev
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/romdalf
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/romdalf/
generator: true
copyright: >
Apache-2.0 License -
<a href="#__consent">Change cookie settings</a>
repo_url: https://github.com/beezy-dev/verbose-couscous
repo_name: beezy-dev/verbose-couscous
edit_uri: edit/main/docs/
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- pymdownx.details
- def_list
- md_in_html
- pymdownx.snippets:
base_path: 'docs/'
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- about:
- index.md
- contributing: contribute.md
- kleidí:
- kleidi/index.md
- deploy: kleidi/deploy.md
- concepts: concepts.md
- containers:
- kubernetes/index.md
- podman: kubernetes/podman.md
- kind: kubernetes/kind.md
- microshift: kubernetes/microshift.md
- openshift local: kubernetes/local.md
- openshift: kubernetes/openshift.md
- application:
- application/index.md
- project and resources:
- namespace: application/namespace.md
- quota: application/quota.md
- deployment types:
- reloading conundrum: application/envreload.md
- source to image: application/s2i.md
- helm charts: application/helm.md
- application onboarding: application/saep.md
- networking:
- networking/index.md
- network policy: networking/isolation.md
- multicluster interconnect: networking/multicluster.md
- testing:
- testing/index.md
- functional testing: testing/functional.md
- non-functional testing: testing/non-functional.md
- benchmarking: testing/benchmarking.md
- side project:
- unmanned ground vehicle:
- ugv/index.md
- phase 0 - Build a UGV: ugv/phase0.md
- phase 1 - Code a UGV: ugv/phase1.md
- phase 2: ugv/phase2.md
- phase 3: ugv/phase3.md
- extensions:
- ground detection: ugv/nfc.md