summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoreine <nicolas@gitbook.com>2016-12-02 17:52:49 +0100
committerSoreine <nicolas@gitbook.com>2016-12-02 17:52:49 +0100
commit9d3c397446653addb3a78c68bbfe56470e92bf33 (patch)
treefea4c3758d5b84896655e6750dc76cfba3d2fcd0
parent0681a51c2f3b8a9a6db61669a83023bc128c7cd5 (diff)
downloadgitbook-9d3c397446653addb3a78c68bbfe56470e92bf33.zip
gitbook-9d3c397446653addb3a78c68bbfe56470e92bf33.tar.gz
gitbook-9d3c397446653addb3a78c68bbfe56470e92bf33.tar.bz2
plugin: Add more categories
-rw-r--r--packages/gitbook-plugin/src/cli.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/gitbook-plugin/src/cli.js b/packages/gitbook-plugin/src/cli.js
index 5b87745..06e421d 100644
--- a/packages/gitbook-plugin/src/cli.js
+++ b/packages/gitbook-plugin/src/cli.js
@@ -53,7 +53,10 @@ program
choices: [
'analytics',
'search',
- 'content'
+ 'content',
+ 'structure',
+ 'social',
+ 'visual'
]
}
])