Skip to content

Commit 99bf00f

Browse files
jake-mahon-netwrixJake Mahonclaude
authored
Remove Kapa AI widget from documentation site (#226)
Remove the entire Kapa AI widget script configuration from docusaurus.config.js to disable the AI assistant chat functionality on the documentation site. Changes: - Removed scripts array containing Kapa widget configuration - Eliminated widget.kapa.ai script loading and all associated data attributes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Jake Mahon <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent 12c2e84 commit 99bf00f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docusaurus.config.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,6 @@ const config = {
5656
defaultLocale: 'en',
5757
locales: ['en'],
5858
},
59-
scripts: [
60-
{
61-
src: 'https://widget.kapa.ai/kapa-widget.bundle.js',
62-
'data-website-id': 'c8052612-e9cf-49f8-b7a4-e717c6adc398',
63-
'data-project-name': 'Netwrix',
64-
'data-project-color': '#F5F5F5',
65-
'data-project-logo': 'https://img.netwrix.com/elements/social_communities/netwrix_blog.svg',
66-
'data-user-analytics-cookie-enabled': 'true',
67-
'data-modal-title': 'Netwrix Docs AI Assistant',
68-
'data-modal-example-questions-title': 'Try asking me...',
69-
'data-modal-disclaimer': 'This **AI assistant answers Netwrix questions** using the documentation.',
70-
'data-modal-example-questions':
71-
'How to reduce Audit DB size?,How to scan for sensitive data?,How to migrate NEA to new server?,How to upload archive to SQL DB?',
72-
'data-button-text-color': '#E32C2D',
73-
async: true,
74-
},
75-
],
7659
presets: [
7760
[
7861
'classic',

0 commit comments

Comments
 (0)