diff --git a/book.json b/book.json index 93fe31dd..61346c7a 100644 --- a/book.json +++ b/book.json @@ -9,7 +9,8 @@ "intopic-toc", "partial-summary", "localized-footer", - "versions-select" + "versions-select", + "-lunr", "-search", "search-plus" ], "pluginsConfig": { diff --git a/package-lock.json b/package-lock.json index acc81196..8d987fde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,8 @@ "gitbook-plugin-partial-summary": "1.0.0", "gitbook-plugin-versions-select": "0.1.1", "honkit": "6.2.2", - "honkit-plugin-breadcrumbs": "0.0.3" + "honkit-plugin-breadcrumbs": "0.0.3", + "honkit-plugin-search-plus": "1.0.0" } }, "node_modules/@asciidoctor/cli": { @@ -1188,6 +1189,18 @@ "honkit": ">1.x.x" } }, + "node_modules/honkit-plugin-search-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/honkit-plugin-search-plus/-/honkit-plugin-search-plus-1.0.0.tgz", + "integrity": "sha512-GnfzHS+HhZUWLeCkprXH7et1nSuzR23HYqRw1HJbz17UnmHRdTxhBalK37uZayI3xAdA4C2anei9phXrjpDSmg==", + "license": "Apache-2.0", + "dependencies": { + "html-entities": "1.2.0" + }, + "engines": { + "gitbook": ">=3.0.0" + } + }, "node_modules/honkit/node_modules/dom-serializer": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.1.tgz", diff --git a/package.json b/package.json index e933e933..92a48989 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "gitbook-plugin-partial-summary": "1.0.0", "gitbook-plugin-versions-select": "0.1.1", "honkit": "6.2.2", - "honkit-plugin-breadcrumbs": "0.0.3" + "honkit-plugin-breadcrumbs": "0.0.3", + "honkit-plugin-search-plus": "1.0.0" } }