xyd 0.1.0-alpha - Coming Soon

Integrations
/
Search
/
Orama

Orama

Learn how to add Orama search integration

To enable Orama Search set it in docs.json:

Search options in docs.json
{
"integrations": {
"search": {
"orama": true
}
}
}

for more advanced configuration you can like:

{
"integrations": {
"search": {
"orama": {
"endpoint": "optional", // string
"apiKey": "optional", // string
"suggestions": "optional" // string[]
}
}
}
}
Search IntegrationsAlgolia
Built with

Show your support! Star us on GitHub ⭐️