feat: search + basic engine (wip)
This commit is contained in:
@@ -4,4 +4,20 @@ description: Algolia is a powerful search-as-a-service solution, made easy to us
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/algolia.svg
|
||||
website: https://www.algolia.com/
|
||||
props: {}
|
||||
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
|
||||
|
Reference in New Issue
Block a user