The following pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
Conditional logic | Page | You can implement advanced conditional logic that includes if statements, or statements, unless, and more. This conditional logic facilitates single sourcing... |
Content reuse | Page | You can reuse chunks of content by storing these files in the includes folder. You then choose to include the file where you need it. This works similar to c... |
Excluding files | Page | By default, all the files in your Jekyll project are included in the output (this differs from DITA projects, which don't include files unless noted on the m... |
Generating PDFs | Page | You can generate a PDF from your Jekyll project. You do this by creating a web version of your project that is printer friendly. You then use utility called ... |
Help APIs and UI tooltips | Page | You can loop through files and generate a JSON file that developers can consume like a help API. Developers can pull in values from the JSON into interface e... |