From 23779fee766c3d963ff52a39f962cdbba731e816 Mon Sep 17 00:00:00 2001 From: QuiiBz Date: Sat, 6 May 2023 17:00:06 +0200 Subject: [PATCH 1/6] docs: add Lagon to presets list --- docs/1.getting-started/10.deployment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/1.getting-started/10.deployment.md b/docs/1.getting-started/10.deployment.md index b2cff5bf3d97..f3e7851942bf 100644 --- a/docs/1.getting-started/10.deployment.md +++ b/docs/1.getting-started/10.deployment.md @@ -168,9 +168,10 @@ Nuxt 3 can be deployed to several cloud providers with a minimal amount of confi - :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Cleavr](https://nitro.unjs.io/deploy/providers/cleavr) - :icon{name="logos:cloudflare" class="h-5 w-4 inline mb-2"} [CloudFlare](https://nitro.unjs.io/deploy/providers/cloudflare) - :icon{name="logos:digital-ocean" class="h-5 w-4 inline mb-2"} [DigitalOcean](https://nitro.unjs.io/deploy/providers/digitalocean) +- :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Edgio](https://nitro.unjs.io/deploy/providers/edgio) - :icon{name="logos:firebase" class="h-5 w-4 inline mb-2"} [Firebase](https://nitro.unjs.io/deploy/providers/firebase) - :icon{name="logos:heroku-icon" class="h-5 w-4 inline mb-2"} [heroku](https://nitro.unjs.io/deploy/providers/heroku) -- :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Edgio](https://nitro.unjs.io/deploy/providers/edgio) +- :icon{name="logos:lagon" class="h-5 w-4 inline mb-2"} [Lagon](https://nitro.unjs.io/deploy/providers/lagon) - :icon{name="logos:netlify" class="h-5 w-4 inline mb-2"} [Netlify](https://nitro.unjs.io/deploy/providers/netlify) - :icon{name="simple-icons:render" class="h-5 w-4 inline mb-2"} [Render](https://nitro.unjs.io/deploy/providers/render) - :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Stormkit](https://nitro.unjs.io/deploy/providers/stormkit) From 37a0949a35fe316f989abac570c6eba6637c14d2 Mon Sep 17 00:00:00 2001 From: QuiiBz Date: Sat, 6 May 2023 17:07:21 +0200 Subject: [PATCH 2/6] docs: capitalize Heroku --- docs/1.getting-started/10.deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/10.deployment.md b/docs/1.getting-started/10.deployment.md index f3e7851942bf..1956002d9fc0 100644 --- a/docs/1.getting-started/10.deployment.md +++ b/docs/1.getting-started/10.deployment.md @@ -170,7 +170,7 @@ Nuxt 3 can be deployed to several cloud providers with a minimal amount of confi - :icon{name="logos:digital-ocean" class="h-5 w-4 inline mb-2"} [DigitalOcean](https://nitro.unjs.io/deploy/providers/digitalocean) - :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Edgio](https://nitro.unjs.io/deploy/providers/edgio) - :icon{name="logos:firebase" class="h-5 w-4 inline mb-2"} [Firebase](https://nitro.unjs.io/deploy/providers/firebase) -- :icon{name="logos:heroku-icon" class="h-5 w-4 inline mb-2"} [heroku](https://nitro.unjs.io/deploy/providers/heroku) +- :icon{name="logos:heroku-icon" class="h-5 w-4 inline mb-2"} [Heroku](https://nitro.unjs.io/deploy/providers/heroku) - :icon{name="logos:lagon" class="h-5 w-4 inline mb-2"} [Lagon](https://nitro.unjs.io/deploy/providers/lagon) - :icon{name="logos:netlify" class="h-5 w-4 inline mb-2"} [Netlify](https://nitro.unjs.io/deploy/providers/netlify) - :icon{name="simple-icons:render" class="h-5 w-4 inline mb-2"} [Render](https://nitro.unjs.io/deploy/providers/render) From 0de0f003343d5e89bac73c9e608a4dc5eae0e95f Mon Sep 17 00:00:00 2001 From: QuiiBz Date: Mon, 8 May 2023 12:48:27 +0200 Subject: [PATCH 3/6] feat: add Lagon icon --- docs/1.getting-started/10.deployment.md | 2 +- docs/components/global/LagonIcon.vue | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/components/global/LagonIcon.vue diff --git a/docs/1.getting-started/10.deployment.md b/docs/1.getting-started/10.deployment.md index 1956002d9fc0..d333aebbe8eb 100644 --- a/docs/1.getting-started/10.deployment.md +++ b/docs/1.getting-started/10.deployment.md @@ -171,7 +171,7 @@ Nuxt 3 can be deployed to several cloud providers with a minimal amount of confi - :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Edgio](https://nitro.unjs.io/deploy/providers/edgio) - :icon{name="logos:firebase" class="h-5 w-4 inline mb-2"} [Firebase](https://nitro.unjs.io/deploy/providers/firebase) - :icon{name="logos:heroku-icon" class="h-5 w-4 inline mb-2"} [Heroku](https://nitro.unjs.io/deploy/providers/heroku) -- :icon{name="logos:lagon" class="h-5 w-4 inline mb-2"} [Lagon](https://nitro.unjs.io/deploy/providers/lagon) +- :icon{name="logos:lagon" class="h-5 w-4 inline mb-2 text-black dark:text-white"} [Lagon](https://nitro.unjs.io/deploy/providers/lagon) - :icon{name="logos:netlify" class="h-5 w-4 inline mb-2"} [Netlify](https://nitro.unjs.io/deploy/providers/netlify) - :icon{name="simple-icons:render" class="h-5 w-4 inline mb-2"} [Render](https://nitro.unjs.io/deploy/providers/render) - :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Stormkit](https://nitro.unjs.io/deploy/providers/stormkit) diff --git a/docs/components/global/LagonIcon.vue b/docs/components/global/LagonIcon.vue new file mode 100644 index 000000000000..22239830cd63 --- /dev/null +++ b/docs/components/global/LagonIcon.vue @@ -0,0 +1,12 @@ + From d681300c65e3d328a68a2ccf27c7ee881576dac1 Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Mon, 8 May 2023 15:31:43 +0200 Subject: [PATCH 4/6] Update docs/1.getting-started/10.deployment.md Co-authored-by: Florian LEFEBVRE --- docs/1.getting-started/10.deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/10.deployment.md b/docs/1.getting-started/10.deployment.md index d333aebbe8eb..f1d4e538e477 100644 --- a/docs/1.getting-started/10.deployment.md +++ b/docs/1.getting-started/10.deployment.md @@ -171,7 +171,7 @@ Nuxt 3 can be deployed to several cloud providers with a minimal amount of confi - :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Edgio](https://nitro.unjs.io/deploy/providers/edgio) - :icon{name="logos:firebase" class="h-5 w-4 inline mb-2"} [Firebase](https://nitro.unjs.io/deploy/providers/firebase) - :icon{name="logos:heroku-icon" class="h-5 w-4 inline mb-2"} [Heroku](https://nitro.unjs.io/deploy/providers/heroku) -- :icon{name="logos:lagon" class="h-5 w-4 inline mb-2 text-black dark:text-white"} [Lagon](https://nitro.unjs.io/deploy/providers/lagon) +- :icon{name="LagonIcon" class="h-5 w-4 inline mb-2 text-black dark:text-white"} [Lagon](https://nitro.unjs.io/deploy/providers/lagon) - :icon{name="logos:netlify" class="h-5 w-4 inline mb-2"} [Netlify](https://nitro.unjs.io/deploy/providers/netlify) - :icon{name="simple-icons:render" class="h-5 w-4 inline mb-2"} [Render](https://nitro.unjs.io/deploy/providers/render) - :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Stormkit](https://nitro.unjs.io/deploy/providers/stormkit) From e42755ba604b8a2807dccd304a1626cdd1c47d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 9 May 2023 17:18:17 +0200 Subject: [PATCH 5/6] Delete LagonIcon.vue --- docs/components/global/LagonIcon.vue | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 docs/components/global/LagonIcon.vue diff --git a/docs/components/global/LagonIcon.vue b/docs/components/global/LagonIcon.vue deleted file mode 100644 index 22239830cd63..000000000000 --- a/docs/components/global/LagonIcon.vue +++ /dev/null @@ -1,12 +0,0 @@ - From e5c2578425af14bb166fe551201a878d9ac28d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 9 May 2023 17:25:55 +0200 Subject: [PATCH 6/6] Update docs/1.getting-started/10.deployment.md --- docs/1.getting-started/10.deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/10.deployment.md b/docs/1.getting-started/10.deployment.md index f1d4e538e477..3580edba2fcd 100644 --- a/docs/1.getting-started/10.deployment.md +++ b/docs/1.getting-started/10.deployment.md @@ -171,7 +171,7 @@ Nuxt 3 can be deployed to several cloud providers with a minimal amount of confi - :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Edgio](https://nitro.unjs.io/deploy/providers/edgio) - :icon{name="logos:firebase" class="h-5 w-4 inline mb-2"} [Firebase](https://nitro.unjs.io/deploy/providers/firebase) - :icon{name="logos:heroku-icon" class="h-5 w-4 inline mb-2"} [Heroku](https://nitro.unjs.io/deploy/providers/heroku) -- :icon{name="LagonIcon" class="h-5 w-4 inline mb-2 text-black dark:text-white"} [Lagon](https://nitro.unjs.io/deploy/providers/lagon) +- :icon{name="IconLagon" class="h-5 w-4 inline mb-2 text-black dark:text-white"} [Lagon](https://nitro.unjs.io/deploy/providers/lagon) - :icon{name="logos:netlify" class="h-5 w-4 inline mb-2"} [Netlify](https://nitro.unjs.io/deploy/providers/netlify) - :icon{name="simple-icons:render" class="h-5 w-4 inline mb-2"} [Render](https://nitro.unjs.io/deploy/providers/render) - :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Stormkit](https://nitro.unjs.io/deploy/providers/stormkit)