From 7f739f8a3b07f3a584dd2aa35429b325306398f0 Mon Sep 17 00:00:00 2001 From: huangjj27 Date: Sat, 9 Dec 2023 21:45:50 +0800 Subject: [PATCH] =?UTF-8?q?config(infisearch)!:=20=E5=9B=9E=E6=BB=9A?= =?UTF-8?q?=E5=88=B0=E6=97=A0=E6=90=9C=E7=B4=A2=E6=8F=92=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 经过实验该插件不能够索引中文,暂时未找到使用场景。姑且关闭搜索功能 closes #9 --- .gitlab-ci.yml | 2 +- book.toml | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fbefcf..98ced48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ stages: before_script: - export PATH="$PATH:$CARGO_HOME/bin" - - cargo install mdbook mdbook-infisearch + - cargo install mdbook build: stage: check diff --git a/book.toml b/book.toml index ed0b3be..143ecf7 100644 --- a/book.toml +++ b/book.toml @@ -27,11 +27,4 @@ copy-js = true line-numbers = false [output.html.search] -enable = false - -[preprocessor.infisearch] -command = "mdbook-infisearch" - -[output.infisearch] -mode = "target" -config = "infi_search.json" +enable = false # wait for a usable chinese searching plugin!