Change index name to fix search

This commit is contained in:
Janne Valkealahti
2023-10-26 10:05:44 +01:00
parent 1868772f8f
commit cc81e11d79

View File

@@ -3,13 +3,14 @@ plugins {
id 'org.antora' version '1.0.0'
}
antora {
version = '3.2.0-alpha.2'
options = [clean: true, fetch: true, stacktrace: true]
environment = [
'ALGOLIA_API_KEY': '9d489079e5ec46dbb238909fee5c9c29',
'ALGOLIA_APP_ID': 'WB1FQYI187',
'ALGOLIA_INDEX_NAME': 'springshell',
'ALGOLIA_INDEX_NAME': 'springdocs',
]
dependencies = [
'@antora/atlas-extension': '1.0.0-alpha.1',