From f791cb73d29278f5010b1d1a9a15d5d0083d944a Mon Sep 17 00:00:00 2001 From: patzick Date: Tue, 28 Apr 2020 16:23:32 +0200 Subject: [PATCH] fix: update build --- docs/api/index.md | 1 - docs/api/nuxt-module.md | 12 ------------ docs/api/nuxt-module.shopwarepwamodule.md | 11 ----------- 3 files changed, 24 deletions(-) delete mode 100644 docs/api/nuxt-module.md delete mode 100644 docs/api/nuxt-module.shopwarepwamodule.md diff --git a/docs/api/index.md b/docs/api/index.md index c450666d9..75758e66f 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -10,6 +10,5 @@ | --- | --- | | [@shopware-pwa/composables](./composables.md) | | | [@shopware-pwa/helpers](./helpers.md) | | -| [@shopware-pwa/nuxt-module](./nuxt-module.md) | | | [@shopware-pwa/shopware-6-client](./shopware-6-client.md) | | diff --git a/docs/api/nuxt-module.md b/docs/api/nuxt-module.md deleted file mode 100644 index 6cc88b4a7..000000000 --- a/docs/api/nuxt-module.md +++ /dev/null @@ -1,12 +0,0 @@ - - -[Home](./index.md) > [@shopware-pwa/nuxt-module](./nuxt-module.md) - -## nuxt-module package - -## Variables - -| Variable | Description | -| --- | --- | -| [ShopwarePWAModule](./nuxt-module.shopwarepwamodule.md) | | - diff --git a/docs/api/nuxt-module.shopwarepwamodule.md b/docs/api/nuxt-module.shopwarepwamodule.md deleted file mode 100644 index 29db84f70..000000000 --- a/docs/api/nuxt-module.shopwarepwamodule.md +++ /dev/null @@ -1,11 +0,0 @@ - - -[Home](./index.md) > [@shopware-pwa/nuxt-module](./nuxt-module.md) > [ShopwarePWAModule](./nuxt-module.shopwarepwamodule.md) - -## ShopwarePWAModule variable - -Signature: - -```typescript -ShopwarePWAModule: Module<{}> -```