From 95750be815a15832ae1d1c67d6fba815f5240fdb Mon Sep 17 00:00:00 2001 From: Michael-F-Bryan Date: Tue, 16 May 2017 17:40:14 +0800 Subject: [PATCH] Added a note about google analytics to the docs --- book-example/src/format/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book-example/src/format/config.md b/book-example/src/format/config.md index bbea9a59..009528b0 100644 --- a/book-example/src/format/config.md +++ b/book-example/src/format/config.md @@ -24,5 +24,6 @@ parent directory of the source directory. - **src:** The path to the book's source files (chapters in Markdown, SUMMARY.md, etc.). Defaults to `root/src`. - **dest:** The path to the directory where you want your book to be rendered. Defaults to `root/book`. - **theme_path:** The path to a custom theme directory. Defaults to `root/theme`. +- **google_analytics_id:** If included, google analytics will be added to each page and use the provided ID. ***note:*** *the supported configurable parameters are scarce at the moment, but more will be added in the future*