saleor / saleor-docs

Saleor documentation.
https://docs.saleor.io
108 stars 155 forks source link

Add offline support #667

Open witoszekdev opened 1 year ago

witoszekdev commented 1 year ago

We could add offline support for our docs page by using a PWA with Service Worker that would cache the entire page on user disc, similar to what Pupeteer docs do.

There's already ready to use plugins for Docsarus:

GermaVinsmoke commented 1 year ago

Hi. For PWA manifest.json, icons are needed in different sizes. With the help of manifest file generators, we can upload icon of 512x512 size.

Is it possible to get the icon of 512x512 size?