Skip to content

Commit 41d781d

Browse files
authored
Merge pull request #144 from cxharris/master
Added concept sidebar section and fixed sidebar width issue in narrow browsers
2 parents fe1bb7b + 067eaf9 commit 41d781d

11 files changed

+79
-44
lines changed

docs/_data/sidebars/cdp_sidebar.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@ entries:
3434
url: /cdp-Developer-deploying-Node.js-apps.html
3535
output: web
3636

37+
- title: Concepts
38+
output: web
39+
folderitems:
40+
- title: Zowe and the Zowe CLI
41+
url: /cdp-zowe-and-cli.html
42+
output: web
43+
- title: Zowe CLI profiles
44+
url: /cdp-zowe-profiles.html
45+
output: web
46+
- title: Bundles
47+
url: /cdp-cics-bundles.html
48+
output: web
49+
3750
- title: Troubleshooting
3851
output: web
3952
folderitems:

docs/_data/tags.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,5 @@
33
# In other words, the last line must be the last tag in the allowed-tags list.
44
allowed-tags:
55
- getting_started
6-
- content_types
7-
- navigation
8-
- formatting
9-
- publishing
10-
- single_sourcing
11-
- special_layouts
12-
- collaboration
13-
- news
6+
- concepts
147
- troubleshooting
15-
- mobile

docs/css/customstyles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ span.soft {
874874
@media (min-width: 1000px) {
875875

876876
ul#mysidebar {
877-
width: 250px;
877+
width: 225px;
878878
}
879879
}
880880

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create Zowe CLI profiles
3-
tags: [getting_started]
3+
tags: [getting_started, concepts]
44
keywords:
55
summary: "Zowe profiles let you store configuration details so you don't have to repeat them every time you use a Zowe CLI command."
66
sidebar: cdp_sidebar

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: CICS bundles
3+
tags: [getting_started, concepts]
4+
keywords:
5+
summary: "CICS bundles blah blah"
6+
sidebar: cdp_sidebar
7+
permalink: cdp-cics-bundles.html
8+
folder: cdp
9+
---
10+
11+
### TBC by Tasha

docs/pages/cdp/cdp-zowe-and-cli.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Zowe, the Zowe CLI and the cics-deploy plugin
3+
tags: [getting_started, concepts]
4+
keywords:
5+
summary: "Zowe is an open source framework that bridges the divide between workstation and mainframe computing."
6+
sidebar: cdp_sidebar
7+
permalink: cdp-zowe-and-cli.html
8+
folder: cdp
9+
---
10+
11+
### Zowe
12+
Zowe consists of several components:
13+
14+
* The core framework
15+
* The API mediation layer
16+
* The Zowe CLI
17+
18+
The core framework and the API mediation layer are software components that need to be installed as part of the Zowe runtime on z/OS.
19+
20+
You can read much more about the wider Zowe initiative <a href="https://zowe.github.io/docs-site/latest/" target="_blank">here</a>.
21+
22+
### Zowe CLI
23+
The Zowe CLI is installed on and runs on a local workstation, and does not need to be installed on z/OS. It does not depend on you having installed any other Zowe components, either locally or on z/OS. It *does* need a few familiar [facilities](cdp-Requirements.html) to be set up on the mainframe first.
24+
25+
It allows developers to interact with the mainframe via a command-line interface, which may more approachable than alternative and proprietary front-end applications.
26+
27+
The Zowe CLI is extended by creating and installing plug-ins.
28+
29+
### Zowe CLI CICS deploy plugin
30+
The Zowe CLI CICS deploy plugin extends the Zowe CLI to offer a command-line mechanism for Node.js developers to deploy workstation-developed applications into a running CICS Transaction Server for z/OS region on a remote mainframe. It's the quickest way to get a Node.js application from your workstation into a running CICS region without any special CICS knowledge.

docs/pages/cdp/cdp-zowe-profiles.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Zowe CLI profiles
3+
tags: [getting_started]
4+
keywords:
5+
summary: "Zowe profiles let you store configuration details so you don't have to repeat them every time you use a Zowe CLI command."
6+
sidebar: cdp_sidebar
7+
permalink: cdp-zowe-profiles.html
8+
folder: cdp
9+
---
10+
11+
### TBC by Clive

docs/pages/tags/tag_collaboration.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/pages/tags/tag_concepts.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Pages that explain basic concepts"
3+
tagName: concepts
4+
search: exclude
5+
permalink: tag_concepts.html
6+
sidebar: cdp_sidebar
7+
folder: tags
8+
---
9+
{% include taglogic.html %}
10+
11+
{% include links.html %}

docs/pages/tags/tag_content_types.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)