Skip to content

Commit

Permalink
Merge pull request #3810 from zowe/anax-v3-reference-v3changes-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
anaxceron authored Aug 15, 2024
2 parents 3bb876f + ac6857a commit dbed40e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
11 changes: 6 additions & 5 deletions docs/appendix/zowe-cli-command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

View detailed documentation on commands, actions, and options in Zowe CLI. You can read an interactive online version, download a PDF document, or download a ZIP file containing the HTML for the online version.

Currently, this reference documentation only contains the web help for
the Zowe CLI core component and CLI plug-ins maintained by Zowe. As third-party plug-ins are approved under the Zowe V2 LTS Conformance Program and contribute their web help to Zowe, we will update the documentation accordingly. To view the web help for V1 conformant plug-ins, click the version drop-menu on the top right corner of this page and click the link to any previous v1.xx.x version of this page.
This reference documentation is organized to contain the web help for Zowe CLI, CLI plug-ins maintained by Zowe, and Zowe V3 LTS-conformant third-party CLI plug-ins. As third-party plug-ins are approved under the Zowe V3 LTS Conformance Program and contribute their web help to Zowe, we update the documentation accordingly.

- <a href="/stable/web_help/index.html" target="_blank">Browse online</a>
- <a href="/stable/CLIReference_Zowe.pdf" target="_blank">Download CLI reference in PDF format</a>
- <a href="/stable/zowe_web_help.zip" target="_blank">Download CLI reference in ZIP format</a>
To view the web help for V2 conformant plug-ins, click the version drop-menu on the top right corner of this page and click the link to any previous v2.xx.x version of this page.

- <a href="/stable/web_help/index.html" target="_blank">Browse the interactive online version</a>
- <a href="/stable/CLIReference_Zowe.pdf" target="_blank">Download the CLI reference guide in PDF format</a>
- <a href="/stable/zowe_web_help.zip" target="_blank">Download the CLI reference guide in ZIP format</a>
30 changes: 15 additions & 15 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -960,21 +960,8 @@ module.exports = {
"contribute/contributing",
],
"reference": [
"appendix/zowe-cli-command-reference",
"appendix/server-component-manifest",
"appendix/zowe-api-reference",
{
type: "category",
label: "ZWE Server Command Reference",
link: {type:"doc", id:"appendix/zwe_server_command_reference_overview"},
items: [
{
type: "autogenerated",
dirName: "appendix/zwe_server_command_reference"
}
]
},
"appendix/zowe-yaml-configuration",
"appendix/server-component-manifest",
{
type: "category",
label: "Zowe Chat command reference",
Expand Down Expand Up @@ -1066,7 +1053,20 @@ module.exports = {
},
]
},
"appendix/bill-of-materials",
"appendix/zowe-cli-command-reference",
"appendix/zowe-yaml-configuration",
{
type: "category",
label: "ZWE Server Command Reference",
link: {type:"doc", id:"appendix/zwe_server_command_reference_overview"},
items: [
{
type: "autogenerated",
dirName: "appendix/zwe_server_command_reference"
}
]
},
"appendix/bill-of-materials",
{
type: "link",
label: "Third Party Software Requirements",
Expand Down

0 comments on commit dbed40e

Please sign in to comment.