-
-
Notifications
You must be signed in to change notification settings - Fork 554
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 new example to showcase #1070
Conversation
|
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.
Hello! Thank you for opening your first PR to Starlight! ✨
Here’s what will happen next:
-
Our GitHub bots will run to check your changes.
If they spot any issues you will see some error messages on this PR.
Don’t hesitate to ask any questions if you’re not sure what these mean! -
In a few minutes, you’ll be able to see a preview of your changes on Netlify 🤩
-
One or more of our maintainers will take a look and may ask you to make changes.
We try to be responsive, but don’t worry if this takes a few days.
Thanks for your contribution 🙌 It looks like you wanted to add docs.ethfollow.xyz to the showcase but you actually added it to the list of community plugins. Here are the steps to add a site to the showcase:
<Card
title="React Awesome Reveal"
href="https://react-awesome-reveal.morello.dev/"
thumbnail="react-awesome-reveal.morello.dev.png"
/>
+ <Card
+ title="Ethereum Follow Protocol"
+ href="https://docs.ethfollow.xyz/"
+ thumbnail="docs.ethfollow.xyz.png"
+ />
</FluidGrid>
If needed, a PR adding a website to the showcase that can be used as a template is this one. If you have any questions, feel free to ask. |
Thank you! |
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.
Thanks @o-az! The build was failing because you hadn’t actually added the docs.ethfollow.xyz.png
image the <Card>
component was looking for. I’ve add that screenshot now, so this is good to go!
https://docs.ethfollow.xyz/
What kind of changes does this PR include?
Description