-
Notifications
You must be signed in to change notification settings - Fork 79
template-update #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
template-update #236
Conversation
bab1f17
to
97cacca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found only minor (potential) problems at very few lines. In general, this is a very good improvement of the templates. The text is much clearer now. Thank you.
modular-docs-manual/files/TEMPLATE_ASSEMBLY_a-collection-of-modules.adoc
Outdated
Show resolved
Hide resolved
modular-docs-manual/files/TEMPLATE_ASSEMBLY_a-collection-of-modules.adoc
Outdated
Show resolved
Hide resolved
modular-docs-manual/files/TEMPLATE_CONCEPT_concept-explanation.adoc
Outdated
Show resolved
Hide resolved
modular-docs-manual/files/TEMPLATE_CONCEPT_concept-explanation.adoc
Outdated
Show resolved
Hide resolved
modular-docs-manual/files/TEMPLATE_CONCEPT_concept-explanation.adoc
Outdated
Show resolved
Hide resolved
modular-docs-manual/files/TEMPLATE_PROCEDURE_doing-one-procedure.adoc
Outdated
Show resolved
Hide resolved
modular-docs-manual/files/TEMPLATE_ASSEMBLY_a-collection-of-modules.adoc
Outdated
Show resolved
Hide resolved
modular-docs-manual/files/TEMPLATE_CONCEPT_concept-explanation.adoc
Outdated
Show resolved
Hide resolved
modular-docs-manual/files/TEMPLATE_ASSEMBLY_a-collection-of-modules.adoc
Outdated
Show resolved
Hide resolved
modular-docs-manual/files/TEMPLATE_ASSEMBLY_a-collection-of-modules.adoc
Outdated
Show resolved
Hide resolved
modular-docs-manual/files/TEMPLATE_ASSEMBLY_a-collection-of-modules.adoc
Show resolved
Hide resolved
//// | ||
Be sure to include a line break between the title and the :context: variable and the :context: variable and the assembly introduction. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following line is the first time the instructions refer to lines above them. I find this confusing, it would make more sense to me to move this information to the comment above the ID and section title.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly, the explanation of the :context:
attribute would make more sense in this place, above the actual :context:
attribute definition.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And as GitHub won't let me comment on those lines, all instructions regarding include statements would make more sense above the include statements, including the one about the empty line in between them. It would allow you to demonstrate that principle clearly without the includes being consistently interrupted with additional information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
modular-docs-manual/files/TEMPLATE_ASSEMBLY_a-collection-of-modules.adoc
Show resolved
Hide resolved
69ad6ba
to
88a5c5c
Compare
redhat-documentation/modular-docs#236 introduced a few changes to the structure and the comments in the official templates. This commit carries these changes over to newdoc with a few notable exceptions: * I unified the empty space above and below the comment blocks. The upstream version is very inconsistent. * I unified the type of comments, The upstream version occasionally switches to line comments for no reason. * I moved the _mod-docs-content-type attribute definition in the assembly template to the top to match its position in the other templates. * I removed accidental leading spaces from some of the comments.
redhat-documentation/modular-docs#236 introduced a few changes to the structure and the comments in the official templates. This commit carries these changes over to newdoc with a few notable adjustments: * I unified the empty space above and below the comment blocks. The upstream version is very inconsistent. * I unified the type of comments. The upstream version occasionally switches to line comments for no reason. * I moved the _mod-docs-content-type attribute definition in the assembly template to the top to match its position in the other templates. * I removed accidental leading spaces from some of the comments.
redhat-documentation/modular-docs#236 introduced a few changes to the structure and the comments in the official templates. This commit carries these changes over to newdoc with a few notable adjustments: * I unified the empty space above and below the comment blocks. The upstream version is very inconsistent. * I unified the type of comments. The upstream version occasionally switches to line comments for no reason. * I moved the _mod-docs-content-type attribute definition in the assembly template to the top to match its position in the other templates. * I removed accidental leading spaces from some of the comments.
Updated the comments in the templates to reflect what we know about potential issues with migrating to DITA.