Chai: API reference broken (no content)

Created on 13 Mar 2018  路  6Comments  路  Source: chaijs/chai

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

Example of what the assert API reference looks like.

With devtools showing markup.

Most helpful comment

Thanks for this. Looking into it.

All 6 comments

Thanks for this. Looking into it.

Probably related to this: chaijs/chaijs.github.io/issues/159

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

corybill picture corybill  路  4Comments

domenic picture domenic  路  4Comments

qbolec picture qbolec  路  5Comments

endymion00 picture endymion00  路  3Comments

sverrirs picture sverrirs  路  3Comments