mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-26 22:55:49 +00:00
Restore Algolia DocSearch
This commit is contained in:
14
@theme/components/Navbar/AlgoliaSearch.tsx
Normal file
14
@theme/components/Navbar/AlgoliaSearch.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { DocSearch } from '@docsearch/react';
|
||||
|
||||
export function AlgoliaSearch() {
|
||||
return (
|
||||
<DocSearch
|
||||
appId="R39QY3MZC7"
|
||||
indexName="xrpl"
|
||||
apiKey="3431349deec23b0bc3dcd3424beb9a6e"
|
||||
searchParameters={{
|
||||
facetFilters: ['lang:en'],
|
||||
}}
|
||||
/>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user