Skip to content

Commit 0f0ce93

Browse files
author
Marek Suchánek
committed
Fix: Remove a redundant, outdated statement to restore assembly context
1 parent f09a568 commit 0f0ce93

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

newdoc/newdoc/templates/assembly_title.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ This paragraph is the assembly introduction. It explains what the user will acco
4242
* For more details on writing assemblies, see the link:https://github.com/redhat-documentation/modular-docs#modular-documentation-reference-guide[Modular Documentation Reference Guide].
4343
* Use a consistent system for file names, IDs, and titles. For tips, see _Anchor Names and File Names_ in link:https://github.com/redhat-documentation/modular-docs#modular-documentation-reference-guide[Modular Documentation Reference Guide].
4444

45-
// The following line is necessary to allow assemblies be included in other
46-
// assemblies. It restores the `context` variable to its previous state.
47-
:context: {parent-context-of-${module_id}}
48-
4945
// Restore the context to what it was before this assembly.
5046
ifdef::parent-context-of-${module_id}[:context: {parent-context-of-${module_id}}]
5147
ifndef::parent-context-of-${module_id}[:!context:]

0 commit comments

Comments
 (0)