forked from GitbookIO/gitbook
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.js
More file actions
Latest commit
23 lines (18 loc) · 515 Bytes
/
Copy pathbook.js
File metadata and controls
23 lines (18 loc) · 515 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
varpkg=require('./package.json');
module.exports={
// Documentation for GitBook is stored under "docs"
root: './docs',
title: 'GitBook Toolchain Documentation',
// Enforce use of GitBook v3
gitbook: '3.1.1',
// Use the "official" theme
plugins: ['theme-official@2.1.1','-sharing','-fontsettings','sitemap'],
variables: {
version: pkg.version
},
pluginsConfig: {
sitemap: {
hostname: 'https://toolchain.gitbook.com'
}
}
};