From d3fec80de1e5cb929ca573c8bbce69a93ade3127 Mon Sep 17 00:00:00 2001 From: OneDragon424 <50787361+jackyliu16@users.noreply.github.com> Date: Thu, 20 Apr 2023 19:55:44 +0800 Subject: [PATCH] docs: update expired Documents documentation (#2185) Due to Cargo.toml:54-55 has change this feature from `search/indexing-ja/zh` into `indexing-ja/zh` --- docs/content/documentation/content/multilingual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/content/multilingual.md b/docs/content/documentation/content/multilingual.md index 8f20bf1319..45f893ae5c 100644 --- a/docs/content/documentation/content/multilingual.md +++ b/docs/content/documentation/content/multilingual.md @@ -33,7 +33,7 @@ summary = "My blog" ``` Note: By default, Chinese and Japanese search indexing is not included. You can include -the support by building `zola` using `cargo build --features search/indexing-ja --features search/indexing-zh`. +the support by building `zola` using `cargo build --features indexing-ja --features indexing-zh`. Please also note that, enabling Chinese indexing will increase the binary size by approximately 5 MB while enabling Japanese indexing will increase the binary size by approximately 70 MB due to the incredibly large dictionaries.