Skip to content

Commit cc3082d

Browse files
themr0cjmagak
andauthored
RHIDP-8567 fixed AsciiDocDITA.TaskDuplicate warnings (#1369)
Co-authored-by: Judith Magak <[email protected]>
1 parent 4582020 commit cc3082d

5 files changed

+30
-38
lines changed

assemblies/assembly-about-software-catalogs.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ include::modules/software-catalogs/proc-registering-components-manually-in-the-r
2323

2424
include::modules/software-catalogs/proc-updating-components-in-the-software-catalog.adoc[leveloffset=+1]
2525

26-
include::modules/software-catalogs/proc-searching-and-filter-software-catalogs.adoc[leveloffset=+1]
26+
include::modules/software-catalogs/proc-searching-and-filtering-software-catalog-items-by-kind.adoc[leveloffset=+1]
27+
28+
include::modules/software-catalogs/proc-searching-and-filtering-software-catalog-items-by-using-the-filter-field.adoc[leveloffset=+1]
2729

2830
include::modules/software-catalogs/proc-viewing-software-catalog-yaml.adoc[leveloffset=+1]
2931

30-
include::modules/software-catalogs/proc-starring-components-in-the-software-catalog.adoc[leveloffset=+1]
32+
include::modules/software-catalogs/proc-starring-components-in-the-software-catalog.adoc[leveloffset=+1]

modules/software-catalogs/proc-searching-and-filter-software-catalogs.adoc

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
:_mod-docs-content-type: PROCEDURE
2+
[id="proc-searching-and-filtering-software-catalog-items-by-kind_{context}"]
3+
= Searching and Filtering Software Catalogs by Kind
4+
5+
6+
.Procedure
7+
. In your {product} navigation menu, click *Catalog*.
8+
. On the *Catalog* page, click the *Kind* drop-down list.
9+
. Select the type of *Kind* you want to filter.
10+
+
11+
[NOTE]
12+
====
13+
The available filter dropdowns vary based on the *Kind* you select, displaying options relevant to that specific entity type.
14+
====
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * assemblies/assembly-about-software-catalogs.adoc
4+
:_mod-docs-content-type: PROCEDURE
5+
[id="proc-searching-and-filtering-software-catalog-items-by-using-the-filter-field_{context}"]
6+
= Searching and Filtering Software Catalog items by using the Filter field
7+
8+
9+
.Procedure
10+
. In your {product} navigation menu, click *Catalog*.
11+
. In the *Search* box, enter the text you want to use to filter the components.

modules/techdocs/proc-techdocs-addon-create.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Module included in the following assemblies:
22
//
33
// [WIP] file created but not currently part of any assembly or title
4-
54
:_mod-docs-content-type: PROCEDURE
65
[id="proc-techdocs-addon-create_{context}"]
76
= Creating a TechDocs add-on
@@ -71,8 +70,7 @@ Example output:
7170
Successfully created plugin
7271
----
7372
+
74-
.Result
75-
In the `plugins` directory, a sub-directory with the same name that you gave to your plugin is automatically generated. The directory contains all of the files that you need to configure to create your new plugin.
73+
Upon completion of this action, a sub-directory with the same name that you gave to your plugin is automatically generated inside the `plugins` directory. The directory contains all of the files that you need to configure to create your new plugin.
7674
+
7775
. In the terminal, navigate to your new plugin directory. For example:
7876
+

0 commit comments

Comments
 (0)