Hacker News new | ask | show | jobs
by flukus 3405 days ago
The documentation that the link goes to, clicking any of those links on the left or the next/back button does nothing. It looks like it might be cause be the company zscalar or the site, the error is:

> has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://neutrino.js.org' is therefore not allowed access.

Either way, it ridiculous to require javascript to read a plain text site.

1 comments

Neutrino, a project for building JavaScript applications, using a JavaScript project as its documentation? Scandalous! ;)

Anyway, we're using gitbook to render our documentation content:

https://github.com/GitbookIO/gitbook

The documentation also lives in the GitHub repository, albeit not as navigable as the website:

https://github.com/mozilla-neutrino/neutrino-dev/tree/master...