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
0 commit comments