summaryrefslogtreecommitdiffstats
path: root/lib/modifiers/summary/index.js
diff options
context:
space:
mode:
authorSoreine <nicolas@gitbook.com>2016-05-09 19:51:54 +0200
committerSoreine <nicolas@gitbook.com>2016-05-11 13:11:32 +0200
commit2fef898a1e13dc6b3f2627ed83af2865f51d2ffa (patch)
tree61d3b98e7f80a1883462eb8da4dbb694ac91fc31 /lib/modifiers/summary/index.js
parent0945807184907d4aac47d370d05b39d4029d07fa (diff)
downloadgitbook-2fef898a1e13dc6b3f2627ed83af2865f51d2ffa.zip
gitbook-2fef898a1e13dc6b3f2627ed83af2865f51d2ffa.tar.gz
gitbook-2fef898a1e13dc6b3f2627ed83af2865f51d2ffa.tar.bz2
Modifier moveArticleAfter
Diffstat (limited to 'lib/modifiers/summary/index.js')
-rw-r--r--lib/modifiers/summary/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/modifiers/summary/index.js b/lib/modifiers/summary/index.js
index 2b84f66..3ee0367 100644
--- a/lib/modifiers/summary/index.js
+++ b/lib/modifiers/summary/index.js
@@ -1,6 +1,7 @@
module.exports = {
insertArticle: require('./insertArticle'),
moveArticle: require('./moveArticle'),
+ moveArticleAfter: require('./moveArticleAfter'),
removeArticle: require('./removeArticle'),
unshiftArticle: require('./unshiftArticle'),
editArticleTitle: require('./editArticleTitle'),