Skip to content

Commit 895e5c8

Browse files
committed
Minor updates
Signed-off-by: Mark Cocker <[email protected]>
1 parent b6c478f commit 895e5c8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

docs/_data/sidebars/cdp_sidebar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ entries:
2323
output: web
2424

2525
- title: Tutorials
26-
url: cdp-Preparing-a-zOS-PT-image.html
26+
url: cdp-Tutorials-overview.html
2727
output: web
2828
folderitems:
2929
- title: Tutorials overview

docs/pages/cdp/cdp-Tutorials-overview.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,24 @@
22
title: Tutorials overview
33
tags: [tutorial]
44
keywords:
5-
summary: "Summary of the tutorials."
5+
summary: "Summary of the tutorials to provision a CICS region and deploy applications to it."
66
sidebar: cdp_sidebar
77
permalink: cdp-Tutorials-overview.html
88
folder: cdp
99
toc: true
1010
---
1111

12-
These tutorials will help you setup a CICS region and try the Zowe CLI CICS deploy plug-in to deploy applications.
13-
14-
Firstly, you will need a CICS region. The z/OS Provisioning Toolkit enables you to provision and deprovision CICS regions yourself. Work with your CICS and z/OS administrators to setup a z/OS PT image, then provision your CICS region:
12+
Firstly, you will need a CICS region. The z/OS Provisioning Toolkit enables you to provision CICS regions yourself:
1513

1614
* [Preparing a z/OS Provisioning Toolkit image](cdp-Preparing-a-zOS-PT-image) - steps to prepare a z/OS Provisioning Toolkit image for CICS, and optionally include an application in the image.
1715

1816
* [Provisioning a CICS region](cdp-Provisioning-a-CICS-region) - steps to provision a CICS region from a z/OS Provisioning Toolkit image. You can then deploy and test applications using the CICS region.
1917

2018
Next deploy an application:
2119

22-
* [Deploying your first Node.js app](cdp-Deploying-your-first-nodejs-app) - deploy your first Node.js application to CICS using the Express Application Generator.
20+
* [Deploying your first Node.js app](cdp-Deploying-your-first-nodejs-app) - create a Node.js application using the Express Application Generator and deploy it.
2321

24-
* [Deploying a CICS policy](cdp-Deploying-a-CICS-policy) - deploy a sample CICS bundle containing a policy.
22+
* [Deploying a CICS policy](cdp-Deploying-a-CICS-policy) - download a sample CICS bundle containing a policy and deploy it.
2523

2624
Finally if you need more precise control of the deployment steps, for example if you are writing a CI-CD pipeline:
2725

0 commit comments

Comments
 (0)