Skip to content

Commit

Permalink
docs: update expired Documents documentation (#2185)
Browse files Browse the repository at this point in the history
Due to Cargo.toml:54-55 has change this feature from
  `search/indexing-ja/zh` into `indexing-ja/zh`
  • Loading branch information
jackyliu16 authored Apr 20, 2023
1 parent 0113a73 commit d3fec80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/documentation/content/multilingual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d3fec80

Please sign in to comment.