FHIR Chat · influencing _data used in ig publisher · committers

Stream: committers

Topic: influencing _data used in ig publisher


view this post on Zulip Sean McIlvenna (Sep 22 2016 at 22:09):

Does anyone know how to influence the data that is available to the ig publisher in the temp/_data folder? I'd like to include some information from the ImplementationGuide in the generated pages (for example, who authored the IG), but I don't see any data that is exposed to Jekyll to be able to pull that information from

view this post on Zulip Lloyd McKenzie (Sep 22 2016 at 22:20):

I believe if you have an _data in pages, it'll get copied across. If you want to change what's in one of the existing data files, you'll need to change the IG code

view this post on Zulip Sean McIlvenna (Sep 22 2016 at 22:42):

cool! I'll give that a shot

view this post on Zulip Grahame Grieve (Sep 25 2016 at 00:20):

add this fragment to the _date file:

view this post on Zulip Grahame Grieve (Sep 25 2016 at 00:20):

"ig": {
"id": "test-ig",
"name": "Test Implementation Guide",
"url": "http://hl7.org/fhir/test-ig",
"status": "draft",
"experimental": true,
"publisher": "FHIR Project"
}


Last updated: Apr 12 2022 at 19:14 UTC