From 2175c715d65047e075f2b0b5e30c7f60582a3c42 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Fri, 25 Dec 2015 12:34:16 +0800 Subject: [PATCH] disable search plugin --- book.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book.json b/book.json index a94e2a9..4bbf32a 100644 --- a/book.json +++ b/book.json @@ -4,5 +4,6 @@ "language": "zh", "structure": { "readme": "preface.md" - } + }, + "plugins": ["-search"] }