diff options
-rw-r--r-- | book.js | 2 | ||||
-rw-r--r-- | docs/README.md | 2 |
2 files changed, 2 insertions, 2 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, diff --git a/docs/README.md b/docs/README.md index 8507cb2..d626231 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -# GitBook Format Documentation +# GitBook Toolchain Documentation This document aims to be a comprehensive guide to GitBook. It contains the full documentation for version **{{ book.version }}**. Help for GitBook.com specific questions can be found at [help.gitbook.com](https://help.gitbook.com). |