Skip to content

Commit d6f8b80

Browse files
committed
SRVCOM-2108 Restructuring the about section
1 parent 2eb6894 commit d6f8b80

13 files changed

+51
-39
lines changed

_topic_maps/_topic_map.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3735,13 +3735,20 @@ Distros: openshift-enterprise
37353735
Topics:
37363736
- Name: Release notes
37373737
File: serverless-release-notes
3738-
- Name: Discover
3739-
Dir: discover
3738+
- Name: About Serverless
3739+
Dir: about
37403740
Topics:
3741-
- Name: About OpenShift Serverless
3741+
- Name: Serverless overview
37423742
File: about-serverless
3743-
- Name: About OpenShift Serverless Functions
3743+
- Name: Knative Serving overview
3744+
File: about-knative-serving
3745+
- Name: Knative Eventing overview
3746+
File: about-knative-eventing
3747+
- Name: Serverless Functions overview
37443748
File: serverless-functions-about
3749+
- Name: Discover
3750+
Dir: discover
3751+
Topics:
37453752
- Name: Event sources
37463753
File: knative-event-sources
37473754
- Name: Brokers

_topic_maps/_topic_map_osd.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,20 @@ Distros: openshift-dedicated
330330
Topics:
331331
- Name: Release notes
332332
File: serverless-release-notes
333-
- Name: Discover
334-
Dir: discover
333+
- Name: About Serverless
334+
Dir: about
335335
Topics:
336-
- Name: About OpenShift Serverless
336+
- Name: Serverless overview
337337
File: about-serverless
338-
- Name: About OpenShift Serverless Functions
338+
- Name: Knative Serving overview
339+
File: about-knative-serving
340+
- Name: Knative Eventing overview
341+
File: about-knative-eventing
342+
- Name: Serverless Functions overview
339343
File: serverless-functions-about
344+
- Name: Discover
345+
Dir: discover
346+
Topics:
340347
- Name: Event sources
341348
File: knative-event-sources
342349
- Name: Brokers

_topic_maps/_topic_map_rosa.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -528,13 +528,20 @@ Distros: openshift-rosa
528528
Topics:
529529
- Name: Release notes
530530
File: serverless-release-notes
531-
- Name: Discover
532-
Dir: discover
531+
- Name: About Serverless
532+
Dir: about
533533
Topics:
534-
- Name: About OpenShift Serverless
534+
- Name: Serverless overview
535535
File: about-serverless
536-
- Name: About OpenShift Serverless Functions
536+
- Name: Knative Serving overview
537+
File: about-knative-serving
538+
- Name: Knative Eventing overview
539+
File: about-knative-eventing
540+
- Name: Serverless Functions overview
537541
File: serverless-functions-about
542+
- Name: Discover
543+
Dir: discover
544+
Topics:
538545
- Name: Event sources
539546
File: knative-event-sources
540547
- Name: Brokers

security/container_security/security-build.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ include::modules/security-build-knative.adoc[leveloffset=+1]
3535
* xref:../../cicd/builds/creating-build-inputs.adoc#builds-input-secrets-configmaps_creating-build-inputs[Input secrets and config maps]
3636
ifndef::openshift-origin[]
3737
// **This section is being moved, update the link once content is in.* add link here[The CI/CD methodology and practice]
38-
* xref:../../serverless/discover/about-serverless.adoc#about-serverless[About OpenShift Serverless]
38+
* xref:../../serverless/about/about-serverless.adoc#about-serverless[About OpenShift Serverless]
3939
endif::[]
4040
* xref:../../applications/odc-viewing-application-composition-using-topology-view.adoc#odc-viewing-application-composition-using-topology-view[Viewing application composition using the Topology view]

serverless/about/_attributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_attributes/

modules/about-knative-eventing.adoc renamed to serverless/about/about-knative-eventing.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
// Module included in the following assemblies
2-
//
3-
// * /serverless/about-serverless.adoc
4-
5-
:_content-type: CONCEPT
6-
[id="about-knative-eventing_{context}"]
1+
:_content-type: ASSEMBLY
2+
[id="about-knative-eventing"]
73
= Knative Eventing
4+
:context: about-knative-eventing
5+
include::_attributes/common-attributes.adoc[]
86

97
Knative Eventing on {product-title} enables developers to use an link:https://www.redhat.com/en/topics/integration/what-is-event-driven-architecture[event-driven architecture] with serverless applications. An event-driven architecture is based on the concept of decoupled relationships between event producers and event consumers.
108

modules/about-knative-serving.adoc renamed to serverless/about/about-knative-serving.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
// Module included in the following assemblies
2-
//
3-
// * /serverless/about-serverless.adoc
4-
5-
:_content-type: CONCEPT
6-
[id="about-knative-serving_{context}"]
1+
:_content-type: ASSEMBLY
2+
[id="about-knative-serving"]
73
= Knative Serving
4+
:context: about-knative-serving
5+
include::_attributes/common-attributes.adoc[]
6+
87

98
Knative Serving supports developers who want to create, deploy, and manage link:https://www.redhat.com/en/topics/cloud-native-apps[cloud-native applications]. It provides a set of objects as Kubernetes custom resource definitions (CRDs) that define and control the behavior of serverless workloads on an {product-title} cluster.
109

serverless/discover/about-serverless.adoc renamed to serverless/about/about-serverless.adoc

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_content-type: ASSEMBLY
22
[id="about-serverless"]
3-
= About {ServerlessProductName}
3+
= {ServerlessProductName} overview
44
:context: about-serverless
55
include::_attributes/common-attributes.adoc[]
66

@@ -15,19 +15,9 @@ Because {ServerlessProductName} releases on a different cadence from {product-ti
1515
For additional information about the {ServerlessProductName} life cycle and supported platforms, refer to the link:https://access.redhat.com/support/policy/updates/openshift#ossrvless[Platform Life Cycle Policy].
1616
====
1717

18-
// Knative Serving
19-
include::modules/about-knative-serving.adoc[leveloffset=+1]
20-
21-
// Knative Eventing
22-
include::modules/about-knative-eventing.adoc[leveloffset=+1]
23-
24-
You can propagate an event from an xref:../../serverless/discover/knative-event-sources.adoc#knative-event-sources[event source] to multiple event sinks by using:
25-
26-
* xref:../../serverless/discover/serverless-channels.adoc#serverless-channels[Channels and subscriptions], or
27-
* xref:../../serverless/develop/serverless-using-brokers.adoc#serverless-using-brokers[Brokers] and xref:../../serverless/develop/serverless-triggers.adoc#serverless-triggers[Triggers].
28-
2918
// add something about CLI tools?
3019

20+
3121
[id="additional-resources_about-serverless"]
3222
[role="_additional-resources"]
3323
== Additional resources

serverless/about/images

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../images/

serverless/about/modules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../modules/

0 commit comments

Comments
 (0)