File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,11 @@ import CardNodejs from "/snippets/card-nodejs.mdx";
10
10
import CardNextjs from " /snippets/card-nextjs.mdx" ;
11
11
import CardRemix from " /snippets/card-remix.mdx" ;
12
12
import CardSupabase from " /snippets/card-supabase.mdx" ;
13
- import CardSequin from " /snippets/card-sequin.mdx" ;
14
13
15
14
<CardGroup cols = { 3 } >
16
15
<CardBun />
17
16
<CardNodejs />
18
17
<CardNextjs />
19
18
<CardRemix />
20
- <CardSequin />
21
19
<CardSupabase />
22
-
23
20
</CardGroup >
Original file line number Diff line number Diff line change 257
257
" guides/frameworks/bun" ,
258
258
" guides/frameworks/nextjs" ,
259
259
" guides/frameworks/nodejs" ,
260
- " guides/frameworks/prisma" ,
261
260
" guides/frameworks/remix" ,
262
- " guides/frameworks/sequin" ,
263
261
{
264
262
"group" : " Supabase" ,
265
263
"icon" : " bolt" ,
272
270
}
273
271
]
274
272
},
273
+ {
274
+ "group" : " Guides" ,
275
+ "pages" : [" guides/frameworks/prisma" , " guides/frameworks/sequin" ]
276
+ },
275
277
{
276
278
"group" : " Example tasks" ,
277
279
"pages" : [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments