mirror of
https://github.com/getzola/zola
synced 2025-03-04 06:57:17 +00:00
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`
This commit is contained in:
parent
0113a73551
commit
d3fec80de1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue