Skip to content

Add FalkorDB Docs Assistant widget to all pages#470

Merged
gkorland merged 2 commits intomainfrom
copilot/add-widget-chat-to-all-pages
May 4, 2026
Merged

Add FalkorDB Docs Assistant widget to all pages#470
gkorland merged 2 commits intomainfrom
copilot/add-widget-chat-to-all-pages

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 4, 2026

The FalkorDB Docs Assistant chat widget needs to be present on every documentation page.

Changes

  • _includes/head_custom.html — Added the widget-chat.js script tag with defer at the top of the custom head include, which Jekyll injects into every page's <head>:
<script
  src="https://graphrag.falkordb.com/scripts/widget-chat.js?graph=docs_benchmark&title=FalkorDB%20Docs%20Assistant&accent=%237466FF&position=bottom-right"
  defer
></script>

Since head_custom.html is rendered on every page, this single insertion covers the entire site without per-page changes.

Copilot AI linked an issue May 4, 2026 that may be closed by this pull request
@gkorland gkorland requested a review from Copilot May 4, 2026 14:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI changed the title [WIP] Add widget-chat script to all pages header Add FalkorDB Docs Assistant widget to all pages May 4, 2026
Copilot AI requested a review from gkorland May 4, 2026 14:17
@gkorland gkorland marked this pull request as ready for review May 4, 2026 17:02
@gkorland gkorland merged commit b729799 into main May 4, 2026
5 checks passed
@gkorland gkorland deleted the copilot/add-widget-chat-to-all-pages branch May 4, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add widget-chat to all the pages

3 participants