Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Removes and redirects a handful of Workbox guides on d.g.c. (#9549)
Browse files Browse the repository at this point in the history
  • Loading branch information
malchata authored Mar 21, 2022
1 parent 455f9d6 commit 3aee57f
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 853 deletions.
17 changes: 17 additions & 0 deletions src/content/en/tools/_redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,23 @@ redirects:
- from: /web/tools/workbox/guides/codelabs/...
to: /codelabs/workbox-lab

# Workbox guides

- from: /web/tools/workbox/guides/using-bundlers
to: https://developer.chrome.com/docs/workbox/the-ways-of-workbox/#using-a-bundler

- from: /web/tools/workbox/guides/route-requests
to: https://developer.chrome.com/docs/workbox/caching-resources-during-runtime/#applying-caching-strategies-with-route-matching

- from: /web/tools/workbox/guides/handle-third-party-requests
to: https://developer.chrome.com/docs/workbox/caching-resources-during-runtime/#cross-origin-considerations

- from: /web/tools/workbox/guides/using-plugins
to: https://developer.chrome.com/docs/workbox/using-plugins/

- from: /web/tools/workbox/guides/troubleshoot-and-debug
to: https://developer.chrome.com/docs/workbox/troubleshooting-and-logging/

# Workbox migration guides

- from: /web/tools/workbox/guides/migrations/migrate-from-sw
Expand Down
15 changes: 10 additions & 5 deletions src/content/en/tools/workbox/guides/_toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@ toc:
- title: "Get Started"
path: /web/tools/workbox/guides/get-started
- title: "Using Bundlers with Workbox"
path: /web/tools/workbox/guides/using-bundlers
path: https://developer.chrome.com/docs/workbox/the-ways-of-workbox/#using-a-bundler
status: external
- title: "Route Requests"
path: /web/tools/workbox/guides/route-requests
path: https://developer.chrome.com/docs/workbox/caching-resources-during-runtime/#applying-caching-strategies-with-route-matching
status: external
- title: "Configure Workbox"
path: /web/tools/workbox/guides/configure-workbox
- title: "Handle Third-Party Requests"
path: /web/tools/workbox/guides/handle-third-party-requests
path: https://developer.chrome.com/docs/workbox/caching-resources-during-runtime/#cross-origin-considerations
status: external
- title: "Using Plugins"
path: /web/tools/workbox/guides/using-plugins
path: https://developer.chrome.com/docs/workbox/using-plugins/
status: external
- title: "Troubleshoot and Debug"
path: /web/tools/workbox/guides/troubleshoot-and-debug
path: https://developer.chrome.com/docs/workbox/troubleshooting-and-logging/
status: external
- title: "Understanding Storage Quota"
path: /web/tools/workbox/guides/storage-quota
- title: "Common Recipes"
Expand Down
145 changes: 0 additions & 145 deletions src/content/en/tools/workbox/guides/handle-third-party-requests.md

This file was deleted.

Loading

0 comments on commit 3aee57f

Please sign in to comment.