mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
📝 docs(config): fix typo in config documentation
- correct spelling of "whether" in search index format description
This commit is contained in:
parent
79ed74b48a
commit
f18207b995
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ include_content = true
|
|||
# At which character to truncate the content to. Useful if you have a lot of pages and the index would
|
||||
# become too big to load on the site. Defaults to not being set.
|
||||
# truncate_content_length = 100
|
||||
# Wether to produce the search index as a javascript file or as a JSON file.
|
||||
# Whether to produce the search index as a javascript file or as a JSON file.
|
||||
# Accepted value "elasticlunr_javascript" or "elasticlunr_json".
|
||||
index_format = "elasticlunr_json"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue