Skip to content

Commit 0a7ae29

Browse files
linfrazeopenshift-cherrypick-robot
authored and
openshift-cherrypick-robot
committed
RHIDP-6146: Apply review comments
1 parent a34e574 commit 0a7ae29

6 files changed

+13
-12
lines changed

assemblies/assembly-techdocs-add-docs.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
After an administrator configures the TechDocs plugin, a developer can add documentation to TechDocs by importing it from a remote repository. Any authorized user or group can access the documentation that is imported into the TechDocs plugin.
77

8-
include::modules/techdocs/proc-techdocs-add-doc-github.adoc[]
8+
include::modules/techdocs/proc-techdocs-add-docs-from-remote-repo.adoc[leveloffset=+1]

assemblies/assembly-using-techdocs.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The TechDocs plugin is installed and enabled on your {product} instance by defau
77

88
include::assembly-techdocs-add-docs.adoc[leveloffset=+1]
99

10-
include::modules/techdocs/proc-techdocs-find-docs.adoc[]
10+
include::modules/techdocs/proc-techdocs-find-docs.adoc[leveloffset=+1]
1111

12-
include::modules/techdocs/proc-techdocs-view-docs.adoc[]
12+
include::modules/techdocs/proc-techdocs-view-docs.adoc[leveloffset=+1]
1313

14-
include::modules/techdocs/proc-techdocs-edit-docs.adoc[]
14+
include::modules/techdocs/proc-techdocs-edit-docs.adoc[leveloffset=+1]

modules/techdocs/proc-techdocs-add-doc-github.adoc renamed to modules/techdocs/proc-techdocs-add-docs-from-remote-repo.adoc

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
// * assemblies/assembly-techdocs-add-docs.adoc
44

55
:_mod-docs-content-type: PROCEDURE
6-
[id="proc-techdocs-add-docs-github_{context}"]
7-
== Importing documentation into TechDocs from a remote repository
6+
[id="proc-techdocs-add-docs-from-remote-repo_{context}"]
7+
= Importing documentation into TechDocs from a remote repository
88

9-
Teams can store their documentation files in the same remote repository where they store their code files. You can import documentation into your TechDocs plugin from a GitHub repository that contains the documentation files that your team uses.
9+
Teams can store their documentation files in the same remote repository where they store their code files. You can import documentation into your TechDocs plugin from a remote repository that contains the documentation files that your team uses.
1010

1111
.Prerequisites
1212

13-
* Your organization has documentation stored in a GitHub repository.
13+
* Your organization has documentation files stored in a remote repository.
14+
* You have a `mkdocs.yaml` file in the root directory of your repository.
1415
* You have the `catalog.entity.create` and `catalog.location.create` permissions to import documentation into TechDocs from a remote repository.
1516
1617
.Procedure
@@ -26,4 +27,4 @@ Teams can store their documentation files in the same remote repository where th
2627
.Verification
2728

2829
. In the {product} navigation menu, click *Docs*.
29-
. Verify that the documentation that you imported is listed in the table on the Documentation page.
30+
. Verify that the documentation that you imported is listed in the table on the *Documentation* page.

modules/techdocs/proc-techdocs-edit-docs.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="proc-techdocs-edit-docs_{context}"]
7-
== Editing documentation in TechDocs
7+
= Editing documentation in TechDocs
88

99
You can edit a document in your TechDocs plugin directly from the document book page. Any authorized user in your organization can edit a document regardless of whether or not they are the owner of the document.
1010

modules/techdocs/proc-techdocs-find-docs.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="proc-techdocs-find-docs_{context}"]
7-
== Finding documentation in TechDocs
7+
= Finding documentation in TechDocs
88

99
By default, the TechDocs plugin *Documentation* page shows all of the documentation that your organization has imported into your {product} instance. You can use any combination of the following methods to find the documentation that you want to view:
1010

modules/techdocs/proc-techdocs-view-docs.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="proc-techdocs-view-docs_{context}"]
7-
== Viewing documentation in TechDocs
7+
= Viewing documentation in TechDocs
88

99
In TechDocs, a document might be part of a book that contains other documents that are related to the same topic.
1010

0 commit comments

Comments
 (0)