Skip to content
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: add sponsored by cloudflare logo #255

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 42 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,49 @@ After forking/cloning this repo to a folder locally:

## Special thanks

This project is made possible thanks to the amazing teams at [Vercel] and [Polypane]. We use their services to ensure
you always get the latest and greatest version of the documentation. Thank you [Vercel] and [Polypane]!
This project is made possible thanks to the amazing teams at [Vercel], [Polypane], and [Cloudflare]. We use their
services to ensure you always get the latest and greatest version of the documentation. Thank you [Vercel], [Polypane]
and [Cloudflare]!

<div align="center">
<a href="https://vercel.com?utm_source=sapphiredev&utm_campaign=oss"><img height="40" src="./static/icons/powered-by-vercel.svg" /></a>
<a href="https://polypane.app"><img height="40" src="./static/icons/powered-by-polypane.svg" /></a>
<a
href="https://vercel.com/?utm_source=sapphiredev&utm_campaign=oss"
rel="noopener noreferrer"
target="_blank"
aria-label="Sponsor link to Vercel"
style="margin-right: 0.5rem"
>
<img
alt="Logo Vercel"
src="https://raw.githubusercontent.com/sapphiredev/resource-webhooks/main/public/icons/powered-by-vercel.svg"
style="height: 40px"
/>
</a>
<a
href="https://polypane.app/"
rel="noopener noreferrer"
target="_blank"
aria-label="Sponsor link to Polypane"
style="margin-right: 0.5rem"
>
<img
alt="Logo Polypane"
src="https://raw.githubusercontent.com/sapphiredev/resource-webhooks/main/public/icons/powered-by-polypane.svg"
style="height: 40px"
/>
</a>
<a
href="https://www.cloudflare.com/"
rel="noopener noreferrer"
target="_blank"
aria-label="Sponsor link to Cloudflare"
>
<img
alt="Logo Cloudflare"
src="https://raw.githubusercontent.com/sapphiredev/resource-webhooks/feat/add-cloudflare-sponsor-logo/public/icons/powered-by-cloudflare.svg"
style="height: 40px"
/>
</a>
</div>

## Buy us some doughnuts
Expand Down Expand Up @@ -55,3 +92,4 @@ Thank you to all the people who already contributed to Sapphire!
[contributing]: https://github.com/sapphiredev/.github/blob/main/.github/CONTRIBUTING.md
[vercel]: https://vercel.com?utm_source=sapphiredev&utm_campaign=oss
[polypane]: https://polypane.app
[cloudflare]: https://www.cloudflare.com
6 changes: 5 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const config: Config = {
style: 'dark',
logo: {
alt: 'Powered By Vercel',
src: 'icons/powered-by-vercel-and-polypane.svg'
src: 'icons/powered-by-vercel-and-polypane-and-cloudflare.svg'
},
links: [
{
Expand Down Expand Up @@ -301,6 +301,10 @@ const config: Config = {
{
label: 'Polypane',
href: 'https://polypane.app'
},
{
label: 'Cloudflare',
href: 'https://www.cloudflare.com'
}
]
}
Expand Down
Loading