summaryrefslogtreecommitdiffstats
path: root/book.js
diff options
context:
space:
mode:
Diffstat (limited to 'book.js')
-rw-r--r--book.js20
1 files changed, 0 insertions, 20 deletions
diff --git a/book.js b/book.js
deleted file mode 100644
index a74e4e1..0000000
--- a/book.js
+++ /dev/null
@@ -1,20 +0,0 @@
-const pkg = require('./package.json');
-
-module.exports = {
- // Documentation for GitBook is stored under "docs"
- root: './docs',
- title: 'GitBook Toolchain Documentation',
-
- // Use the "official" theme
- plugins: [],
-
- variables: {
- version: pkg.version
- },
-
- pluginsConfig: {
- sitemap: {
- hostname: 'https://toolchain.gitbook.com'
- }
- }
-};