-
Notifications
You must be signed in to change notification settings - Fork 133
feat: enable Kapa AI chat widget #1937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enables the Kapa AI chat widget by adding an "Ask AI" button to the main navigation bar alongside the existing Algolia search functionality. The implementation replaces the previous A/B testing setup with a permanent integration of the Kapa AI widget.
- Adds a dedicated "Ask AI" button component that opens the Kapa AI chat widget
- Removes unused Inkeep styling overrides and configuration
- Updates the search modal package to support the new dual-search interface
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| static/inkeep-overrides.css | Removes unused Inkeep font size overrides |
| apify-docs-theme/src/theme/SearchBar/styles.css | Adds styling for the new Ask AI button and container layout |
| apify-docs-theme/src/theme/SearchBar/index.js | Implements KapaAIButton component and integrates it with existing search |
| apify-docs-theme/src/config.js | Enables Kapa AI widget script and removes unused Inkeep configuration |
| apify-docs-theme/package.json | Updates docs-search-modal package version |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Comment @cursor review or bugbot run to trigger another review on this PR
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Last nit from my side, can we make the button inside search bar just the same color as the one on the page, just for consistency? |
Done, feel free to merge this PR once you want the changes to go live. |
|
Preview for this PR was built for commit |
|
Ok then, let's merge it and start using some AI :D |
Adds an
Ask AIbutton to the main top bar and an Ask AI tab to the search modal.