Skip to content

Feat: render kapa as sidebar#5315

Open
fabianrbz wants to merge 2 commits into
mainfrom
feat/render-kapa-as-sidebar
Open

Feat: render kapa as sidebar#5315
fabianrbz wants to merge 2 commits into
mainfrom
feat/render-kapa-as-sidebar

Conversation

@fabianrbz
Copy link
Copy Markdown
Contributor

Description

Renders kapa as a sidebar

Checklist

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

Copilot AI review requested due to automatic review settings May 20, 2026 16:22
@fabianrbz fabianrbz requested a review from a team as a code owner May 20, 2026 16:22
@netlify
Copy link
Copy Markdown

netlify Bot commented May 20, 2026

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit a70957d
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a0ddfb51785ee0008653465
😎 Deploy Preview https://deploy-preview-5315--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

Pull request overview

This PR updates the site layout and styling to render the Kapa AI widget as a right-hand sidebar instead of a modal overlay, and to shift page content when the sidebar is open.

Changes:

  • Configure the Kapa widget to use sidebar view mode with custom modal/sidebar styling options.
  • Add a kapa-open body class toggle on open/close events to drive layout adjustments.
  • Add CSS to animate and apply right padding to the main page container when the sidebar is open.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
app/_layouts/default.html Loads/configures Kapa as a sidebar and toggles body.kapa-open on open/close.
app/_assets/stylesheets/index.css Adds a sidebar width variable and applies responsive padding/transition when Kapa is open.

Comment thread app/_layouts/default.html

{% if jekyll.environment == "production" and site.ENABLE_KAPA_AI %}
{% if site.ENABLE_KAPA_AI %}
{% if jekyll.environment == "production" or jekyll.environment == "preview" %}
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.

2 participants