NGN
NGN copied to clipboard
Links to documentation etc. not working
When following the link in this project's description to ngn.js.org, neither the GitHub link (which, I guess, should link back here) nor the documentation link are working.
Where to find documentation/examples?
At the moment, the documentation is all inline in the code, spread through several repositories. What you've found is a very old version of the documentation. We are actively working on a full self-updating documentation system. I've written up a few examples of the frontend library on my codepen account, but that's about all we have publicly released.
It's a pretty big job, so I'm not sure when we'll release everything... but I'm actively using NGN in production for Author.io and for several clients, so we're going as fast as we can.
The project moved from coreybutler to ngnjs. So just replace coreybutler with ngnjs in the link on the page http://coreybutler.github.io/NGN/docs to get http://ngnjs.github.io/NGN/docs
@cope We're about 80% complete with NGN 2.0.0, and docs will be generated from a completely new doc system - metadoc (a tool I wrote). At that point, we'll update ngn.js.org to point to that site. In the meantime, I suggest those who are curious take a look at the 2.0.0 branch in this repo.