Skip to content

Commit 5364f0a

Browse files
authored
Merge branch 'master' into enh/sshrc
2 parents 14d2feb + 89dd604 commit 5364f0a

File tree

5 files changed

+117
-6
lines changed

5 files changed

+117
-6
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ company_name: IBM
1616
github_editme_path:
1717
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
1818

19-
path_to_generated_docs: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs/
19+
path_to_generated_docs: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/
2020
# Location of the CLIReadme.md file that's generated when docs are built
2121

2222
# gitlab_editme_path: tomjoht/documentation-theme-jekyll/tree/master
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
2+
3+
entries:
4+
- title: Sidebar
5+
levels: one
6+
folders:
7+
8+
- title: Getting Started
9+
output: web
10+
folderitems:
11+
- title: Home
12+
url: /index.html
13+
output: web
14+
- title: Requirements on z/OS
15+
url: /cdp-Requirements.html
16+
output: web
17+
- title: Installation
18+
url: /cdp-Installation.html
19+
output: web
20+
- title: Create Zowe CLI profiles
21+
url: /cdp-Create-Zowe-CLI-profiles.html
22+
output: web
23+
24+
- title: Tutorials
25+
output: web
26+
folderitems:
27+
- title: Deploying your first app
28+
url: /cdp-Deploying-your-first-app.html
29+
output: web
30+
- title: Developer pushing Node.js apps
31+
url: /cdp-Developer-pushing-Node.js-apps.html
32+
output: web
33+
- title: Developer deploying Node.js apps
34+
url: /cdp-Developer-deploying-Node.js-apps.html
35+
output: web
36+
37+
- title: Troubleshooting
38+
output: web
39+
folderitems:
40+
- title: Log and trace files
41+
url: /cdp-Troubleshooting-General.html
42+
output: web
43+
44+
- title: Commands - zowe profiles
45+
output: web
46+
folderitems:
47+
- title: create cics-deploy-profile
48+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#create--cre
49+
output: web
50+
- title: update cics-deploy-profile
51+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#update--upd
52+
output: web
53+
- title: delete cics-deploy-profile
54+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#delete--rm
55+
output: web
56+
- title: list cics-deploy-profile
57+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#list--ls
58+
output: web
59+
- title: set-default cics-deploy-profile
60+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#set-default--set
61+
output: web
62+
63+
- title: Commands - CICS deploy
64+
output: web
65+
folderitems:
66+
- title: generate bundle
67+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#module-generate
68+
output: web
69+
- title: update push bundle
70+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#module-push
71+
output: web
72+
- title: deploy bundle
73+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs/CLIReadme.md#module-deploy
74+
output: web
75+
- title: undeploy bundle
76+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs/CLIReadme.md#module-undeploy

docs/_data/sidebars/cdp_sidebar.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,39 @@ entries:
3939
folderitems:
4040
- title: Log and trace files
4141
url: /cdp-Troubleshooting-General.html
42+
output: web
43+
44+
- title: Commands - zowe profiles
45+
output: web
46+
folderitems:
47+
- title: create cics-deploy-profile
48+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#create--cre
49+
output: web
50+
- title: update cics-deploy-profile
51+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#update--upd
52+
output: web
53+
- title: delete cics-deploy-profile
54+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#delete--rm
55+
output: web
56+
- title: list cics-deploy-profile
57+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#list--ls
58+
output: web
59+
- title: set-default cics-deploy-profile
60+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#set-default--set
61+
output: web
62+
63+
- title: Commands - CICS deploy
64+
output: web
65+
folderitems:
66+
- title: generate bundle
67+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#module-generate
68+
output: web
69+
- title: update push bundle
70+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#module-push
71+
output: web
72+
- title: deploy bundle
73+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#module-deploy
74+
output: web
75+
- title: undeploy bundle
76+
external_url: https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/CLIReadme.md#module-undeploy
4277
output: web

docs/css/customstyles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ span.soft {
874874
@media (min-width: 1000px) {
875875

876876
ul#mysidebar {
877-
width: 225px;
877+
width: 250px;
878878
}
879879
}
880880

docs/pages/cdp/cdp-Home.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ folder: cdp
1111
It aims to provide an experience for developers and CI/CD automation pipelines similar to deploying to a cloud platform when deploying to CICS.
1212

1313
The plug-in provides the following commands:
14-
* [zowe cics-deploy generate bundle](../blob/master/docs/CLIReadme.md#module-generate) - Generate a CICS bundle in the working directory. Typically used by developers to package their existing application as a CICS bundle.
14+
* [zowe cics-deploy generate bundle]({{ site.path_to_generated_docs }}CLIReadme.md#module-generate) - Generate a CICS bundle in the working directory. Typically used by developers to package their existing application as a CICS bundle.
1515

16-
* [zowe cics-deploy push bundle](../blob/master/docs/CLIReadme.md#module-push) - Firstly undeploy the previous version of the CICS bundle from CICS incase it was been previously deployed. Then copy the bundle from the working directory to a z/OS directory, and run npm to install dependencies for each Node.js application in the bundle. Finally deploy the bundle to one or more CICS regions within a CICSplex. Typically used by developers to deploy applications in CICS ready for testing.
16+
* [zowe cics-deploy push bundle]({{ site.path_to_generated_docs }}CLIReadme.md#module-push) - Firstly undeploy the previous version of the CICS bundle from CICS incase it was been previously deployed. Then copy the bundle from the working directory to a z/OS directory, and run npm to install dependencies for each Node.js application in the bundle. Finally deploy the bundle to one or more CICS regions within a CICSplex. Typically used by developers to deploy applications in CICS ready for testing.
1717

18-
* [zowe cics-deploy deploy bundle](../blob/master/docs/CLIReadme.md#module-deploy) - Deploy a CICS bundle that is in a z/OS directory to one more CICS regions within a CICSplex. The DFHDPLOY utility is used to define the BUNDLE resource in a CICS system definition (CSD) file or CPSM Business Application Services (BAS) file, then install and enable the resource in the target CICS regions. Typically used by developers and CI-CD pipelines that require more precise control when deploying applications to CICS, for example to install the bundle in subsets of CICS regions in a cluster in a manner that maintains the availability of the application for clients.
18+
* [zowe cics-deploy deploy bundle]({{ site.path_to_generated_docs }}CLIReadme.md#module-deploy) - Deploy a CICS bundle that is in a z/OS directory to one more CICS regions within a CICSplex. The DFHDPLOY utility is used to define the BUNDLE resource in a CICS system definition (CSD) file or CPSM Business Application Services (BAS) file, then install and enable the resource in the target CICS regions. Typically used by developers and CI-CD pipelines that require more precise control when deploying applications to CICS, for example to install the bundle in subsets of CICS regions in a cluster in a manner that maintains the availability of the application for clients.
1919

20-
* [zowe cics-deploy undeploy bundle](../blob/master/docs/CLIReadme.md#module-undeploy) - Undeploy a CICS bundle from one or more CICS regions within a CICSplex. The DFHDPLOY utility is used to disable then discard the BUNDLE resource from the target CICS regions, then the resource is deleted from a CICS CSD or CPSM BAS file. Typically used by developers and CI-CD pipelines that require more precise control when undeploying applications to CICS.
20+
* [zowe cics-deploy undeploy bundle]({{ site.path_to_generated_docs }}CLIReadme.md#module-undeploy) - Undeploy a CICS bundle from one or more CICS regions within a CICSplex. The DFHDPLOY utility is used to disable then discard the BUNDLE resource from the target CICS regions, then the resource is deleted from a CICS CSD or CPSM BAS file. Typically used by developers and CI-CD pipelines that require more precise control when undeploying applications to CICS.

0 commit comments

Comments
 (0)