Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed May 18, 2024
1 parent 58adab1 commit e1dc080
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/docs/content/docs/ui/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ npm run dev
<Accordion id='pronunciation' title='How to say Fumadocs?'>
Fumadocs (Foo-ma docs).
</Accordion>

</Accordions>

### Demo
Expand Down
5 changes: 5 additions & 0 deletions packages/ui/src/contexts/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export interface SearchProviderProps {
*/
links?: SearchLink[];

/**
* The shortcuts to trigger search dialog
*/
hotKey?: string[];

/**
* Replace default search dialog, allowing you to use other solutions such as Algolia Search
*
Expand Down

0 comments on commit e1dc080

Please sign in to comment.