Skip to content

Commit 3e76786

Browse files
committed
After technical review
1 parent 5aaf19f commit 3e76786

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

pantheon-bundle/src/main/resources/SLING-INF/content/docs/modules/ref_content_checklist.adoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,17 @@ Always have an empty line between includes. This applies to both master.adoc an
3030

3131
*Not supported*
3232

33-
`:leveloffset: +1 +
34-
include::modules/core-services/proc_registering-the-system-after-the-installation.adoc +
35-
leveloffset: -1`
33+
In theory, asciidoc interprets the following set of include statements as all having leveloffset=+1:
34+
35+
:leveloffset: +1
36+
`include::some-module.adoc[]`
37+
38+
`include::some-other-module.adoc[]`
39+
40+
`include::yet-another--module.adoc[]`
41+
:leveloffset: -1
42+
43+
However, {ProductName} does not, so you must write the leveloffset in the square brackets for each module.
3644
|====
3745

3846
.Module requirements

0 commit comments

Comments
 (0)