v1.7.0+1.21.2
Dianliang233
released this
23 Oct 10:47
·
12 commits
to master
since this release
v1.7.0+1.21.2
Update: This version should be compatible with .3 as well
Hey Wiki now supports BoB!
Changes
- Ported to 1.21.2. Please report any issues you may have!
- Now supports searching the AE2 guide
APIs
- Now supports the
search_provider
field for wikis- Values can be
mediawiki
andalgolia
- All wikis that support autocompleted search should fill this field
- If the field is not filled, and both
search_url
andmw_api_url
are present, the search will default tomediawiki
. However, this is deprecated and will be removed in v2
- Values can be
search_url
is now optional for wikis that supports search, as long as they havesearch_provider
field filled- Added Agolia search support
- This requires you to configure the following fields in the
algolia
object:api_url
index_name
api_key
app_id
- This requires you to configure the following fields in the