From 199fa570a3d2bd8d5a50169bb66bb110a100d1d7 Mon Sep 17 00:00:00 2001 From: "the Phoeron\" Colin J.E. Lupton" <thephoeron@protonmail.com> Date: Mon, 5 Sep 2022 10:58:55 -0400 Subject: [PATCH] Disable the Sharing gitbook plugin because it's failing to find dependencies --- book.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.json b/book.json index 2f84e82..e50a720 100644 --- a/book.json +++ b/book.json @@ -5,7 +5,7 @@ "readme": "index.md", "summary": "SUMMARY.md" }, - "plugins": ["hints", "folding-chapters", "localized-footer", "prism", "-highlight"], + "plugins": ["hints", "folding-chapters", "localized-footer", "prism", "-highlight", "-sharing"], "localized-footer": { "hline": true, "filename": "FOOTER.md" -- GitLab