HL7 / ig-template-base

Base IG template managed by HL7 but usable by anyone (no logos). The foundation for most HL7-published IGs
14 stars 27 forks source link

Check for Required Files (e.g., menu.xml) #203

Open cmoesel opened 1 year ago

cmoesel commented 1 year ago

The IG Publisher crashes when Jekyll fails to find an include file. On Windows, this can be quite confusing since it does not provide a message indicating what went wrong. In some cases, like menu.xml, it's easy for an author to forget to include the file when they are first creating an IG. It would be much more user-friendly if the template could check for required files and provide helpful messages when they are missing.

See also: https://github.com/HL7/fhir-ig-publisher/issues/532