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[] } } } }
Built with
Show your support! Star us on GitHub ⭐️