diff --git a/.vitepress/config.mts b/.vitepress/config.mts
index 4e5e0f21..4e395244 100644
--- a/.vitepress/config.mts
+++ b/.vitepress/config.mts
@@ -26,8 +26,9 @@ export default defineConfig({
siteTitle: 'Leaf PHP',
search: {
- provider: 'local',
// provider: 'algolia',
+ provider: 'local',
+
// options: {
// appId: 'Q38TT8XUN9',
// indexName: 'leafphp',
diff --git a/.vitepress/theme/components/Home/Sponsors.vue b/.vitepress/theme/components/Home/Sponsors.vue
index 58b53737..15245c3d 100644
--- a/.vitepress/theme/components/Home/Sponsors.vue
+++ b/.vitepress/theme/components/Home/Sponsors.vue
@@ -9,7 +9,7 @@ import SponsorGroup from '../shared/SponsorGroup.vue';
Leaf is all of us
Leaf is fully community backed. Your donations go a long way to help us keep Leaf running and keep up with the
- demand associated with the growth of our tools. Here are our top sponsors ❤️
+ demand associated with the growth of our tools. Here are our current sponsors ❤️
diff --git a/.vitepress/theme/components/shared/Banner.vue b/.vitepress/theme/components/shared/Banner.vue
index c51e3e88..234386ab 100644
--- a/.vitepress/theme/components/shared/Banner.vue
+++ b/.vitepress/theme/components/shared/Banner.vue
@@ -31,7 +31,7 @@ const dismiss = () => {
- 🎉 You can now use
Roles and permissions natively in your apps.
+ We need your help to keep Leaf's development active.
Support Leaf today!
diff --git a/.vitepress/theme/components/shared/GPTLink.vue b/.vitepress/theme/components/shared/GPTLink.vue
new file mode 100644
index 00000000..7ee21a94
--- /dev/null
+++ b/.vitepress/theme/components/shared/GPTLink.vue
@@ -0,0 +1,8 @@
+
+
+
+ Try out the Leaf ChatGPT coding assistant
+
+
diff --git a/.vitepress/theme/index.ts b/.vitepress/theme/index.ts
index bf920dbb..dc4ce819 100644
--- a/.vitepress/theme/index.ts
+++ b/.vitepress/theme/index.ts
@@ -17,6 +17,8 @@ export default {
return h(DefaultTheme.Layout, null, {
'layout-top': () =>
h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
+ // 'aside-ads-before' : () =>
+ // h(defineAsyncComponent(() => import('./components/shared/GPTLink.vue'))),
});
},
};
diff --git a/src/public/sponsors.json b/src/public/sponsors.json
index fd3a5b1a..ff9e6b99 100644
--- a/src/public/sponsors.json
+++ b/src/public/sponsors.json
@@ -16,15 +16,17 @@
"url": "https://www.digitalocean.com/",
"img": "https://avatars.githubusercontent.com/u/4650108?s=200&v=4"
},
- {
- "name": "JetBrains",
- "url": "https://www.jetbrains.com/",
- "img": "https://avatars.githubusercontent.com/u/878437?s=200&v=4"
- },
{
"name": "Terry",
"url": "https://github.com/terrybr",
"img": "https://avatars.githubusercontent.com/u/378788?v=4"
+ }
+ ],
+ "pastSponsors": [
+ {
+ "name": "JetBrains",
+ "url": "https://www.jetbrains.com/",
+ "img": "https://avatars.githubusercontent.com/u/878437?s=200&v=4"
},
{
"name": "Vano",
diff --git a/src/support.md b/src/support.md
index 889f8a64..21823aa0 100644
--- a/src/support.md
+++ b/src/support.md
@@ -38,12 +38,16 @@ You can join our [Premium Sponsorship 🍁](https://opencollective.com/leaf/cont
- Mention in every release annoucement
- Dedicated first priority support from the Leaf team.
-## Past/Present Sponsors
+## Our Sponsors
We are grateful to all our sponsors, both past and present for their generous support 💚
+And our previous sponsors:
+
+
+
## Financial Reports
We are committed to transparency and accountability in our financial management. We publish yearly financial reports to keep our sponsors informed about how their contributions are being used. The reports are always available and contain information up to the current month. They include a breakdown of expenses, revenue, and other financial details. You can find the latest financial reports on [finance.leafphp.dev](https://finance.leafphp.dev).