forked from ibm-mas/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
64 lines (59 loc) · 1.65 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
# 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
- "Changes": changes.md
- "Guides":
- "Choosing the Right Catalog": guides/choosing-the-right-catalog.md
- "Install": guides/install.md
- "Update": guides/update.md
- "Upgrade": guides/upgrade.md
- "MAS Core Explained": guides/architecture/core.md
- "MAS Pods Explained": guides/mas-pods-explained.md
- "Commands":
- "provision-fyre": commands/provision-fyre.md
- "provision-roks": commands/provision-roks.md
- "provision-rosa": commands/provision-rosa.md
- "setup-registry": commands/setup-registry.md
- "mirror-images": commands/mirror-images.md
- "configure-airgap": commands/configure-airgap.md
- "install": commands/install.md
- "Catalogs":
- "Overview": catalogs/index.md
- "March 2023": catalogs/v8-230314-amd64.md
- "Feb 2023": catalogs/v8-230217-amd64.md
- "Jan 2023": catalogs/v8-230111-amd64.md
- "Dec 2022": catalogs/v8-221228-amd64.md
- "Nov 2022": catalogs/v8-221129-amd64.md
- "Oct 2022": catalogs/v8-221025-amd64.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
# https://squidfunk.github.io/mkdocs-material/extensions/admonition/
# Note
# Abstract
# Info
# Tip
# Success
# Question
# Warning
# Failure
# Danger
# Bug
# Example
# Quote