Skip to content

Commit 1d181e6

Browse files
authored
Merge pull request #304 from markcocker/dev
Update link
2 parents b9b241c + cf6cd5d commit 1d181e6

8 files changed

+11
-12
lines changed

docs/_data/sidebars/cdp_sidebar.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ entries:
5656
output: web
5757

5858
- title: Concepts
59-
url: cdp-Zowe-and-CLI
59+
url: cdp-Zowe-and-the-Zowe-CLI
6060
output: web
6161
folderitems:
6262

6363
- title: Zowe and the Zowe CLI
64-
url: cdp-Zowe-and-CLI
64+
url: cdp-Zowe-and-the-Zowe-CLI
6565
output: web
6666

6767
- title: Zowe CLI profiles
@@ -81,7 +81,7 @@ entries:
8181
url: cdp-Log-and-trace-files
8282
output: web
8383

84-
- title: Common Errors
84+
- title: Common errors
8585
url: cdp-Common-errors
8686
output: web
8787

docs/pages/cdp/cdp-Creating-Zowe-CLI-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ folder: cdp
99
toc: false
1010
---
1111

12-
See [Zowe CLI profiles](cdp-zowe-profiles) for an overview of profiles.
12+
See [Zowe CLI profiles](cdp-Zowe-CLI-profiles) for an overview of profiles.
1313

1414
The CICS® deploy plug-in makes use of the following profiles:
1515

docs/pages/cdp/cdp-Installing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ toc: false
5454
-- registry: https://registry.npmjs.org/<br>
5555
-- pluginName: zowe-cli-cics-deploy-plugin
5656
-- package: zowe-cli-cics-deploy-plugin
57-
-- version: 0.5.0
58-
-- registry: https://registry.npmjs.org/ </pre>
57+
-- version: 1.0.0
58+
-- registry: https://registry.npmjs.org/ </pre>

docs/pages/cdp/cdp-Preparing-a-zOS-PT-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Run the following commands on your workstation.
7070
| `ENV DFH_NODE_HOME=` | Installation directory for Node.js runtime provided by IBM SDK for Node.js - z/OS. |
7171
| `COPY bundles bundles` | Create an empty `bundles` directory in the provisioned file system to contain CICS bundles. |
7272

73-
6. Create a `.zosattributes` file to upload zosptfile files as UTF-8.
73+
6. Create a `.zosattributes` file to upload zosptfile as UTF-8.
7474

7575
This file is used by the `zowe zos-files upload dir-to-uss` command in the next step to exclude, convert, and tag files that are uploaded.
7676

@@ -132,7 +132,7 @@ Run the following commands on your workstation.
132132
ENV DFH_CICS_TYPE=MAS
133133
ENV DFH_CICSPLEX=ZOSPTINT
134134
ENV DFH_NODE_HOME=/usr/lpp/IBM/cnj/v8r0/IBM/node-latest-os390-s390x
135-
COPY . $APP_DIR_ZOS
135+
COPY . $IMAGE_APP_DIR_ZOS
136136
EOF
137137
```
138138

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Firstly, you will need a CICS region:
1616
* [Preparing a z/OS Provisioning Toolkit image](cdp-Preparing-a-zOS-PT-image) - prepare a z/OS Provisioning Toolkit image for CICS, and optionally include an application in the image.
1717

1818
* [Provisioning a CICS region](cdp-Provisioning-a-CICS-region) - provision a CICS region from a z/OS Provisioning Toolkit image.
19-
* [Provisioning a CICS region](cdp-Provisioning-a-CICS-region) - provision a CICS region from a z/OS Provisioning Toolkit image.
2019

2120
* Alternatively, work with your CICS and z/OS system administrators [Creating Zowe CLI profiles](cdp-Creating-Zowe-CLI-profiles) based on the z/OS system and CICS region you can use.
2221

docs/pages/cdp/cdp-Zowe-CLI-CICS-deploy-plug-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ folder: cdp
1010

1111
The cics-deploy plug-in provides a CICS deployment workflow for developers and CI/CD automation pipelines similar to that experienced when deploying applications to cloud environments.
1212

13-
Before you start, and especially if you are not familiar with the world of z/OS, Zowe, and CICS, it's a good idea to read about some of the key concepts, which include [Zowe](cdp-Zowe-and-CLI), [Zowe CLI profiles](cdp-Zowe-CLI-profiles) and [CICS bundles](cdp-CICS-bundles). If you're keen to get going quickly, you can jump right in and follow along with our tutorial on [Deploying a Node.js application](cdp-Deploying-a-Nodejs-application).
13+
Before you start, and especially if you are not familiar with the world of z/OS, Zowe, and CICS, it's a good idea to read about some of the key concepts, which include [Zowe](cdp-Zowe-and-the-Zowe-CLI), [Zowe CLI profiles](cdp-Zowe-CLI-profiles) and [CICS bundles](cdp-CICS-bundles). If you're keen to get going quickly, you can jump right in and follow along with our tutorial on [Deploying a Node.js application](cdp-Deploying-a-Nodejs-application).
1414

1515
When everything is [installed](cdp-Installing) and you have [created the Zowe CLI profiles](cdp-Creating-Zowe-CLI-profiles), you can deploy an application from your workstation to CICS in two steps:
1616

docs/pages/cdp/cdp-cics-bundles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: CICS bundles
33
tags: [getting_started, concepts]
44
keywords:
5-
summary: "An overview of CICS® bundles and their contents"
5+
summary: "An overview of CICS® bundles and their contents."
66
sidebar: cdp_sidebar
77
permalink: cdp-CICS-bundles.html
88
folder: cdp

docs/pages/cdp/cdp-zowe-and-cli.md renamed to docs/pages/cdp/cdp-zowe-and-the-Zowe-CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tags: [getting_started, concepts]
44
keywords:
55
summary: "Zowe is an open source framework that bridges the divide between workstation and mainframe computing."
66
sidebar: cdp_sidebar
7-
permalink: cdp-Zowe-and-CLI.html
7+
permalink: cdp-Zowe-and-the-Zowe-CLI.html
88
folder: cdp
99
---
1010

0 commit comments

Comments
 (0)