diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-06 15:03:27 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-06 15:03:27 -0700 |
commit | 74edc4f279c8748f072efe3b090a2414b351d697 (patch) | |
tree | 8e06317bc24bbfef142a01d6eadb9ef32d333c2f /lib/parse/index.js | |
parent | 52ccc2b46dbcec3fac7dd412ca05ccb8c2e26dc5 (diff) | |
parent | 696cbdc3b13905498e2832d43790567ac48799d0 (diff) | |
download | gitbook-74edc4f279c8748f072efe3b090a2414b351d697.zip gitbook-74edc4f279c8748f072efe3b090a2414b351d697.tar.gz gitbook-74edc4f279c8748f072efe3b090a2414b351d697.tar.bz2 |
Merge pull request #39 from GitbookIO/feature/search
Feature/search
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 ec98347..0e333e4 100644 --- a/lib/parse/index.js +++ b/lib/parse/index.js @@ -2,6 +2,7 @@ module.exports = { summary: require('./summary'), langs: require('./langs'), page: require('./page'), + lex: require('./lex'), progress: require('./progress'), navigation: require('./navigation'), }; |