From d55086e1eb4fa8ba81467fd48540be4a6927b724 Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Sat, 6 Dec 2025 11:30:03 +0000 Subject: [PATCH 1/6] docs: fixed the position of the logo on the top page --- docs/src/pages/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index d851790d3..1d64200dc 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -1,4 +1,3 @@ -import { Banner } from '@/components/Banner'; import { Footer } from '@/components/Footer'; import { Nav } from '@/components/Nav'; import { Seo } from '@/components/Seo'; @@ -32,7 +31,7 @@ const Home = (props) => {
orval Emblem
From d35df9f5aee545840f1cde435134ae02c059c7fd Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Sat, 6 Dec 2025 12:00:54 +0000 Subject: [PATCH 2/6] docs: change sponsor display to Open Collective --- docs/src/pages/index.tsx | 76 +++++++++++++++++++++++++++++++++++----- 1 file changed, 67 insertions(+), 9 deletions(-) diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index 1d64200dc..8b5a10ce6 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -263,27 +263,85 @@ my-app

Thanks for the support, guys! 🍻

-
- {sponsors.map((sponsor) => ( + + {/* Sponsors Section */} +
+

+ Sponsors +

+
+ + Sample Sponsor + +
+
+ + {/* Backers Section */} +
+

+ Backers +

+
+ + Sample Backer + + + Sample Backer + Sample Backer - ))} +
+
From 8daa0d2e7cfd6e06d4cf6245d4bf110fc40cc5b4 Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Sat, 6 Dec 2025 12:01:12 +0000 Subject: [PATCH 3/6] docs: add sponsor section to README --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index c21e2f8bc..69b18a84b 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,32 @@ If you encounter issues or want to start completely fresh: 1. Run `yarn nuke:all` to clean everything 2. Reinstall dependencies and rebuild from scratch +## Sponsors + +Thank you to all our sponsors! 🍻 + +Support orval development by [Open Collective](https://opencollective.com/orval) and your logo will be displayed here with a link to your website. + + + Become a sponsor + + +## Backers + +Thank you to all our backers! 🙏 + +Support us with a one-time donation and help us continue our activities on [Open Collective](https://opencollective.com/orval). + + + Backer + + + Backer + + + Backer + + ## Star History From 087179b191c3a4af04bb787a4a0e7ce90b6a1738 Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Sat, 6 Dec 2025 12:03:35 +0000 Subject: [PATCH 4/6] docs: remove grayscale effect on top page --- docs/src/pages/index.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index 8b5a10ce6..8956ba3fe 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -274,10 +274,10 @@ my-app href="https://opencollective.com/orval" target="_blank" rel="noopener noreferrer" - className="opacity-60 hover:opacity-100 transition-opacity" + className="hover:opacity-80 transition-opacity" > Sample Sponsor Sample Backer Sample Backer Sample Backer Date: Sun, 7 Dec 2025 03:37:13 +0000 Subject: [PATCH 5/6] docs: update sample logo url --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69b18a84b..c04f43671 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Thank you to all our sponsors! 🍻 Support orval development by [Open Collective](https://opencollective.com/orval) and your logo will be displayed here with a link to your website. - Become a sponsor + Become a sponsor ## Backers @@ -118,13 +118,13 @@ Thank you to all our backers! 🙏 Support us with a one-time donation and help us continue our activities on [Open Collective](https://opencollective.com/orval). - Backer + Backer - Backer + Backer - Backer + Backer ## Star History From a765c385df017a6c9aafd0f2eeb612fccf8c492f Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Sat, 13 Dec 2025 00:20:19 +0000 Subject: [PATCH 6/6] docs: added Discord navigation for uploading logos --- README.md | 2 ++ docs/src/pages/index.tsx | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index c04f43671..86c83944c 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,8 @@ Support us with a one-time donation and help us continue our activities on [Open Backer +**Note:** After becoming a sponsor or backer, please contact us on [Discord](https://discord.gg/6fC2sjDU7w) to upload your logo. + ## Star History diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index 8956ba3fe..2557779e9 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -344,6 +344,19 @@ my-app Support us on Open Collective
+ +

+ After becoming a sponsor or backer, please contact us on{' '} + + Discord + {' '} + to upload your logo. +