Apparently modern javascript apps don't allow you to navigate between pages. It's not working for me on chrome.

Edit - I can open them with a middle click, so at least the fallback to a more reliable tech.

Are you talking about the documentation, or an app you're trying to run with Neutrino? I'm not aware of any problems with either, but if you could raise an issue I'd be happy to investigate.

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.

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...