IntegrationsFumadocs
Add Chat Button to Fumadocs
Learn how to integrate Inkeep's chat button into your Fumadocs documentation for real-time user assistance and enhanced documentation interactivity.
What is Fumadocs
Fumadocs is an open source documentation framework, powered by Next.js App Router.
Get an API key
Follow these steps to create an API key for your web integration.
Initialize the widget
Note
You will need to replace REPLACE_WITH_YOUR_INKEEP_API_KEY
with your actual
Inkeep API key in the code below.
Create an inkeep-script.tsx
client component in your Fumadocs project.
Then import it in the <body />
of your root layout.tsx
file.
For a full list of customizations, check out the Chat Button documentation.