Skip to content

Commit 0eaf1b0

Browse files
committed
Added a new Guides side menu section
1 parent 8df736f commit 0eaf1b0

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

docs/guides/frameworks/introduction.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ import CardNodejs from "/snippets/card-nodejs.mdx";
1010
import CardNextjs from "/snippets/card-nextjs.mdx";
1111
import CardRemix from "/snippets/card-remix.mdx";
1212
import CardSupabase from "/snippets/card-supabase.mdx";
13-
import CardSequin from "/snippets/card-sequin.mdx";
1413

1514
<CardGroup cols={3}>
1615
<CardBun />
1716
<CardNodejs />
1817
<CardNextjs />
1918
<CardRemix />
20-
<CardSequin />
2119
<CardSupabase />
22-
2320
</CardGroup>

docs/mint.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,7 @@
257257
"guides/frameworks/bun",
258258
"guides/frameworks/nextjs",
259259
"guides/frameworks/nodejs",
260-
"guides/frameworks/prisma",
261260
"guides/frameworks/remix",
262-
"guides/frameworks/sequin",
263261
{
264262
"group": "Supabase",
265263
"icon": "bolt",
@@ -272,6 +270,10 @@
272270
}
273271
]
274272
},
273+
{
274+
"group": "Guides",
275+
"pages": ["guides/frameworks/prisma", "guides/frameworks/sequin"]
276+
},
275277
{
276278
"group": "Example tasks",
277279
"pages": [

docs/snippets/card-sequin.mdx

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)