From 64a6de751d0f2bd8910ce36e2e8aa4049316e2c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Wed, 9 Mar 2016 15:22:04 +0100 Subject: [PATCH] Change documentation's title --- book.js | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book.js b/book.js index 3c165735c..ec649fb34 100644 --- a/book.js +++ b/book.js @@ -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 8507cb2e7..d62623173 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).