webpro/DOMtastic

API documentation website not working correctly

Closed this issue · 5 comments

Hi Lars,

The API documentation website stopped working correctly a few days ago. All link hashes invariably lead to the showing just the BaseClass page now:

domtastic-docs-bug

Let me know if there's anything I can assist with to fix this.

P.S. Thanks for creating DOMtastic! ;-)

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) {}.

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.

I'm going to take a stab at fixing this today.

Looks like https://domtastic.js.org/doc/ is OK again. Please let me know about anything incorrect.

Thanks a lot!