Skip to content

Commit 6876036

Browse files
committed
Rename :_module-type: to :_content-type: in tests
1 parent 4fecd18 commit 6876036

8 files changed

+16
-6
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Base the file name and the ID on the assembly title. For example:
1515
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. Include {context} in the ID so the assembly can be reused.
1616
////
1717

18+
////
19+
Indicate the module type in one of the following
20+
ways:
21+
Add the prefix assembly- or assembly_ to the file name.
22+
Add the following attribute before the module ID:
23+
////
24+
:_content-type: ASSEMBLY
25+
1826
ifndef::context[]
1927
[id="assembly_testing-that-an-assembly-forms-properly"]
2028
endif::[]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ways:
1111
Add the prefix con- or con_ to the file name.
1212
Add the following attribute before the module ID:
1313
////
14-
:_module-type: CONCEPT
14+
:_content-type: CONCEPT
1515

1616
////
1717
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.

data/generated/minimal-assembly.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
ifdef::context[:parent-context-of-minimal-assembly: {context}]
22

3+
:_content-type: ASSEMBLY
4+
35
ifndef::context[]
46
[id="minimal-assembly"]
57
endif::[]

data/generated/minimal-concept.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:_module-type: CONCEPT
1+
:_content-type: CONCEPT
22

33
[id="minimal-concept_{context}"]
44
= Minimal concept

data/generated/minimal-procedure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:_module-type: PROCEDURE
1+
:_content-type: PROCEDURE
22

33
[id="minimal-procedure_{context}"]
44
= Minimal procedure

data/generated/minimal-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:_module-type: REFERENCE
1+
:_content-type: REFERENCE
22

33
[id="minimal-reference_{context}"]
44
= Minimal reference

data/generated/proc_testing-a-procedure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ways:
1515
Add the prefix proc- or proc_ to the file name.
1616
Add the following attribute before the module ID:
1717
////
18-
:_module-type: PROCEDURE
18+
:_content-type: PROCEDURE
1919

2020
[id="proc_testing-a-procedure_{context}"]
2121
= Testing a procedure

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ways:
1515
Add the prefix ref- or ref_ to the file name.
1616
Add the following attribute before the module ID:
1717
////
18-
:_module-type: REFERENCE
18+
:_content-type: REFERENCE
1919

2020
[id="ref_the-lines-in-a-reference-module_{context}"]
2121
= The lines in a reference module

0 commit comments

Comments
 (0)