Skip to content

Commit

Permalink
feat: add sponsored by cloudflare logo
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 20, 2024
1 parent 29cf60d commit 7407571
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 519 deletions.
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 @@ -256,7 +256,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 @@ -307,6 +307,10 @@ const config: Config = {
{
label: 'Polypane',
href: 'https://polypane.app'
},
{
label: 'Cloudflare',
href: 'https://www.cloudflare.com'
}
]
}
Expand Down
Loading

0 comments on commit 7407571

Please sign in to comment.