https://github.com/data2viz/play.data2viz.io
https://github.com/data2viz/play.data2viz.io
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/data2viz/play.data2viz.io
- Owner: data2viz
- Created: 2018-11-06T12:14:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T14:47:26.000Z (over 5 years ago)
- Last Synced: 2025-04-11T03:07:28.439Z (about 1 year ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# play.data2viz.io
This project is deployed to **[play.data2viz.io](https://play.data2viz.io/)** to help
developers understand the features of [data2viz library](https://github.com/data2viz/data2viz).
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](https://ktor.io/).
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.
## How to launch it
Build the project from gradle `gradlew run`.
## Contributions
PR are welcome to correct the texts, propose some more examples.