FHIR Chat · general · javascript

Stream: javascript

Topic: general


view this post on Zulip Dunmail (Nov 23 2015 at 14:11):

Conformance -> swagger.json -> auto-generated clients

view this post on Zulip nicola (RIO/SS) (Nov 23 2015 at 14:12):

yes, that's the goal!

view this post on Zulip nicola (RIO/SS) (Nov 27 2015 at 20:58):

@Josh Mandel may be transfer fhir.js to fhir-js organization?

view this post on Zulip Josh Mandel (Nov 27 2015 at 22:56):

Sounds like a good idea!

view this post on Zulip nicola (RIO/SS) (Nov 27 2015 at 22:58):

and fhirpath.js too :)

view this post on Zulip nicola (RIO/SS) (Nov 27 2015 at 23:00):

Then we can create beautiful entry page for all fhir js stuff, like HAPI :)

view this post on Zulip Ewout Kramer (Dec 01 2015 at 12:40):

Then we can create beautiful entry page for all fhir js stuff, like HAPI :)

Do you have a suggestion for a tool? We want to restructure our .NET documentation too, but are still looking for a publication platform... would not be a bad idea if we use the same stuff....currently we do files on github.io

view this post on Zulip nicola (RIO/SS) (Dec 01 2015 at 12:52):

I think, it would be github.io too

view this post on Zulip Ewout Kramer (Dec 01 2015 at 12:53):

AH yes, but are you going to write all pages by hand?

view this post on Zulip Ewout Kramer (Dec 01 2015 at 12:53):

Or is there some files + config and a renderer and then you upload to git

view this post on Zulip Ewout Kramer (Dec 01 2015 at 12:53):

Or, there is a website which monitors git, and rebuilds the doc if you push

view this post on Zulip nicola (RIO/SS) (Dec 01 2015 at 12:53):

some code-generation, with possible automation by travis.ci :)

view this post on Zulip Ewout Kramer (Dec 01 2015 at 12:54):

travis is a CI server, right? Will it generate documentation? I guess, from source files, but I also meant additional documentation with background info....

view this post on Zulip nicola (RIO/SS) (Dec 01 2015 at 12:55):

yes, travis is free for open source projects on github. https://gist.github.com/bewest/6100033

view this post on Zulip nicola (RIO/SS) (Dec 01 2015 at 12:55):

background info could be generated by tools like https://jekyllrb.com/

view this post on Zulip Josh Mandel (Dec 01 2015 at 15:45):

Yes: for static stuff there's Jekyll, which github.io natively supports/runs if you just put a config file in your repo.

view this post on Zulip Ewout Kramer (Dec 01 2015 at 16:05):

I am looking at readthedocs.com (and .org), which is used by quite some projects, including https://docs.asp.net/en/latest/

view this post on Zulip Ewout Kramer (Dec 01 2015 at 16:06):

Agree you could do this with jekyll, but I could not quickly find people who have written a template that looks nice and generates a nice hierarchical toc, a la readthedocs.com

view this post on Zulip Ewout Kramer (Dec 01 2015 at 16:08):

...and I don't speak Ruby, so I'd hope someone else already had done that job!

view this post on Zulip Josh Mandel (Dec 02 2015 at 04:12):

readthedocs is great! Very popular in the Python community.


Last updated: Apr 12 2022 at 19:14 UTC