about summary refs log tree commit diff
path: root/doc/tutorial/web
AgeCommit message (Collapse)AuthorLines
2011-11-01Fill in the foreign-function part of the tutorialMarijn Haverbeke-1/+1
2011-11-01Add syntax highlighting to the code snippets in the tutorialMarijn Haverbeke-3/+21
Using the CodeMirror Rust mode.
2011-10-31Add a first stab at a tutorialMarijn Haverbeke-0/+36
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.