From c79f02fe4867f2fb477abfaf7ac2448189444495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Mon, 7 Mar 2016 11:16:27 +0100 Subject: [PATCH] Add sitemap plugin for docs --- book.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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' + } } };