Skip to content

feat: add scrolling integrations banner to all doc pages#616

Merged
nicoloboschi merged 1 commit intomainfrom
feature/integrations-scroll-banner
Mar 19, 2026
Merged

feat: add scrolling integrations banner to all doc pages#616
nicoloboschi merged 1 commit intomainfrom
feature/integrations-scroll-banner

Conversation

@nicoloboschi
Copy link
Collaborator

Summary

  • Adds a new IntegrationsBanner component — an infinite left-to-right scrolling strip showing all supported clients, integrations, and LLM providers as pill badges
  • Placed just below the navbar so it appears on every page site-wide
  • Adds Agno and Hermes to both the banner and the IntegrationsGrid component
  • Removes the right border from the doc sidebar

Details

  • Seamless CSS animation (60s loop via translateX) with fade masks on both edges
  • Dark mode: text color cascades from .banner container so SVG icons (via currentColor) and image logos stay visually consistent
  • Hover highlights individual items with a blue tint; links navigate to the relevant SDK/integration doc
  • No hover-pause — animation runs continuously

- Add IntegrationsBanner component with infinite left-to-right CSS scroll animation showing all clients, integrations, and LLM providers
- Place banner below the navbar on every page via Navbar theme wrapper
- Add Agno and Hermes to both the IntegrationsGrid and the banner
- Remove right border from doc sidebar via custom.css
@nicoloboschi nicoloboschi merged commit fe12be4 into main Mar 19, 2026
38 of 40 checks passed
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.

1 participant