Stream: conformance
Topic: ImplementationGuideInput
Jose Costa Teixeira (Nov 28 2017 at 09:41):
If we have an exampleScenario as part of an IG, and if we want the ExampleScenario to be rendered and added to the IG pages, can we point to the exampleScenario, and use page.kind=resource?
Jose Costa Teixeira (Nov 28 2017 at 09:41):
is that the idea?
Jose Costa Teixeira (Nov 28 2017 at 09:42):
seems better than what i am doing now, which is a)render the page, b) adding the page manually to the ig.
Eric Haas (Nov 28 2017 at 16:56):
I am not sure if this is wat you are asking. but for the ig publisher you have to manually add pages to the ig. It won't poopulate them based on what is in Implementation guide.
Lloyd McKenzie (Nov 28 2017 at 16:58):
We'll need to get the IGPublisher to generate appropriate fragments for ExampleScenario instances. Then we'll need to create templates that put those fragments where they ought to be.
Jose Costa Teixeira (Nov 28 2017 at 17:13):
Yep, @Lloyd McKenzie my doubt was if once these fragments/templates are done, we can avoid the manual editing that @Eric Haas mentions
Jose Costa Teixeira (Nov 28 2017 at 17:26):
I am hoping that if you add the resource to the implementationGuideInput, then the machine will use that to render the pages as defined, without having to add a page as well.
Lloyd McKenzie (Nov 28 2017 at 17:55):
Well, there is a need to add a page for every resource, but depending on the IG publisher framework, this can happen automagically behind the scenes.
Last updated: Apr 12 2022 at 19:14 UTC