Skip to content

Commit d244095

Browse files
committed
Moved reference to tutorial closer to beginning of topic
1 parent ac13561 commit d244095

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/pages/cdp/cdp-Home.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ folder: cdp
1010

1111
It provides a Node.js CICS deployment workflow for developers and CI/CD automation pipelines similar to that experienced when deploying Node.js applications to the cloud.
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-profiles) and [CICS bundles](cdp-cics-bundles).
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-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 your first app](cdp-Deploying-your-first-app).
1414

1515
When everything has been [installed](cdp-Installation) and [set up](cdp-Create-Zowe-CLI-profiles), you can deploy a Node.js application from your workstation to CICS in two steps:
1616

@@ -19,6 +19,4 @@ When everything has been [installed](cdp-Installation) and [set up](cdp-Create-Z
1919

2020
Should you need it, and if you understand a little more about CICS, further commands like [zowe cics-deploy deploy bundle]({{ site.path_to_generated_docs }}CLIReadme.md#module-deploy) and [zowe cics-deploy undeploy bundle]({{ site.path_to_generated_docs }}CLIReadme.md#module-undeploy) offer you finer-grained control of the process - for example, to enable you to install a bundle in subsets of CICS regions in a cluster in such a way as to maintain an application's availability for clients.
2121

22-
When you're ready to learn more, our tutorial on [Deploying your first app](cdp-Deploying-your-first-app) dives into a step-by-step walkthrough of a basic deployment process. Other tutorials are available from the side menu.
23-
24-
If you hit any speed bumps on your journey, check out our [Troubleshooting](cdp-Troubleshooting-General) page.
22+
If you hit any speed bumps on your journey, check out our [Troubleshooting](cdp-Troubleshooting-General) pages.

0 commit comments

Comments
 (0)