complete rewrite of documentation generation

- romeved mustache.js
- unified templates
- improved testability of the code
This commit is contained in:
Misko Hevery
2010-12-23 00:44:27 +01:00
parent aab3df7aea
commit 4f22d6866c
33 changed files with 1271 additions and 1071 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
node docs/specs.js --noColor && node docs/collect.js
#!/bin/bash
. ~/.bashrc
node docs/spec/specs.js --noColor && node docs/src/gen-docs.js