diff options
-rw-r--r-- | book.js | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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' + } } }; |