summaryrefslogtreecommitdiffstats
path: root/lib/generate/index.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-04 13:55:43 -0700
committerSamy Pessé <samypesse@gmail.com>2014-04-04 13:55:43 -0700
commit76b3fcb41c1fc34c35b689148e12d83b7d924c92 (patch)
tree5ccbc51e34a2c526105fdff536ed786ea00e4a13 /lib/generate/index.js
parentfebda9aba1144902f6984bf620076e353a583b42 (diff)
downloadgitbook-76b3fcb41c1fc34c35b689148e12d83b7d924c92.zip
gitbook-76b3fcb41c1fc34c35b689148e12d83b7d924c92.tar.gz
gitbook-76b3fcb41c1fc34c35b689148e12d83b7d924c92.tar.bz2
Add base for page generator
Diffstat (limited to 'lib/generate/index.js')
-rw-r--r--lib/generate/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/generate/index.js b/lib/generate/index.js
index 95f325c..faa48d5 100644
--- a/lib/generate/index.js
+++ b/lib/generate/index.js
@@ -8,6 +8,7 @@ var parse = require("../parse");
var generators = {
"site": require("./generator_site"),
+ "page": require("./generator_page"),
"json": require("./generator_json")
};