diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-03-07 11:16:27 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-03-07 11:16:27 +0100 |
commit | c79f02fe4867f2fb477abfaf7ac2448189444495 (patch) | |
tree | 5637236699b6eebe6101615cfb90f9925edfc196 | |
parent | ec028a1c0d904d89fb161d24e844457ab18b4110 (diff) | |
download | gitbook-c79f02fe4867f2fb477abfaf7ac2448189444495.zip gitbook-c79f02fe4867f2fb477abfaf7ac2448189444495.tar.gz gitbook-c79f02fe4867f2fb477abfaf7ac2448189444495.tar.bz2 |
Add sitemap plugin for docs
-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' + } } }; |