google / WebFundamentals

Former git repo for WebFundamentals on developers.google.com
Apache License 2.0
13.85k stars 2.57k forks source link

Removes all the workbox documentation and redirects to the new docs. #9595

Closed malchata closed 2 years ago

malchata commented 2 years ago

What's changed, or what was fixed?

Target Live Date: 2022-05-25

CC: @petele, @jeffposnick

jeffposnick commented 2 years ago

Right now, URLs that point to specific versions of the Workbox JSDocs (not /latest/, but something like https://developers.google.com/web/tools/workbox/reference-docs/v5/module-workbox-build#.generateSW with /v5/ in the URL) will not redirect anywhere.

I believe, based on the last time we discussed this, that the removal of these historical docs is inevitable, since we can't port the JSDoc generation to d.c.c. But does this PR add in redirects for those older versioned docs, so the URLs will at least point somewhere?

malchata commented 2 years ago

@jeffposnick, I added redirects for the following URLs:

/web/tools/workbox/reference-docs/v5
/web/tools/workbox/reference-docs/v4
/web/tools/workbox/reference-docs/v3
/web/tools/workbox/reference-docs/v2

Are there any others I missed?