Skip to content

Commit

Permalink
Changed links in product cards (#1640)
Browse files Browse the repository at this point in the history
Updated "other products" section on product pages. Now the product cards link to product pages instead of docs pages

Co-authored-by: Jesse Winton <[email protected]>
  • Loading branch information
HobbieDev24 and thejessewinton authored Jan 14, 2025
1 parent c06208f commit 6ecba89
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions src/lib/components/product-pages/product-cards.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
title: 'Messaging',
description: 'Use Appwrite messaging to send email, SMS, and push notifications.',
icon: '/images/icons/illustrated/dark/messaging.png',
url: '/docs/products/messaging'
url: '/products/messaging'
},
auth: {
title: 'Auth',
description: 'Build secure authentication and manage your users.',
icon: '/images/icons/illustrated/dark/auth.png',
url: '/docs/products/auth'
url: '/products/auth'
},
functions: {
title: 'Functions',
description: ' Scale big and unlock limitless potential with Appwrite functions.',
icon: '/images/icons/illustrated/dark/functions.png',
url: '/docs/products/functions'
url: '/products/functions'
},
databases: {
title: 'Databases',
Expand All @@ -28,7 +28,7 @@
title: 'Storage',
description: 'Manage your files project, using convenient APIs and utilities.',
icon: '/images/icons/illustrated/dark/storage.png',
url: '/docs/products/storage'
url: '/products/storage'
}
} as const;
Expand Down
4 changes: 2 additions & 2 deletions src/routes/products/auth/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<li class="web-u-flex-basis-378">
<a
class="web-card is-normal"
href="/docs/products/functions"
href="/products/functions"
style="background: rgba(255, 255, 255, 0.04);"
>
<div
Expand Down Expand Up @@ -136,7 +136,7 @@
<li class="web-u-flex-basis-378">
<a
class="web-card is-normal"
href="/docs/products/storage"
href="/products/storage"
style="background: rgba(255, 255, 255, 0.04);"
>
<div
Expand Down
4 changes: 2 additions & 2 deletions src/routes/products/functions/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<li class="web-u-flex-basis-378">
<a
class="web-card is-normal"
href="/docs/products/functions"
href="/products/functions"
style="background: rgba(255, 255, 255, 0.04);"
>
<div
Expand Down Expand Up @@ -160,7 +160,7 @@
<li class="web-u-flex-basis-378">
<a
class="web-card is-normal"
href="/docs/products/storage"
href="/products/storage"
style="background: rgba(255, 255, 255, 0.04);"
>
<div
Expand Down
6 changes: 3 additions & 3 deletions src/routes/products/messaging/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ messaging.create_email(
<li class="web-u-flex-basis-378">
<a
class="web-card is-normal"
href="/docs/products/auth"
href="/products/auth"
style="background: rgba(255, 255, 255, 0.04);"
>
<div
Expand All @@ -553,7 +553,7 @@ messaging.create_email(
<li class="web-u-flex-basis-378">
<a
class="web-card is-normal"
href="/docs/products/functions"
href="/products/functions"
style="background: rgba(255, 255, 255, 0.04);"
>
<div
Expand Down Expand Up @@ -604,7 +604,7 @@ messaging.create_email(
<li class="web-u-flex-basis-378">
<a
class="web-card is-normal"
href="/docs/products/storage"
href="/products/storage"
style="background: rgba(255, 255, 255, 0.04);"
>
<div
Expand Down

0 comments on commit 6ecba89

Please sign in to comment.