Render getting started snippets with syntax highlighter#4
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull Request Overview
Adds a "Getting started" drawer to the QueryKit demo page with syntax-highlighted code snippets for installation, schema definition, and usage examples.
- Introduces a right-side drawer component with copyable, syntax-highlighted code blocks
- Registers additional language support (bash, typescript) for syntax highlighting
- Adds UX improvements like auto-opening via query parameter and conditional UI visibility
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Summary
react-syntax-highlighterTesting
https://chatgpt.com/codex/tasks/task_e_68d87d9d01ec8320817d25ef162ae1c6
Note
Adds a right-side "Getting started" drawer with copyable, syntax-highlighted snippets and small UX tweaks (query param open, conditional results button).
install,schema,usage) rendered viaSyntaxHighlighterand a copy-to-clipboard button per block.bashandtypescriptlanguages (in addition tosql) for syntax highlighting.Drawercomponents; sections defined viaquickStartSections.?drawer=opento auto-open the drawer.Written by Cursor Bugbot for commit 5b90553. This will update automatically on new commits. Configure here.