From 77b3d28e3bace1f112c09f0121698b543facaf44 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Mon, 25 Jun 2018 03:00:04 +0300 Subject: [PATCH] gitbook: add ya-metrika --- book.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/book.json b/book.json index d403ad58..56b66d96 100644 --- a/book.json +++ b/book.json @@ -4,13 +4,16 @@ "author": "Copter Express", "language": "ru", "root": "docs/", - "plugins": ["youtube", "richquotes", "versions"], + "plugins": ["youtube", "richquotes", "versions", "yametrika"], "pluginsConfig": { "disqus": { "shortName": "coex-clever" }, "versions": { "type": "tags" + }, + "yametrika": { + "number": 49359238 } } }