You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing_to_docs/contributing.adoc
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,11 @@ contain all the images and modules for the collection.
56
56
57
57
== Version management
58
58
Most of the content applies to all five OpenShift products: OKD, OpenShift
59
-
Online, OpenShift Dedicated, Azure Red Hat OpenShift and OpenShift Container Platform. While a large
59
+
Online, OpenShift Dedicated, ROSA and OpenShift Container Platform. While a large
60
60
amount of content is reused for all product collections, some information
61
61
applies to only specific collections. Content inclusion and exclusion is managed
62
62
on the assembly level by specifying distributions in the
63
-
`_topic_map.yml` file or by using `ifdef/endif` statements in individual
63
+
`_topic_map.yml` files in the `_topic_maps` folder or by using `ifdef/endif` statements in individual
64
64
files.
65
65
66
66
////
@@ -88,6 +88,7 @@ are:
88
88
* _openshift-dedicated_
89
89
* _openshift-aro_
90
90
* _openshift-webscale_
91
+
* _openshift-rosa_
91
92
92
93
These attributes can be used by themselves or in conjunction to conditionalize
93
94
text within an assembly or module.
@@ -164,12 +165,18 @@ file to determine which topic files to include. Therefore, all new assemblies th
164
165
are created must be included in the `_topic_map.yml` file in
165
166
order to be processed by the build system.
166
167
168
+
For all supported versions, the topic map files are available in the `_topic_maps` folder. Older versions support `_topic_map.yml` file in the root folder.
169
+
170
+
OpenShift Dedicated and OpenShift ROSA have their own topic maps: `_topic_map_osd.yml` and `_topic_map_rosa.yml`. Edits to these files should be coordinated with Service Delivery documentation team members as that team is primarily responsible for maintaining this content.
171
+
167
172
[NOTE]
168
173
====
169
174
Module files are included in the appropriate assembly files. Modules are not added directly to the `_topic_map.yml` file.
170
175
====
171
176
172
177
=== Topic map file format
178
+
For supported branches the `_topic_map.yml` is based in the `_topic_maps` folder in the root directory and are organized (primarily) by distributions.
179
+
173
180
The `_topic_map.yml` file uses the following format:
174
181
175
182
----
@@ -204,13 +211,16 @@ topic or topic group will appear in all product documentation versions.
0 commit comments