Stream: IG creation
Topic: all my hrex links leads to hx page
Eric Haas (Oct 08 2020 at 23:15):
I have Da Vinci hrex as a dependency in my ig resource...
dependsOn:
- id: uscore
packageId: hl7.fhir.us.core
uri: http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core
version: 3.1.1
- id: hrex
packageId: hl7.fhir.us.davinci-hrex
uri: http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/hl7.fhir.us.davinci-hrex
version: current
but the jekyll variable link {{site.data.fhir.hrex}}/index.html points to the history file instead of the home page of the ig.
Eric Haas (Oct 08 2020 at 23:19):
as does this one {{site.data.fhir.hrex}}/2020Sep/Task-min.html#root
Changing the version to 0.2.0 does not change this behavior.
Eric Haas (Oct 08 2020 at 23:21):
so looking at the temp/pages/_data/fhir.json file generated by the ig-pub...
...
uscore: 'http://hl7.org/fhir/us/core'
ver:
uscore: 'http://hl7.org/fhir/us/core/STU3.1.1'
hrex: 'https://build.fhir.org/ig/HL7/davinci-ehrx/'
hrex: 'http://hl7.org/fhir/us/davinci-hrex'
Eric Haas (Oct 08 2020 at 23:24):
we see that it changed from {{{site.data.fhir.[dependency]}} to {{site.data.fhir.ver.[dependency]}}
Why?
Last updated: Apr 12 2022 at 19:14 UTC