This project is deployed to play.data2viz.io to help developers understand the features of data2viz library.
The goal is to cover all the API of data2viz.
The content of the pages is created using markdown. The pages are parsed and transformed to html on the Ktor server.
The markdown pages are under the content/tutorials
directory.
The pages are sorted by they filename. This is why each file name must start with
two digits + -
. The title of the page is retrieved from the first title of level 1.
Build the project from gradle gradlew run
.
PR are welcome to correct the texts, propose some more examples.