FHIR Chat · Using new template - where are my html files? · IG creation

Stream: IG creation

Topic: Using new template - where are my html files?


view this post on Zulip Jean Duteau (Mar 25 2020 at 15:57):

I'm using FSH and SUSHI to create my IGuide. From what I can tell, it is creating all of the proper artifacts for the IG Publisher. When I run the IG Publisher, I get the following message:

Checking Output HTML                                                             (00:34.0846)
found 8 files                                                                    (00:34.0847)
  ... 8 html files, 0 pages invalid xhtml (0%)                                   (00:34.0850)
  ... 2 links, 2 broken links (100%)                                             (00:34.0850)

That tells me that it is creating html files. But where are they? Here is the listing of my output folder:

total 368
-rw-r--r--  1 jeanduteau  staff    182 25 Mar 09:54 expansions.json
-rw-r--r--  1 jeanduteau  staff    286 25 Mar 09:54 expansions.json.zip
-rw-r--r--  1 jeanduteau  staff    244 25 Mar 09:54 expansions.xml
-rw-r--r--  1 jeanduteau  staff    328 25 Mar 09:54 expansions.xml.zip
-rw-r--r--  1 jeanduteau  staff  66737 25 Mar 09:54 full-ig.zip
-rw-r--r--  1 jeanduteau  staff    111 25 Mar 09:54 package.manifest.json
-rw-r--r--  1 jeanduteau  staff  21142 25 Mar 09:54 package.tgz
-rw-r--r--  1 jeanduteau  staff    109 25 Mar 09:54 qa-tx.html
-rw-r--r--  1 jeanduteau  staff   5256 25 Mar 09:54 qa.html
-rw-r--r--  1 jeanduteau  staff    362 25 Mar 09:54 qa.json
-rw-r--r--  1 jeanduteau  staff   1729 25 Mar 09:54 qa.txt
-rw-r--r--  1 jeanduteau  staff   2031 25 Mar 09:54 qa.xml
-rw-r--r--  1 jeanduteau  staff  22048 25 Mar 09:54 validator-ibm.fhir.fda.icsr.pack
-rw-r--r--  1 jeanduteau  staff  22048 25 Mar 09:54 validator.pack

I'm sure this is a newbie question but I couldn't find anything in the documentation that would guide me here.

view this post on Zulip Lloyd McKenzie (Mar 25 2020 at 16:03):

Are you declaring any pages in your IG? Are the profiles produced from FSH in source folders with the appropriate names (e.g. src/resources)?

view this post on Zulip Jean Duteau (Mar 25 2020 at 16:11):

i have an index.md page . and I have two profiles in the appropriate source folder

view this post on Zulip Jean Duteau (Mar 25 2020 at 16:41):

Further investigation reveals that the html fragments for my profiles and such are being generated in the temp/qa folder. So I'm not sure what is stopping them from being migrated to the output folder.

view this post on Zulip Jean Duteau (Mar 25 2020 at 17:02):

Here is my input directory:

total 8
-rw-r--r--  1 jeanduteau  staff  2785 25 Mar 10:58 ImplementationGuide-ibm.fhir.fda.icsr.json
drwxr-xr-x  3 jeanduteau  staff    96 25 Mar 10:58 extensions
-rw-r--r--  1 jeanduteau  staff     0 25 Mar 10:58 ignoreWarnings.txt
drwxr-xr-x  3 jeanduteau  staff    96 25 Mar 10:58 includes
drwxr-xr-x  3 jeanduteau  staff    96 25 Mar 10:58 pagecontent
drwxr-xr-x  5 jeanduteau  staff   160 25 Mar 10:58 profiles

input/extensions:
total 8
-rw-r--r--  1 jeanduteau  staff  1175 25 Mar 10:58 StructureDefinition-DepartmentName.json

input/includes:
total 8
-rw-r--r--  1 jeanduteau  staff  367 25 Mar 10:58 menu.xml

input/pagecontent:
total 0
-rw-r--r--  1 jeanduteau  staff  0 25 Mar 10:58 index.md

input/profiles:
total 32
-rw-r--r--  1 jeanduteau  staff  4334 25 Mar 10:58 StructureDefinition-ibm-fda-icsr-messageorganization.json
-rw-r--r--  1 jeanduteau  staff  1291 25 Mar 10:58 StructureDefinition-ibm-fda-icsr-vaers-bundle.json
-rw-r--r--  1 jeanduteau  staff  2133 25 Mar 10:58 StructureDefinition-ibm-fda-icsr-vaers-messageheader.json

view this post on Zulip Lloyd McKenzie (Mar 25 2020 at 17:14):

What's in your IG in your output folder? Is it referencing all the relevant pages? (Anything not referenced gets deleted...)

view this post on Zulip Jean Duteau (Mar 25 2020 at 17:31):

okay, user error. had a space in the grandparent directory name, so Jekyll wasn't doing anything and was silent about it. nothing to see here, move along


Last updated: Apr 12 2022 at 19:14 UTC