summaryrefslogtreecommitdiffstats
path: root/lib/parse/index.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-08-15 12:12:20 -0700
committerSamy Pessé <samypesse@gmail.com>2014-08-15 12:12:20 -0700
commitd337a500dc9db1c9ac4cd95938dd10cd06e6a991 (patch)
tree4216de060a781b4170c30f26483894f82b613ef9 /lib/parse/index.js
parent402e88f8663efaa48d619a7831daef0db0398f82 (diff)
parentcbe4e9edec3a1751030ad40a28e25df20fde2b08 (diff)
downloadgitbook-d337a500dc9db1c9ac4cd95938dd10cd06e6a991.zip
gitbook-d337a500dc9db1c9ac4cd95938dd10cd06e6a991.tar.gz
gitbook-d337a500dc9db1c9ac4cd95938dd10cd06e6a991.tar.bz2
Merge pull request #408 from GitbookIO/feature-glossary
Feature glossary
Diffstat (limited to 'lib/parse/index.js')
-rw-r--r--lib/parse/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/parse/index.js b/lib/parse/index.js
index 0ebb03a..c8c15e6 100644
--- a/lib/parse/index.js
+++ b/lib/parse/index.js
@@ -1,5 +1,6 @@
module.exports = {
summary: require('./summary'),
+ glossary: require('./glossary'),
langs: require('./langs'),
page: require('./page'),
lex: require('./lex'),