tanstack.com icon indicating copy to clipboard operation
tanstack.com copied to clipboard

TanStack Form Search is broken / Missing algolia config

Open MarkusWendorf opened this issue 1 year ago • 0 comments

Hello,

the TanStack Form DocSearch is broken right now. It seems like the configuration is not set in the docs/config.json file.

https://github.com/TanStack/form/blob/main/docs/config.json#L2-L6

"docSearch": {
  "appId": "",
  "apiKey": "",
  "indexName": "tanstack-form"
},

as opposed to TanStack Query for example:

"docSearch": {
  "appId": "20TOVD6LOE",
  "apiKey": "35bc6c51aa322700d1383e17c4f669f4",
  "indexName": "tanstackquery"
},

MarkusWendorf avatar Jan 08 '24 14:01 MarkusWendorf