The following URLs return broken pages without any content at the moment :
http://www.chaijs.com/api/bdd/
http://www.chaijs.com/api/assert/
http://www.chaijs.com/api/plugins/
Browser tested :
Google Chrome Version 64.0.3282.186 (Official Build) (64-bit)
Firefox Version 58.0.2
Thanks for this. Looking into it.
Probably related to this: chaijs/chaijs.github.io/issues/159
Here is a Google cache for the moment. https://webcache.googleusercontent.com/search?q=cache:www.chaijs.com/api/
I don't believe it is related to chaijs/chaijs.github.io#159. That is a different issue. It looks like the docs are somehow not being generated from the JSON.
Seems to be working now!
EDIT: Was it the CDN 404?
Hi @0vidiu!
The bot was pushing the built data to the wrong branch (gh-pages), while this repo is built from master since we use the chaijs.github.io repo inside the chaijs org to generate docs.
This was related to: https://github.com/chaijs/chaijs.github.io/issues/159. You might be able to find more details there.
I've also done a couple improvements to how we deploy the docs website.
I might be doing some improvements to Chai's main repo tooling soon too.
Most helpful comment
Thanks for this. Looking into it.