mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 20:02:29 +00:00
@@ -8,7 +8,7 @@ interface AlgoliaDocSearchProps {
|
||||
export const AlgoliaDocSearch = ({ pathname }: AlgoliaDocSearchProps) => {
|
||||
const indexName = pathname.includes('user-guide')
|
||||
? 'user-guide'
|
||||
: 'developer';
|
||||
: 'developer-docs';
|
||||
return (
|
||||
<DocSearch
|
||||
hitComponent={({ hit }: { hit: any }) => (
|
||||
|
||||
Reference in New Issue
Block a user