OHDSI Home | Forums | Wiki | Github

What tools are used for documentation?

What tool(s) and/or framework(s) were used to create/maintain the awesome documentation here:
https://ohdsi.github.io/CommonDataModel?

Rmarkdown. I have described the simple steps for WhiteRabbit here: https://github.com/OHDSI/WhiteRabbit/blob/master/docs/ReadMe.md

Publishing is done with Github Pages.

-edit- difference between WhiteRabbit and the CommonDataModel documentation, is that some of the CommonDataModel documentation is automatically generated from the OMOP CDM definition files.

Thanks @MaximMoinat,

It looks like the docs are mapped using GitHub Pages:

And the content for the CommonDataModel project uses the Bootstrap framework:

Is this correct? Are there other frameworks being used (either by the CDM project or other OHDSI projects)?

Thanks again for the help and the quick reply :slight_smile:

It looks like the CDM documentation is using the frameworks shown below (from the docs/site_libs folder of the project).

These are indeed some of the javascript packages that rmarkdown uses for rendering the markdown documents. Luckily we do not have to worry about this when writing/publishing the documentation.

t