From 56cbac8456e816ae8ae5d3cee32631fc48f06469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Dvo=C5=99=C3=A1k?= Date: Wed, 22 May 2024 22:46:09 +0200 Subject: [PATCH] Removing PWA module mentions --- docs/content/0.index.md | 1 - docs/content/1.get-started/3.configuration.md | 5 ----- 2 files changed, 6 deletions(-) diff --git a/docs/content/0.index.md b/docs/content/0.index.md index c50a9af0..570b3dd4 100755 --- a/docs/content/0.index.md +++ b/docs/content/0.index.md @@ -28,7 +28,6 @@ Batteries-included [Ionic](https://ionicframework.com/) integration for Nuxt. - Ionic Router integration - Pre-render routes - Mobile meta tags -- PWA support with [`nuxt-pwa-module`](https://github.com/kevinmarrec/nuxt-pwa-module) - Works out of the box with [Capacitor](https://capacitorjs.com/) to build mobile apps :: diff --git a/docs/content/1.get-started/3.configuration.md b/docs/content/1.get-started/3.configuration.md index 34ed5b5d..68af258b 100644 --- a/docs/content/1.get-started/3.configuration.md +++ b/docs/content/1.get-started/3.configuration.md @@ -38,11 +38,6 @@ Integrations control which other modules this module should enable and setup fro Default: `true` Disable to take full control of meta tags. -- **pwa** - - Default: `true` - Disable to take full control of icon generation, manifest and service worker installation. - - **router** Default: `true`