summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--book.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/book.js b/book.js
index a10ff2c..3c16573 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'
+ }
}
};