This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
forked from openshift-cs/okd.io
-
Notifications
You must be signed in to change notification settings - Fork 26
/
mkdocs.yml
162 lines (160 loc) · 4.32 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
152
153
154
155
156
157
158
159
160
161
162
site_name: OKD.io
site_description: >-
The Community Distribution of Kubernetes that powers Red Hat OpenShift
site_url: https://okd.io/
site_author: Brian Innes
repo_name: "okd-io"
repo_url: https://github.com/okd-project/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:
# Palette toggle for light mode
# - media: "(prefers-color-scheme: light)"
# scheme: default
# toggle:
# icon: material/brightness-7
# name: Switch to dark mode
# Palette toggle for dark mode
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# toggle:
# icon: material/brightness-4
# name: Switch to light mode
#
#-----------------------------
#
- 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.copy
- content.code.annotate
# - content.tabs.link
# - -
- naviagation.sections
- navigation.tracking
# - navigation.tabs
# - navigation.tabs.sticky
# - navigation.top
- search.suggest
- search.highlight
use_directory_urls: true
plugins:
- tags
- social
- blog:
archive: true
archive_date_format: yyyy
archive_url_date_format: yyyy
authors: true
authors_file: "{blog}/.authors.yml"
blog_dir: blog
blog_toc: true
categories: false
categories_allowed:
- Build
- Community
- Testing
- Guide
categories_name: Categories
categories_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
post_url_date_format: yyyy/MM/dd
post_url_format: "{date}/{slug}"
post_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
post_slugify_separator: _
post_excerpt: optional
post_excerpt_max_authors: 2
- minify:
minify_html: true
- search:
pipeline:
- stemmer
- stopWordFilter
- trimmer
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- toc:
permalink: true
toc_depth: 4
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight
- pymdownx.tabbed:
alternate_style: true
- 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
- Documentation: docs.md
- Blog:
- blog/index.md
- Community:
- OKD Community: community.md
- Code of Conduct: conduct.md
- Contributor: contributor.md
- OKD Working Group:
- About: working-groups.md
- Charter: charter.md
- Communications: communications.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
- SCOS Migration FAQ: scos-migration-faq.md