Skip to content

Commit

Permalink
Added Supabase docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davedbase authored Jun 14, 2022
1 parent 9c16041 commit b45d493
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/pages/Resources/Articles.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,17 @@ const articles: Array<Resource> = [
categories: [ResourceCategory.Educational],
published_at: 1653598800000,
},
{
link: 'https://supabase.com/docs/guides/with-solidjs',
title: `SolidJS + Supabase Quick Start`,
description: 'This example provides the steps to build a simple user management app (from scratch!) using Supabase and Solid JS.',
author: 'Supabase',
author_url: 'https://www.supabase.com',
keywords: ['database', 'supabase'],
type: ResourceType.Article,
categories: [ResourceCategory.Educational],
published_at: 1655186371000,
},
];

export default articles;

0 comments on commit b45d493

Please sign in to comment.