-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmkdocs.yml
94 lines (87 loc) · 2.84 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
# mkdocs serve
site_name: Maximo Application Suite CLI
site_url: https://ibm-mas.github.io/cli
repo_name: GitHub
repo_url: https://github.com/ibm-mas/cli
edit_uri: blob/master/docs/
nav:
- "Guides":
- "Image Mirroring": guides/image-mirroring.md
- "Install": guides/install.md
- "Update": guides/update.md
- "Upgrade": guides/upgrade.md
- "Uninstall": guides/uninstall.md
- "Examples":
- "EAM Migration": examples/eam-migration.md
- "Mirror Db2 Images": examples/mirror-db2.md
- "Minimal RBAC": examples/minimal-rbac.md
- "Command Reference":
- "update": commands/update.md
- "upgrade": commands/upgrade.md
- "uninstall": commands/uninstall.md
- "must-gather": commands/must-gather.md
- "configure-airgap": commands/configure-airgap.md
- "mirror-redhat-images": commands/mirror-redhat-images.md
- "setup-registry": commands/setup-registry.md
- "teardown-registry": commands/teardown-registry.md
- "provision-fyre": commands/provision-fyre.md
- "provision-roks": commands/provision-roks.md
- "provision-rosa": commands/provision-rosa.md
- "configtool-oidc": commands/configtool-oidc.md
- "Operator Catalogs":
- "Overview": catalogs/index.md
- "Mar 06 2025": catalogs/v9-250306-amd64.md
- "Feb 06 2025": catalogs/v9-250206-amd64.md
- "Jan 09 2025": catalogs/v9-250109-amd64.md
- "Dec 05 2024": catalogs/v9-241205-amd64.md
- "Reference":
- "Dependencies": reference/dependencies.md
- "Topology": reference/topology.md
- "Cluster Extensions": reference/cluster-extensions.md
not_in_nav: |
index.md
catalogs/packages/*
catalogs/v8-*
catalogs/v9-*
theme:
name: carbon
prefix: IBM
header_nav_items:
- title: Ansible
url: https://ibm-mas.github.io/ansible-devops/
- title: CLI
active: true
extra_css:
- extra.css
markdown_extensions:
- toc:
permalink: "¤"
- admonition
# https://squidfunk.github.io/mkdocs-material/extensions/admonition/
# Note
# Abstract
# Info
# Tip
# Success
# Question
# Warning
# Failure
# Danger
# Bug
# Example
# Quote
plugins:
- search: {}
- redirects:
redirect_maps:
"guides/architecture/core.md": "https://www.ibm.com/docs/en/mas-cd/continuous-delivery?topic=reference-maximo-application-suite-core-services"
"guides/mas-pods-explained.md": "https://www.ibm.com/docs/en/mas-cd/continuous-delivery?topic=reference-maximo-application-suite-pod-details"
"guides/choosing-the-right-catalog.md": "catalogs/index.md"
"commands/mirror-images.md": "guides/image-mirroring.md"
"commands/install.md": "guides/install.md"
- glightbox:
shadow: true
caption_position: bottom
auto_caption: true
touchNavigation: false
background: black