From 14362524f7701d1e457e4b4e728f752a780467ea Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 8 Oct 2024 22:01:42 +0200 Subject: [PATCH 1/2] Visualize "install" options as options under parent category Signed-off-by: 1000TurquoisePogs --- sidebars.js | 84 ++++++++++++++++++++++++++++------------------------- 1 file changed, 45 insertions(+), 39 deletions(-) diff --git a/sidebars.js b/sidebars.js index 83d740a180..9a5d2ef23d 100644 --- a/sidebars.js +++ b/sidebars.js @@ -132,51 +132,57 @@ module.exports = { }, { type: "category", - label: "Installing Zowe Server Install Wizard", - link: { type: "doc", id: "user-guide/install-zowe-server-install-wizard" }, + label: "Installing", items: [ - "user-guide/troubleshooting-zowe-server-install-wizard", - ] - }, - { - type: "category", - label: "Installing Zowe via SMP/E", - link: { type: "doc", id: "user-guide/install-zowe-smpe-overview" }, - items: [ - "user-guide/install-zowe-smpe", - ] - }, - { - type: "category", - label: "Installing Zowe via z/OSMF from PSWI and SMP/E workflow", - link: { type: "doc", id: "user-guide/zosmf-install" }, - items: [ - "user-guide/install-zowe-pswi-address-requirements", - "user-guide/systemrequirements-zosmf", - "user-guide/systemrequirements-zosmf-lite", + { + type: "category", + label: "Installing the z/OS Build via Zowe Server Install Wizard", + link: { type: "doc", id: "user-guide/install-zowe-server-install-wizard" }, + items: [ + "user-guide/troubleshooting-zowe-server-install-wizard", + ] + }, + { + type: "category", + label: "Installing the z/OS Build via SMP/E", + link: { type: "doc", id: "user-guide/install-zowe-smpe-overview" }, + items: [ + "user-guide/install-zowe-smpe", + ] + }, { type: "category", - label: "Installing Zowe via z/OSMF from PSWI", - link: { type: "doc", id: "user-guide/install-zowe-pswi" }, + label: "Installing the z/OS Build via z/OSMF from PSWI and SMP/E workflow", + link: { type: "doc", id: "user-guide/zosmf-install" }, items: [ - "user-guide/install-zowe-pswi-acquire", - "user-guide/install-zowe-pswi-deployment", + "user-guide/install-zowe-pswi-address-requirements", + "user-guide/systemrequirements-zosmf", + "user-guide/systemrequirements-zosmf-lite", + { + type: "category", + label: "Installing Zowe via z/OSMF from PSWI", + link: { type: "doc", id: "user-guide/install-zowe-pswi" }, + items: [ + "user-guide/install-zowe-pswi-acquire", + "user-guide/install-zowe-pswi-deployment", + ], + }, + "user-guide/install-zowe-smpe-zosmf-workflow", ], }, - "user-guide/install-zowe-smpe-zosmf-workflow", - ], - }, - "user-guide/install-zowe-zos-convenience-build", - { - type: "category", - label: "Installing Zowe via a containerization build (PAX file)", - link: { type: "doc", id: "user-guide/k8s-introduction" }, - items: [ - "user-guide/k8s-prereqs", - "user-guide/k8s-downloading", - "user-guide/k8s-config", - "user-guide/k8s-using", - ], + "user-guide/install-zowe-zos-convenience-build", + { + type: "category", + label: "Installing the Container Build with Kubernetes", + link: { type: "doc", id: "user-guide/k8s-introduction" }, + items: [ + "user-guide/k8s-prereqs", + "user-guide/k8s-downloading", + "user-guide/k8s-config", + "user-guide/k8s-using", + ], + } + ] }, { type: "category", From 2697e46fd597a6b89864d19ef12c823c81cfee2e Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 8 Oct 2024 22:06:57 +0200 Subject: [PATCH 2/2] Update install-zowe-zos-convenience-build.md title Signed-off-by: 1000TurquoisePogs --- docs/user-guide/install-zowe-zos-convenience-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/install-zowe-zos-convenience-build.md b/docs/user-guide/install-zowe-zos-convenience-build.md index c84c94770a..39bff3240d 100644 --- a/docs/user-guide/install-zowe-zos-convenience-build.md +++ b/docs/user-guide/install-zowe-zos-convenience-build.md @@ -1,4 +1,4 @@ -# Installing Zowe via a convenience build (PAX file) +# Installing the z/OS Build via Convenience Build (PAX file) You install the Zowe™ convenience build by obtaining a PAX file and using this to create the Zowe runtime environment.