-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
65 lines (65 loc) · 1.58 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
site_name: Home Lab
site_description: >-
How to create your own home or office Lab environment to explore Red Hat OpenShift using oVirt and OKD
site_url: https://brianinnes.github.io/homeLab
site_author: Brian Innes
repo_name: "homeLab"
repo_url: https://github.com/brianinnes/homeLab
docs_dir: docs
site_dir: public
edit_uri: edit/main/docs
theme:
name: material
logo: images/BrianLogo.png
favicon: images/BrianLogo.png
palette:
scheme: brian
primary: brian blue
accent: brian light green
font:
text: Roboto
code: Roboto Mono
language: en
custom_dir: overrides
features:
- navigation.instant
- navigation.tracking
use_directory_urls: true
plugins:
- search:
lang: en
- minify:
minify_html: true
markdown_extensions:
- attr_list
- admonition
- toc:
permalink: true
toc_depth: 3
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.details
extra_css:
- css/extra.css
extra:
generator: false
copyright: Copyright © 2021 Brian Innes
nav:
- Home: index.md
- Overview: overview.md
- Preparing: preparation.md
- My setup : my-setup.md
- oVirt setup: ovirt.md
- Hosted workstation : workstation.md
- OKD install: okd_install.md
- Development Environment:
- DevOps: devops/index.md
- Object Storage : devops/objectStorage.md
- Container Registry : devops/registry.md
- ArgoCD : devops/argocd.md
- Pipelines: devops/pipelines.md
- Gitea: devops/gitea.md
- Full Stack Development:
- Nuxt 3 : full-stack/nuxt3.md
- Resources: resources.md