FHIR Chat · creation of implementation Guide · IG creation

Stream: IG creation

Topic: creation of implementation Guide


view this post on Zulip abhishek gupta (Feb 03 2018 at 09:48):

Hi all,
when I am generating the example web page in Implementation Guide,then at running time (liquid Exception)Jekyll could not locate my included file 'list-simple-examples.xhtml' getting.
I followed the steps like:
1)pages/examples.html(put my examples.md)
2)pages/_includes/examples.md(put my {% include list-simple-examples.xhtml %} )
if anybody have an idea about that where I am getting wrong ping me

view this post on Zulip Lloyd McKenzie (Feb 03 2018 at 14:25):

Why are you trying to include xhtml into a markdown file? Also, where is your included file located?

view this post on Zulip Eric Haas (Feb 03 2018 at 17:25):

I'm not sure you can do an include of xhtml . try html files instead and all included files needs to be in the _includes folder. The Jekyll documentation explains this pretty well.

view this post on Zulip abhishek gupta (Feb 05 2018 at 04:50):

@Lloyd McKenzie
my included file is located like that:
1)pages/examples.html(put my examples.md)
examples.html
2)pages/_includes/examples.md(put my {% include list-simple-examples.xhtml %} )
examples.md
3)pages/_includes/list-simple-examples.xhtml(put my example html page link)
After doing these stuffs still I am unable to get the example web page.
please help me figure out this problem

view this post on Zulip abhishek gupta (Feb 05 2018 at 05:14):

@Eric Haas
I already tried for doing instead of xhtml,put as html files in the _includes folder but same exception will be happening liquid exception
"could not locate the included file 'list-simple-examples.xhtml' "

view this post on Zulip abhishek gupta (Feb 06 2018 at 04:53):

Hi All,
Hi i want to generate the example web page in the implementation Guide
my included file is located like that:
1)pages/examples.html(put my examples.md)
examples.html
2)pages/_includes/examples.md(put my {% include list-simple-examples.xhtml %} )
examples.md
3)pages/_includes/list-simple-examples.xhtml(put my example html page link)
After doing these stuffs still I am unable to get the example web page.
please help me figure out this problem

view this post on Zulip abhishek gupta (Feb 06 2018 at 13:02):

@Brian Postlethwaite
I want some help from your side for creating the Implementation Guide.
you created the vhdir implementation guide.In that you are generating the examples web pages.
I also want to generate examples web pages but problem is I am not able to generate that examples pages.when running my ig with jekyll,inside the output folder I am not able to generate my example html page.
I will send you my ig.json,ig.xml,profile,example and template file.
ig.json
ig.xml
vms-medicationstatement.structuredefinition.xml
medexam.xml
sd-examples.html
inside this I used same structure according to my requirment whatever you are putting in vhdir directory but still I am not able to generate my html page.
please help me to figure out this problem.

view this post on Zulip Eric Haas (Feb 06 2018 at 17:27):

Whoa slow down partner... you are coming across very demanding. Try starting your posts a little softer and read the Jekyll and IG documentation. An examples page is built like any other. update the menu bar, creat a new html page in the pages directory add the examples content to it and you are off and running...

view this post on Zulip Lloyd McKenzie (Feb 06 2018 at 18:41):

Given that the issue being reported is "file not found", I'd suggest posting a zip of your full input folder. That might give us a better idea of what's going on.

view this post on Zulip Grahame Grieve (Feb 06 2018 at 19:51):

I have already privately advised @abhishek gupta that this is problematic and that at some point, a commercial relationship will be needed with someone for questions of this nature. You're all welcome to continue responding, but you don't need to

view this post on Zulip abhishek gupta (Feb 07 2018 at 05:25):

@Lloyd McKenzie
I will send you a zip of my full input folder.
baseDstu3.rar
please help me to figure out why I am not able to get the example pages

view this post on Zulip Lloyd McKenzie (Feb 07 2018 at 05:34):

I took a quick scan and I have no idea what you're doing. You've got a whole mix of HTML and Markdown - and a huge number of files. In general, it's best to build an implementation guide up. Start with just a few files and make sure that builds well, then build up to something more complex. I've never actually used markdown with the IGPublisher, so I'm not well positioned to diagnose. As Grahame has mentioned, this forum isn't really intended for this level of support. If you're getting an error message that's incoherent or the build is throwing a null pointer error, then that's absolutely our responsibility to fix. But if the particular organization of your files happens to be wrong, that's on you to fix - or to hire someone to assist you. If you're not in a position to hire someone, start with one of the existing implementation guides , trim it down to the bare minimum and get that to run, then replace with your own bare minimum content and get that to run, then slowly increase the content and complexity, building regularly. That will make it much easier to figure out what's going on.


Last updated: Apr 12 2022 at 19:14 UTC