Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualize "install" options as options under parent category #3935

Merged
merged 4 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-guide/install-zowe-zos-convenience-build.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
84 changes: 45 additions & 39 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,51 +133,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)",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note this was a bug: the container build never was a 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",
Expand Down
Loading