Skip to content

Commit 37d5b24

Browse files
committed
Added zowe profile and cics deploy command reference links
1 parent 70c630c commit 37d5b24

File tree

3 files changed

+112
-1
lines changed

3 files changed

+112
-1
lines changed
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

0 commit comments

Comments
 (0)