wikijs-fork/server/modules/search/algolia/definition.yml

25 lines
683 B
YAML
Raw Normal View History

2018-09-01 03:42:14 +00:00
key: algolia
title: Algolia
description: Algolia is a powerful search-as-a-service solution, made easy to use with API clients, UI libraries, and pre-built integrations.
author: requarks.io
logo: https://static.requarks.io/logo/algolia.svg
website: https://www.algolia.com/
2019-03-18 01:52:16 +00:00
isAvailable: true
2019-03-09 05:51:02 +00:00
props:
appId:
type: String
title: App ID
hint: Your Algolia Application ID, found under API Keys
order: 1
apiKey:
type: String
title: Admin API Key
hint: Your Algolia Admin API Key, found under API Keys.
order: 2
indexName:
type: String
title: Index Name
hint: The name of the index you created under Indices.
default: wiki
order: 3