forked from ibm-mas/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
83 lines (75 loc) · 2.5 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
# mkdocs serve
site_name: MAS 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:
- "Home": index.md
- "Guides":
- "Choosing the Right Catalog": guides/choosing-the-right-catalog.md
- "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
- "Command Reference":
- "install": commands/install.md
- "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-images": commands/mirror-images.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":
- "All Catalogs": catalogs/index.md
- "Oct 03 2024": catalogs/v9-241003-amd64.md
- "Aug 27 2024": catalogs/v9-240827-amd64.md
- "Jul 30 2024": catalogs/v9-240730-amd64.md
- "Jun 25 2024": catalogs/v9-240625-amd64.md
- "Reference":
- "Dependencies": reference/dependencies.md
- "Topology": reference/topology.md
- "Cluster Extensions": reference/cluster-extensions.md
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
prev_next_buttons_location: none
extra_css:
- extra.css
markdown_extensions:
- toc:
permalink:
- admonition
# Add this to support expandable sections
#- pymdownx.details
plugins:
- 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"
# https://squidfunk.github.io/mkdocs-material/extensions/admonition/
# Note
# Abstract
# Info
# Tip
# Success
# Question
# Warning
# Failure
# Danger
# Bug
# Example
# Quote