redhat-documentation / modular-docs

Modular Documentation Project provides guidelines and examples for writing technical documentation using a modular framework.
Creative Commons Attribution Share Alike 4.0 International
82 stars 68 forks source link

WIP: Issue 151 Include :_module-type: variable into the template #164

Closed emmurphy1 closed 3 years ago

emmurphy1 commented 3 years ago

Issue 151 Include :_module-type: variable into the template

mikemckiernan commented 3 years ago

The change looks good, so formally, that is my approval.

That said:

I have the second bullet working in a playpen, but maven is misbehaving for me, so I have not submitted a PR. The gist is to change the foll line from "attValue.toString()" to "attValue.toString.toUpperCase()". https://github.com/redhataccess/pantheon/blob/master/pantheon-bundle/src/main/java/com/redhat/pantheon/asciidoctor/extension/MetadataExtractorTreeProcessor.java#L150 Do we want to hold off for a code change?

rkratky commented 3 years ago

@mikemckiernan,

formally, that is my approval

I suggest you use the GH "Review" functionality to record your approval.

I'd prefer that we amend the code to accept lowercase for the type

Agree, but that's a Pv2 matter (and as such, it should have no bearing on what happens in this repo).