workshopper / learnyounode

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.
Other
7.24k stars 1.84k forks source link

remove node_apidocs #669

Closed ccarruitero closed 4 years ago

ccarruitero commented 4 years ago

We have a copy of node api docs, but I think is double work since node maintain your docs very well. Aside the folder is not updated some time ago.

So, I propose to remove that and link to official node api in exercises where needed.

What do you think?

AnshulMalik commented 4 years ago

I am not sure why are we having the docs folder either. @martinheidegger do you know?

feross commented 4 years ago

I believe this was initially added so that the workshop would work offline at NodeConf US which took place at Walker Creek Ranch, where internet was sparse. I'd rather just delete this and point to the live docs for now, since those are at least not out of date.

AnshulMalik commented 4 years ago

Okay, let's go with that then.

feross commented 4 years ago

PR to remove the outdated offline docs here: https://github.com/workshopper/learnyounode/pull/678