Skip to content

Commit f0c07d0

Browse files
committed
Update tests to match the updated templates
1 parent d75bd0f commit f0c07d0

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

data/generated/assembly_testing-that-an-assembly-forms-properly.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The `context` attribute enables module reuse. Every module ID includes {context}
3333
////
3434

3535
[role="_abstract"]
36-
This paragraph is the assembly introduction. It explains what the user will accomplish by working through the modules in the assembly and sets the context for the user story the assembly is based on. The text that immediately follows the `[role="_abstract"]` tag is used for search metadata.
36+
This paragraph is the assembly introduction. It explains what the user will accomplish by working through the modules in the assembly and sets the context for the user story the assembly is based on.
3737

3838
== Prerequisites
3939

data/generated/con_a-title-that-tests-a-concept.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In the title of concept modules, include nouns or noun phrases that are used in
2626
////
2727

2828
[role="_abstract"]
29-
Write a short introductory paragraph that provides an overview of the module. The text that immediately follows the `[role="_abstract"]` tag is used for search metadata.
29+
Write a short introductory paragraph that provides an overview of the module.
3030

3131
The contents of a concept module give the user descriptions and explanations needed to understand and use a product.
3232

data/generated/proc_testing-a-procedure.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
////
22
Base the file name and the ID on the module title. For example:
33
* file name: proc-doing-procedure-a.adoc
4-
* ID: [id="doing-procedure-a_{context}"]
4+
* ID: [id="proc-doing-procedure-a_{context}"]
55
* Title: = Doing procedure A
66

77
The ID is an anchor that links to the module. Avoid changing it after the module has been published to ensure existing links are not broken.
@@ -24,7 +24,9 @@ Start the title of a procedure module with a verb, such as Creating or Create. S
2424
////
2525

2626
[role="_abstract"]
27-
Write a short introductory paragraph that provides an overview of the module. Procedure modules should include the steps that users perform and address user motivation.The text that immediately follows the `[role="_abstract"]` tag is used for search metadata.
27+
Write a short introductory paragraph that provides an overview of the module.
28+
29+
Procedure modules should include the steps that users perform and address user motivation.
2830

2931
.Prerequisites
3032

data/generated/ref_the-lines-in-a-reference-module.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ In the title of a reference module, include nouns that are used in the body text
2424
////
2525

2626
[role="_abstract"]
27-
Write a short introductory paragraph that provides an overview of the module. The text that immediately follows the `[role="_abstract"]` tag is used for search metadata. A reference module provides data that users might want to look up, but do not need to remember.
28-
It has a very strict structure, often in the form of a list or a table.
27+
Write a short introductory paragraph that provides an overview of the module.
28+
29+
A reference module provides data that users might want to look up, but do not need to remember. It has a very strict structure, often in the form of a list or a table.
2930
A well-organized reference module enables users to scan it quickly to find the details they want.
3031
AsciiDoc markup to consider for reference data:
3132

0 commit comments

Comments
 (0)