Add sitemap plugin for docs

This commit is contained in:
Samy Pessé
2016-03-07 11:16:27 +01:00
parent ec028a1c0d
commit c79f02fe48
+7 -1
View File
@@ -9,10 +9,16 @@ module.exports = {
gitbook: pkg.version,
// Use the "official" theme
plugins: ['theme-official'],
plugins: ['theme-official', 'sitemap'],
theme: 'official',
variables: {
version: pkg.version
},
pluginsConfig: {
sitemap: {
hostname: 'https://docs.gitbook.com'
}
}
};