This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
/
mkdocs.yml
114 lines (114 loc) · 3.33 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
site_name: OKD.io
site_description: >-
The Community Distribution of Kubernetes that powers Red Hat OpenShift
site_url: https://openshift-cs.github.io/okd.io/index.html
site_author: Brian Innes
repo_name: "okd-io"
repo_url: https://github.com/openshift-cs/okd.io
docs_dir: docs
site_dir: public
edit_uri: edit/main/docs
theme:
name: material
logo: img/okd_logo_resized.svg
favicon: img/okdLogo.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: okd
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: blue grey
accent: red
- media: "(prefers-color-scheme: dark)"
scheme: okd-dark
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: okd blue
accent: okd light green
font:
text: Open Sans
code: Roboto Mono
language: en
custom_dir: overrides
features:
- content.code.annotate
# - content.tabs.link
- navigation.instant
- naviagation.sections
- navigation.tracking
# - navigation.tabs
# - navigation.tabs.sticky
# - navigation.top
- search.suggest
- search.highlight
use_directory_urls: true
plugins:
- search:
lang: en
- minify:
minify_html: true
markdown_extensions:
- attr_list
- admonition
- toc:
permalink: true
toc_depth: 4
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.details
extra_css:
- css/extra.css
extra:
generator: false
copyright: Copyright © 2022 OKD Working Group
nav:
- Home: index.md
- About: about.md
- Getting Started:
- Installation: installation.md
- CRC: crc.md
- Guides:
- Overview: guides/overview.md
- Automated vSphere install: guides/automated-vsphere-upi.md
- Prerequites for vSphere UPI: guides/vsphere-prereqs.md
- vSphere IPI Deployment: guides/vsphere-ipi.md
- Single Node OKD Installation: guides/sno.md
- Vadim's homelab: guides/vadim.md
- Sri's homelab: guides/sri.md
- Azure IPI Default Deployment: guides/azure-ipi.md
- AWS IPI Default Deployment: guides/aws-ipi.md
- GCP IPI Default Deployment: guides/gcp-ipi.md
- OKD Virtualization: guides/virt-baremetal-upi/index.md
- Documentation: docs.md
- Blog: blog.md
- Community:
- OKD Community: community.md
- Code of Conduct: conduct.md
- Contributor: contributor.md
- OKD Working Group:
- About: working-groups.md
- Charter: charter.md
- Minutes: working-group/minutes/minutes.md
- Subgroups:
- Documentation:
- Overview: wg_docs/overview.md
- Modifying OKD.io: wg_docs/okd-io.md
- Setup environment: wg_docs/doc-env.md
- Content guidelines: wg_docs/content.md
- CRC Build:
- Overview: wg_crc/overview.md
- OKD Virtualization:
- Overview: wg_virt/overview.md
- Community: wg_virt/community.md
- OKD Development:
- Overview: okd_tech_docs/index.md
- Modifying OKD: okd_tech_docs/modifying_okd.md
- Operator Hub catalogs: okd_tech_docs/operators.md
- Release: okd_tech_docs/release.md
- Troubleshooting: okd_tech_docs/troubleshoot.md
- Help:
- Getting Help: help.md
- FAQ: faq.md