-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (55 loc) · 1.26 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
site_name: OKD Catalog
site_url: https://brianinnes.github.io/okd-catalog
site_author: Brian Innes
repo_name: "okd-catalog"
repo_url: https://github.com/brianinnes/okd-catalog
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
- tables
- toc:
permalink: true
toc_depth: 3
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.details
extra_css:
- css/extra.css
extra:
generator: false
nav:
- Home: index.md
- Catalog: catalog.md
- Catalog Operators: catalog-operators.md
- Operators:
- DevWorkspace: operators/devworkspace.md
- Data Foundation: operators/data-foundation.md
- Pipelines: operators/pipelines.md
- GitOps: operators/gitops.md
- Service Mesh: operators/service-mesh.md
- Serverless: operators/serverless.md