Skip to content

Commit 9b2a807

Browse files
committed
[WIP]OSDOCS#8947-wc-new-section: Creating new section for capabilities and layered products in the web console
1 parent fe4d8cd commit 9b2a807

File tree

12 files changed

+102
-0
lines changed

12 files changed

+102
-0
lines changed

_attributes/common-attributes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,4 @@ endif::[]
264264
:odf-first: Red Hat OpenShift Data Foundation (ODF)
265265
:odf-full: Red Hat OpenShift Data Foundation
266266
:odf-short: ODF
267+
:rh-dev-hub: Red Hat Developer Hub

_topic_maps/_topic_map.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,13 @@ Topics:
819819
- Name: Creating quick start tutorials
820820
File: creating-quick-start-tutorials
821821
Distros: openshift-enterprise,openshift-origin
822+
- Name: Optional capabilities and layered products
823+
Dir: capabilities_layered-products
824+
Topics:
825+
- Name: Optional capabilities in the web console
826+
File: capabilities-web-console
827+
- Name: Layered products available for the web console
828+
File: layered-products-web-console
822829
---
823830
Name: CLI tools
824831
Dir: cli_reference
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * capabilities-web-console.adc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="optional-capabilities-operators_{context}"]
7+
= Enhancing the {product-title} web console with Operators
8+
9+
Cluster administrators can install Operators on clusters in the {product-title} web console by using the OperatorHub to provide customization outside of layered products for developers. For example, the Web Terminal Operator allows you to start a web terminal in your browser with common CLI tools for interacting with the cluster.

modules/pipelines-web-console.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * layered-products-web-console.adc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="pipelines-web-console_{context}"]
7+
= {pipelines-title} in the web console
8+
9+
{pipelines-title} is a cloud-native, continuous integration and continuous delivery (CI/CD) solution based on Kubernetes resources. You can use the OperatorHub in the {product-title} web console to install the {pipelines-title} Operator to create and modify pipeline objects.

modules/rhdh-web-console.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * layered-products-web-console.adc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="rhdh-web-console_{context}"]
7+
= {rh-dev-hub} in the {product-title} web console
8+
9+
The {rh-dev-hub} is a platform you can use for building developer portals with helpful templates to simplify the development process. Quick starts are available for you to learn more about how to install and use the developer hub.

modules/serverless-web-console.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * layered-products-web-console.adc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="using-serverless-with-openshift_{context}"]
7+
= Red Hat {serverlessproductname} in the web console
8+
9+
Using Red Hat {serverlessproductname} allows you to avoid being locked into a single vendor and enables a multicloud approach. You can use the {product-title} web console OperatorHub to install the {serverlessproductname} Operator. The Operator enables you to perform actions such as view event source types, examine metrics, create a function, and more.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes/
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="capabilities-web-console"]
3+
= Optional capabilities in the web console
4+
include::_attributes/common-attributes.adoc[]
5+
:context: capabilities-web-console
6+
7+
toc::[]
8+
9+
You can further customize the {product-title} web console by adding additional capabilities to your existing workflows.
10+
11+
//Note to think about as this section is built- plan to make this a landing page for all capabilities related to the web console. Will include others such as Observability, Logging, Monitoring, Networking etc.
12+
13+
include::modules/optional-capabilities-operators.adoc[leveloffset=+1]
14+
15+
[role="_additional-resources"]
16+
.Additional resources
17+
* xref:../../operators/understanding/olm-understanding-operatorhub.adoc#olm-understanding-operatorhub[Understanding OperatorHub]
18+
* xref:../../web_console/web_terminal/installing-web-terminal.adoc#installing-web-terminal[Installing the web terminal]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../images/
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="layered-products-web-console"]
3+
= Layered products available for the web console
4+
include::_attributes/common-attributes.adoc[]
5+
:context: layered-products-web-console
6+
7+
toc::[]
8+
9+
You can further customize the {product-title} web console by adding integrations through layered products.
10+
11+
//pipelines
12+
include::modules/pipelines-web-console.adoc[leveloffset=+1]
13+
14+
[role="_additional-resources"]
15+
.Additional resources
16+
* link:https://access.redhat.com/documentation/en-us/red_hat_openshift_pipelines/1.13/html/creating_cicd_pipelines/working-with-pipelines-web-console[Working with {pipelines-title} in the web console]
17+
18+
//serverless
19+
include::modules/serverless-web-console.adoc[leveloffset=+1]
20+
21+
[role="_additional-resources"]
22+
.Additional resources
23+
* link:https://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1.31/html/installing_serverless/install-serverless-operator#serverless-install-web-console_install-serverless-operator[Installing the {ServerlessProductName} Operator from the web console].
24+
25+
//RHDH
26+
include::modules/rhdh-web-console.adoc[leveloffset=+1]
27+
28+
[role="_additional-resources"]
29+
.Additional resources
30+
* link:https://access.redhat.com/documentation/en-us/red_hat_developer_hub/1.0[Product Documentation for {rh-dev-hub}]
31+
32+
//RHTaP
33+
//Concept module explaining dance and why its useful.
34+
//[role="_additional-resources"]
35+
//.Additional resources
36+
//Link out to dance docs when it comes to it.

0 commit comments

Comments
 (0)