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 | |
parent | d39f0d6ff01bb033a4afeb1f2eb449f933719b14 (diff) | |
download | gitbook-64a6de751d0f2bd8910ce36e2e8aa4049316e2c7.zip gitbook-64a6de751d0f2bd8910ce36e2e8aa4049316e2c7.tar.gz gitbook-64a6de751d0f2bd8910ce36e2e8aa4049316e2c7.tar.bz2 |
Change documentation's title
-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). |