Skip to content

Commit ce7a38c

Browse files
author
Hein
committed
Add groupings
1 parent 367a5cc commit ce7a38c

File tree

10 files changed

+53
-25
lines changed

10 files changed

+53
-25
lines changed

mint.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -373,19 +373,33 @@
373373
]
374374
},
375375
{
376-
"group": "Tutorials",
376+
"group": "Client",
377377
"pages": [
378-
"tutorials/tutorial-overview",
378+
"tutorials/overview",
379379
{
380-
"group": "Code Examples",
380+
"group": "Attachment Storage",
381381
"pages": [
382-
"tutorials/code-changes/code-changes-overview",
383-
"tutorials/code-changes/aws-s3-storage-adapter",
384-
"tutorials/code-changes/supabase-connector-performance"
382+
"tutorials/client/attachment-storage/overview",
383+
"tutorials/client/attachment-storage/aws-s3-storage-adapter"
384+
]
385+
},
386+
{
387+
"group": "Performance",
388+
"pages": [
389+
"tutorials/client/performance/overview",
390+
"tutorials/client/performance/supabase-connector-performance"
385391
]
386392
}
387393
]
388394
},
395+
{
396+
"group": "Backend",
397+
"pages": ["tutorials/backend/overview"]
398+
},
399+
{
400+
"group": "Self Host",
401+
"pages": ["tutorials/self-host/overview"]
402+
},
389403
{
390404
"group": "Resources",
391405
"pages": [

tutorials/backend/overview.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "Coming Soon..."
3+
---

tutorials/code-changes/aws-s3-storage-adapter.mdx renamed to tutorials/client/attachment-storage/aws-s3-storage-adapter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Use AWS S3 for attachment storage"
33
description: "In this tutorial, we will show you how to replace Supabase Storage with AWS S3 for handling attachments in the [React Native To-Do List example app](https://github.com/powersync-ja/powersync-js/tree/main/demos/react-native-supabase-todolist)."
4-
sidebarTitle: "AWS S3 attachment storage"
4+
sidebarTitle: "AWS S3"
55
---
66

77
<Warning>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Overview"
3+
description: "A collection of tutorials exploring storage strategies."
4+
---
5+
6+
<CardGroup>
7+
<Card title="AWS S3" icon="server" href="/tutorials/client/attachment-storage/aws-s3-storage-adapter" horizontal/>
8+
</CardGroup>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Overview"
3+
description: "A collection of tutorials exploring performance strategies."
4+
---
5+
6+
<CardGroup>
7+
<Card title="Improve Supabase Connector Performance" icon="server" href="/tutorials/client/performance/supabase-connector-performance" horizontal/>
8+
</CardGroup>

tutorials/code-changes/supabase-connector-performance.mdx renamed to tutorials/client/performance/supabase-connector-performance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Improve Supabase Connector Performance"
2+
title: "Improve Supabase Connector"
33
description: "In this tutorial we will show you how to improve the performance of the Supabase Connector for the [React Native To-Do List example app](https://github.com/powersync-ja/powersync-js/tree/main/demos/react-native-supabase-todolist)."
44
---
55

tutorials/code-changes/code-changes-overview.mdx

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

tutorials/overview.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Overview"
3+
description: "A collection of tutorials showcasing various storage attachment and performance strategies."
4+
---
5+
6+
<CardGroup>
7+
<Card title="Attachment Storage tutorials" icon="server" href="/tutorials/client/attachment-storage/overview" horizontal/>
8+
<Card title="Performance tutorials" icon="server" href="/tutorials/client/performance/overview" horizontal/>
9+
</CardGroup>

tutorials/self-host/overview.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "Coming Soon..."
3+
---

tutorials/tutorial-overview.mdx

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

0 commit comments

Comments
 (0)