diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-31 17:06:35 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-31 17:06:39 -0700 |
commit | 39f1ed055e87df7a8010f7b998ec4f931997be00 (patch) | |
tree | ed356b16663225d659c221325ecd8f3998a173f9 /lib/parse/index.js | |
parent | 3f3bade58e3b258aadab8ecf084004d06e62cede (diff) | |
download | gitbook-39f1ed055e87df7a8010f7b998ec4f931997be00.zip gitbook-39f1ed055e87df7a8010f7b998ec4f931997be00.tar.gz gitbook-39f1ed055e87df7a8010f7b998ec4f931997be00.tar.bz2 |
Add parse.navigation module
With tests
Diffstat (limited to 'lib/parse/index.js')
-rw-r--r-- | lib/parse/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/parse/index.js b/lib/parse/index.js index 2caf6a4..f6593ef 100644 --- a/lib/parse/index.js +++ b/lib/parse/index.js @@ -1,4 +1,6 @@ module.exports = { summary: require('./summary'), page: require('./page'), + + navigation: require('./navigation'), }; |