daniel-kun / Albuschat.LogicNodes

This projects contains 'Logic Nodes' that can run on Gira X1 and Gira L1 (devices for KNX building automation / smart home, see https://www.gira.com/en).
MIT License
21 stars 2 forks source link

Documentation is broken because http://strapdownjs.com/v/0.2/strapdown.js no longer works #9

Closed martinvonwittich closed 4 months ago

martinvonwittich commented 5 months ago

The documentation of Web Request no longer renders in my browser - I just get an empty white page. As far as I can tell, the reason is that the linked JavaScript file http://strapdownjs.com/v/0.2/strapdown.js is no longer available; the strapdownjs.com server just redirects to /. Seems like the original site owner let the domain expire, and then it was taken over by a domain grabber:

https://web.archive.org/web/20220514184723/http://strapdownjs.com/ https://web.archive.org/web/20220826225845/http://strapdownjs.com/ https://web.archive.org/web/20221219182428/https://strapdownjs.com/

You should probably just bundle the required JS file with the nodes :)

martinvonwittich commented 5 months ago

Naereen/StrapDown.js#15