diff --git a/book.js b/book.js index a10ff2c99..3c165735c 100644 --- a/book.js +++ b/book.js @@ -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' + } } };