Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions notes/kapa-ai-assistant.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# [kapa.ai](http://kapa.ai) assistant details

## Configuration

Everything required for the code configuration for the [kapa.ai](http://kapa.ai) assistant lies in the `theme.config.ts` file of the repo. There you will find the `<script>` tag which brings in the kapa.ai assistant modal into the website.

Configuration details for this script tag can be found in the [kapa.ai](http://kapa.ai) documentation here: https://docs.kapa.ai/

Currently the website has the modal enabled by a custom button component located at `components/AskAIButton.tsx`

## Enabling/disabling the feature

The kapa AI assistant con be toggled on and off on the website by toggling the **`enable_docs_ai_widget`** feature flag.