diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-03-09 15:22:04 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-03-09 15:22:04 +0100 |
commit | 64a6de751d0f2bd8910ce36e2e8aa4049316e2c7 (patch) | |
tree | 9b02f1da86e8eedbcc90acca03d48380cb8bfb9d /book.js | |
parent | d39f0d6ff01bb033a4afeb1f2eb449f933719b14 (diff) | |
download | gitbook-64a6de751d0f2bd8910ce36e2e8aa4049316e2c7.zip gitbook-64a6de751d0f2bd8910ce36e2e8aa4049316e2c7.tar.gz gitbook-64a6de751d0f2bd8910ce36e2e8aa4049316e2c7.tar.bz2 |
Change documentation's title
Diffstat (limited to 'book.js')
-rw-r--r-- | book.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ var pkg = require('./package.json'); module.exports = { // Documentation for GitBook is stored under "docs" root: './docs', - title: 'GitBook Documentation', + title: 'GitBook Toolchain Documentation', // Enforce use of GitBook v3 gitbook: pkg.version, |