Skip to content

Commit 5ac8759

Browse files
docs: add troubleshooting to additional resource on homepage (supabase#39458)
* docs: add troubleshooting to additional resource on homepage * fix: not external link and add trailing comma --------- Co-authored-by: Chris Chinchilla <[email protected]>
1 parent e8d2738 commit 5ac8759

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/docs/app/page.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ const additionalResources = [
194194
href: 'https://supabase.com/ui',
195195
external: true,
196196
},
197+
{
198+
title: 'Troubleshooting',
199+
description: 'Our troubleshooting guide for solutions to common Supabase issues.',
200+
icon: 'troubleshooting',
201+
href: '/guides/troubleshooting',
202+
},
197203
]
198204

199205
const HomePage = () => (

0 commit comments

Comments
 (0)