Skip to content

Commit

Permalink
📖 removed background sync guide temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafSpecs committed May 6, 2024
1 parent f432885 commit 8b9bbe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions posts/main/guides/background-sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Background Sync API
description: "Background Sync allows you to defer actions until the user has stable connectivity. This is useful for ensuring that whatever the user wants to send, is actually sent."
alternateTitle: Background Sync
hidden: true
---

import Details from './details.tsx'
Expand Down
12 changes: 2 additions & 10 deletions posts/main/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"pwa-utils": "utils/pwa-utils",
"redirect": "utils/redirect",
"vite-config": "utils/vite-config",
"background-sync": "guides/background-sync",
"browser-support": "guides/browser-support",
"cli": "guides/cli",
"contributing": "guides/contributing",
Expand Down Expand Up @@ -219,20 +218,13 @@
"section": "Utilities",
"slug": "vite-config"
},
"background-sync": {
"title": "Background Sync API",
"alternateTitle": "Background Sync",
"description": "Background Sync allows you to defer actions until the user has stable connectivity. This is useful for ensuring that whatever the user wants to send, is actually sent.",
"section": "Guides",
"slug": "background-sync",
"spacer": true
},
"browser-support": {
"title": "Browser Support",
"alternateTitle": "Browser Support",
"description": "Not all browsers are created equal. A few things to keep in mind when developing for the web.",
"section": "Guides",
"slug": "browser-support"
"slug": "browser-support",
"spacer": true
},
"cli": {
"title": "Remix PWA CLI",
Expand Down

0 comments on commit 8b9bbe4

Please sign in to comment.