IntegrationsFumadocs
Add AI Search to your Fumadocs
What is Fumadocs
Fumadocs is an open source documentation framework, powered by Next.js App Router.
Get an API key
- Go to the Inkeep Dashboard
- Select your project under Projects
- Go to the Integrations tab
- Click on Create integration
- Select Web
- Provide a Name.
- Specify a URL for where this integration will be used.
- For production API keys, leave Enforce referrer URL checked.
- Click on Create
- Click the Example < /> button to get your API key and view suggested settings
For local or staging API keys, see here.
Option 1: Replace the built-in search dialog with Inkeep
This method allows you to replace the default Search Dialog with Inkeep, see here for more information.
Create a search.tsx
client component in your components
directory.
To pass it to the Root Provider, you need a wrapper with use client directive. Create a provider.tsx
file.
Use it instead of your previous Root Provider in your root layout.tsx
file.
Option 2: Add the SearchBar to a custom nav or sidebar component
Use this option if you have created a custom nav or sidebar component.
Create a searchbar.tsx
client component in your Fumadocs project.
Then import it into your navbar or sidebar component.
For a full list of customizations, check out the Search Bar documentation.