Skip to content

Commit 553f183

Browse files
committed
tweaks to text and image
1 parent 8cd3660 commit 553f183

File tree

3 files changed

+32
-36
lines changed

3 files changed

+32
-36
lines changed

docs/images/bundlecontents.png

9 Bytes
Loading

docs/images/bundlecontents.svg

Lines changed: 30 additions & 32 deletions
Loading

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,20 @@
22
title: CICS bundles
33
tags: [getting_started, concepts]
44
keywords:
5-
summary: "An overview of CICS bundles"
5+
summary: "An overview of CICS bundles and their contents"
66
sidebar: cdp_sidebar
77
permalink: cdp-cics-bundles.html
88
folder: cdp
99
---
1010
# CICS Bundles
1111

12-
## What is a CICS bundle?
13-
1412
In CICS, Node.js applications are deployed as a bundle along with their resources.
1513

1614
The CICS BUNDLE resource represents the Node.js application to CICS and you can use it to manage the lifecycle of the application.
1715

1816
When the bundle is deployed in CICS, the associated Node.js application runs within the enclave. When the bundle is undeployed, the associated Node.js application is stopped and the bundle is discarded.
1917

20-
## What goes in a bundle?
18+
## Contents of a CICS bundle
2119

2220
{% include image.html file="bundlecontents.png" alt="Contents of a CICS bundle" caption="Contents of a CICS bundle" %}
2321

0 commit comments

Comments
 (0)