From 6cacb9a21ee8f6f03d5e8dddc421522b7e33d5f2 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Fri, 23 Mar 2012 03:03:18 +0100 Subject: [PATCH] doc: add Cloud9 links to docs --- doc/community/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/community/index.html b/doc/community/index.html index 13f73230b0..c6605c0740 100644 --- a/doc/community/index.html +++ b/doc/community/index.html @@ -51,6 +51,8 @@

Documentation

Official API docs detail the node API.

+

Node Manual offers stylized API docs, as well as tutorials and live code samples

+

Node Bits provides sample Node.js projects

docs.nodejitsu.com answers many of the common problems people come across.

How To Node has a growing number of useful tutorials.

Stack Overflow node.js tag collects new information every day.