From 04ba3425420eb998066958bfe3855d520086b2c5 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 22 Feb 2018 02:45:03 +0300 Subject: [PATCH] Add disqus comments for gitbook --- book.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/book.json b/book.json index d4a5c2dd..89a6cadd 100644 --- a/book.json +++ b/book.json @@ -3,5 +3,10 @@ "description": "Конструктор квадрокоптера «Клевер»", "author": "Copter Express", "language": "ru", - "plugins": ["youtube", "richquotes"] -} \ No newline at end of file + "plugins": ["youtube", "richquotes", "disqus"], + "pluginsConfig": { + "disqus": { + "shortName": "coex-clever" + } + } +}