You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
683 B

  1. key: algolia
  2. title: Algolia
  3. description: Algolia is a powerful search-as-a-service solution, made easy to use with API clients, UI libraries, and pre-built integrations.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/algolia.svg
  6. website: https://www.algolia.com/
  7. isAvailable: true
  8. props:
  9. appId:
  10. type: String
  11. title: App ID
  12. hint: Your Algolia Application ID, found under API Keys
  13. order: 1
  14. apiKey:
  15. type: String
  16. title: Admin API Key
  17. hint: Your Algolia Admin API Key, found under API Keys.
  18. order: 2
  19. indexName:
  20. type: String
  21. title: Index Name
  22. hint: The name of the index you created under Indices.
  23. default: wiki
  24. order: 3