diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-06 12:52:35 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-06 12:52:35 -0700 |
commit | 53f714b7f3ac2523a4ce98dcb1a1b8a8ee687c43 (patch) | |
tree | a0af3069daec9c7e5b7c2944aee8a107c40a1847 /lib/parse/index.js | |
parent | d19906d5b2638cd55c1b65eeab3327d7533ebca1 (diff) | |
download | gitbook-53f714b7f3ac2523a4ce98dcb1a1b8a8ee687c43.zip gitbook-53f714b7f3ac2523a4ce98dcb1a1b8a8ee687c43.tar.gz gitbook-53f714b7f3ac2523a4ce98dcb1a1b8a8ee687c43.tar.bz2 |
Add base for generating languages index
Diffstat (limited to 'lib/parse/index.js')
-rw-r--r-- | lib/parse/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/parse/index.js b/lib/parse/index.js index 951e401..ec98347 100644 --- a/lib/parse/index.js +++ b/lib/parse/index.js @@ -1,5 +1,6 @@ module.exports = { summary: require('./summary'), + langs: require('./langs'), page: require('./page'), progress: require('./progress'), navigation: require('./navigation'), |