freegroup / draw2d

Create Visio like drawings, diagrams or workflows with JavaScript and HTML5
https://freegroup.github.io/draw2d/#/examples
MIT License
734 stars 226 forks source link

Missing Documentation #233

Closed sc-ms closed 1 year ago

sc-ms commented 1 year ago

In the past, there was a more technical documentation at http://www.draw2d.org/draw2d_touch/jsdoc_6 that was very helpful. Unfortunately this is no longer available and there is only a redirect to the Academy. Could the "old" documentation please be made available again? Either as a website or also for self-hosting as a download? Thanks :)

freegroup commented 1 year ago

the old version "6" documentation is deprecated API for years and is not supported anymore. It has changed in the past.

the new docu is not as fancy as the old one - but still useful. e.g. https://freegroup.github.io/draw2d/#/api/draw2d/shape/basic/circle

The advantage is, that you can use the codepen for modification and sharing.