-
-
Notifications
You must be signed in to change notification settings - Fork 556
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
Add Expressive Code <Code>
component to Starlight
#1395
Conversation
🦋 Changeset detectedLatest commit: 02e30ed The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Super exciting to see you crack this challenging feature — I know so many of our users will be delighted to be able to use this. Thank you @hippotastic! Left a few comments, but I think it’s all small things and docs for the most part. The main feature seems to be working great! Amazing work 🙌
Co-authored-by: Chris Swithinbank <[email protected]>
Co-authored-by: Chris Swithinbank <[email protected]>
Co-authored-by: Chris Swithinbank <[email protected]>
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.
OK, added a changeset and will request one last docs check from @sarah11918, but otherwise looks good to go out tomorrow! Thanks @hippotastic 🚀
Co-authored-by: Sarah Rainsberger <[email protected]>
I'm happy with the Sarah-fied version! |
Description
<Code>
component by Expressive Code to Starlight. For the original component, see here: https://expressive-code.com/key-features/code-component/import { Code } from '@astrojs/starlight/components'
@astrojs/starlight/internal
export that provides access to theuseTranslations
function to componentsbuild:examples
script so that the projects are no longer built concurrently. The previous configuration could lead to "Port already in use" errors, and building the examples sequentially fixes this.