about summary refs log tree commit diff
path: root/doc/tutorial/intro.md
AgeCommit message (Collapse)AuthorLines
2012-01-19Move tutorial over to a format similar to the reference docMarijn Haverbeke-57/+0
And adjust highlighting/testing scripts to deal with this.
2012-01-12Go over the tutorial againMarijn Haverbeke-3/+1
Edit some things, make sure all code runs.
2011-11-16Fix small grammar mistake in tutorialMarijn Haverbeke-1/+1
2011-11-07Fix some more bugs in the tutorialMarijn Haverbeke-4/+4
Tutorial code going out of date is going to be a recurring problem...
2011-11-01Flesh out the module section of the tutorialMarijn Haverbeke-0/+11
2011-10-31Add a first stab at a tutorialMarijn Haverbeke-0/+48
You build it with `cd doc/tutorial; node build.js`, and then point your browser at doc/tutorial/web/index.html. Not remotely ready for publicity yet.