-
Notifications
You must be signed in to change notification settings - Fork 129
feat: LLMs dropdown #1956
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
feat: LLMs dropdown #1956
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.
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 |
I've added buttons that will "Open in ...
I also need to add the icons to the |
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.
💅
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.
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 |
Preview for this PR was built for commit |
Hi, one point. I think it now has duplicate buttons Also, would it be possible to add some kind of indication for the user that the page was copied. For example, change icon to "✅" or something like that? |
Preview for this PR was built for commit |
I guessed we missed the "copied" behavior :) Figma Screen.Recording.2025-10-01.at.15.33.12.mov |
Preview for this PR was built for commit |
Preview for this PR was built for commit |
@patrikbraborec @hanatsai The icons and copy state should be fixed. Regardless of the |
We agreed with @patrikbraborec to rename the "Copy page" title in the dropdown to "Copy for LLM" just to keep it consistent with the main copy button (same way as Coinbase and Claude docs) |
Preview for this PR was built for commit |
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.
Sorry I'll pre-approve. I forgot the mobile version, can we fix it? 🙏 Figma

Preview for this PR was built for commit |
Preview for this PR was built for commit |
Preview for this PR was built for commit |
Note
Refactors LLM actions into a single dropdown menu and updates the doc header layout and styles, adding UI library/icon deps.
CopyForLLM
andViewAsMarkdown
buttons with a single dropdown intheme/LLMButtons/index.jsx
using@apify/ui-library
Menu
and@apify/ui-icons
.theme/LLMButtons/CopyForLLM
andtheme/LLMButtons/ViewAsMarkdown
components.theme/LLMButtons/styles.module.css
for the new button and menu options.theme/DocItemContent/index.js
, wraps title and LLM controls in a flex container (styles.docItemContent
), keepingMDXContent
below; addsstyles.module.css
for layout.@apify/ui-icons
and bump@apify/ui-library
; update lockfile accordingly.Written by Cursor Bugbot for commit 5455d61. This will update automatically on new commits. Configure here.