Skip to content

Commit

Permalink
[DOC] disable search for now (#2103)
Browse files Browse the repository at this point in the history
Disable search until we have Algolia re-index. 

(also test to make sure tests dont run)
  • Loading branch information
jeffchuber authored May 1, 2024
1 parent b95797a commit 7b51ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs.trychroma.com/components/layout/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function TopNav({ children }: TopNavProps) {
<img src='/img/chroma.svg' alt='Chroma Logo' className='h-8 w-auto' />
<p className='ml-3 mb-0 text-lg font-semibold'>Chroma</p>
</Link>
<Search/>
{/* <Search/> */}
</div>
<section className={'flex gap-x-4 items-center'}>
{children}
Expand Down

0 comments on commit 7b51ca9

Please sign in to comment.