Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1005 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 1005 Bytes

Qlik Data Integration Test Drive Tutorials

This repository contains the content used to generate the Qlik Data Integration test drive tutorials which are used in a number of different data integration use cases that Qlik makes available to customers and partners.

Subdirectories

  • site: the site subdirectory contains the sources for the test drive cookbook. Web pages are created using a markdown language called Liquid and the html that is hosted by the test drive images is generated from there using Jekyll.

  • generated: contains the html that is generated when the markdown source files are processed.

Generating HTML From Markdown Sources

The Makefile in the root directory is preconfigured to generate the html, reading from the site subdirectory and writing the output to the generated subdirectory.

To execute it, simply type make from the command line while in this directory.