Skip to content

Commit 12d0f2a

Browse files
committed
fix: remove quotes from frontmatter in use case pages
- Fixed YAML frontmatter by removing quotes around title and description - This should resolve 500 errors on use case pages
1 parent 4557f8d commit 12d0f2a

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/usecases/data-sync.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Sync Data Regularly"
3-
description: "Automatically fetch and sync data from your API in the background"
2+
title: Sync Data Regularly
3+
description: Automatically fetch and sync data from your API in the background
44
---
55

66
# Background Data Synchronization

docs/usecases/database-maintenance.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Database Maintenance"
3-
description: "Perform database cleanup, optimization, and maintenance tasks in the background"
2+
title: Database Maintenance
3+
description: Perform database cleanup, optimization, and maintenance tasks in the background
44
---
55

66
# Database Maintenance

docs/usecases/fetch-notifications.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Fetch Notifications"
3-
description: "Check for new notifications and messages from your server in the background"
2+
title: Fetch Notifications
3+
description: Check for new notifications and messages from your server in the background
44
---
55

66
# Background Notification Fetching

docs/usecases/periodic-cleanup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Periodic Cleanup"
3-
description: "Automatically clean up old files, cache data, and maintain app performance"
2+
title: Periodic Cleanup
3+
description: Automatically clean up old files, cache data, and maintain app performance
44
---
55

66
# Periodic Data Cleanup

docs/usecases/upload-files.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Upload Files in Background"
3-
description: "Upload photos, documents, and other files when network conditions are optimal"
2+
title: Upload Files in Background
3+
description: Upload photos, documents, and other files when network conditions are optimal
44
---
55

66
# Background File Uploads

0 commit comments

Comments
 (0)