summaryrefslogtreecommitdiffstats
path: root/lib/constants/defaultPlugins.js
blob: e6ea2bb9dc778dd6a1fc617aa2b5f8bfbb13271e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
var Immutable = require('immutable');

/*
    List of default plugins for all books,
    default plugins should be installed in node dependencies of GitBook
*/
module.exports = Immutable.List([
    'highlight',
    'search',
    'lunr',
    'sharing',
    'fontsettings',
    'theme-default'
]);