Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	content/3.deploy/nuxthub.md
  • Loading branch information
Ivan Bochkarev committed Sep 12, 2024
2 parents f8bed0d + a76a39f commit 51fd041
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 26 deletions.
27 changes: 9 additions & 18 deletions content/0.index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,33 +172,27 @@ sections:
size: md
slot: integrations
integrations:
- src: /assets/integrations/cloudflare.svg
alt: Cloudflare
to: /deploy/cloudflare
- src: /assets/integrations/netlify.svg
alt: Netlify
to: /deploy/netlify
- src: /assets/integrations/nuxthub.svg
alt: NuxtHub
to: /deploy/nuxthub
- src: /assets/integrations/vercel.svg
alt: Vercel
to: /deploy/vercel
- src: /assets/integrations/heroku.svg
alt: Heroku
to: /deploy/heroku
- src: /assets/integrations/cloudflare.svg
alt: Cloudflare
to: /deploy/cloudflare
- src: /assets/integrations/aws-amplify.svg
alt: Amplify
to: /deploy/aws-amplify
- src: /assets/integrations/digitalocean.svg
alt: DigitalOcean
to: /deploy/digitalocean
- src: /assets/integrations/netlify.svg
alt: Netlify
to: /deploy/netlify
- src: /assets/integrations/koyeb.svg
alt: Koyeb
to: /deploy/koyeb
- src: /assets/integrations/zeabur.svg
alt: zeabur
to: /deploy/zeabur
- src: /assets/integrations/zerops.svg
alt: zerops
to: /deploy/zerops
- src: /assets/integrations/tailwind.svg
alt: Tailwind CSS
to: /modules/tailwindcss
Expand Down Expand Up @@ -232,9 +226,6 @@ sections:
- src: /assets/integrations/shopify.svg
alt: Shopify
to: https://www.shopify.com/
- src: /assets/integrations/snipcart.svg
alt: Snipcart
to: /modules/snipcart
- src: /assets/integrations/meilisearch.svg
alt: Meilisearch
to: /modules/meilisearch
Expand Down
2 changes: 1 addition & 1 deletion content/3.deploy/nuxthub.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: NuxtHub
description: 'Разверните свое Nuxt приложение на глобальных серверах вашего аккаунта Cloudflare c нулевой конфигурацией.'
componentImg: NuxtHub
logoSrc: '/assets/integrations/nuxthub.svg'
logoSrc: '/assets/integrations/nuxthub-logo.svg'
category: Хостинг
featured: true
nitroPreset: 'cloudflare-pages'
Expand Down
2 changes: 1 addition & 1 deletion pages/docs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const navigationLinks = computed(() => {
<UAside :links="links">
<UDivider type="dashed" class="mb-6" />

<UNavigationTree :links="navigationLinks" default-open :multiple="false" />
<UNavigationTree :links="navigationLinks" default-open :multiple="false" class="pb-10" />
</UAside>
</template>

Expand Down
7 changes: 7 additions & 0 deletions public/assets/integrations/nuxthub-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 86 additions & 6 deletions public/assets/integrations/nuxthub.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51fd041

Please sign in to comment.