From d76ef207fe142fc761af441d39710ee76dea5d57 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 10 Aug 2018 18:27:55 +0300 Subject: [PATCH] Rough attempt to disable glossary links --- book.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/book.json b/book.json index 65ac0a24..d996280a 100644 --- a/book.json +++ b/book.json @@ -4,7 +4,7 @@ "author": "Copter Express", "language": "ru", "root": "docs/", - "plugins": ["youtube", "richquotes", "versions", "yametrika", "disable-glossary"], + "plugins": ["youtube", "richquotes", "versions", "yametrika"], "pluginsConfig": { "disqus": { "shortName": "coex-clever" @@ -15,5 +15,8 @@ "yametrika": { "id": 49359238 } + }, + "structure": { + "glossary": "_GLOSSARY.md" } }