API documentation website not working correctly
Closed this issue · 5 comments
icflorescu commented
webpro commented
Yeah I know. I think the problem is that I've refactored quite some exports a while ago and dox doesn't support this well. If I recall correctly, the issue was something like not resolving eg. the "siblings" function name from export const siblings = function(selector) {}
.
olsonpm commented
I guess this should be obvious - but an easy workaround for now is just to clone it locally, checkout the second-to-latest commit on gh-pages
and open the doc/index.html file.
webpro commented
I'm going to take a stab at fixing this today.
webpro commented
Looks like https://domtastic.js.org/doc/ is OK again. Please let me know about anything incorrect.
icflorescu commented
Thanks a lot!