docs(community): fix client-side images display (#9704)

* docs(community): fix client-side images display

* docs(community): fix map image size
This commit is contained in:
Clément Ollivier 2022-12-14 11:19:03 +01:00 committed by GitHub
parent 6ae2ded81c
commit 53148f5950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@ navigation.icon: ph:users-bold
--- ---
image: image:
path: '/assets/docs/getting-started/nuxt-community/nuxt-community' path: '/assets/docs/getting-started/nuxt-community/nuxt-community'
width: '437px' width: '437'
height: '236px' height: '236'
--- ---
#title #title
Nuxt Community Nuxt Community
@ -34,8 +34,8 @@ The development of Nuxt and its ecosystem is led by an international team. Our c
gridClass: 'lg:grid-cols-4' gridClass: 'lg:grid-cols-4'
backgroundImg: backgroundImg:
path: '/assets/docs/getting-started/nuxt-community/map-nuxters' path: '/assets/docs/getting-started/nuxt-community/map-nuxters'
width: "w-full" width: "800"
height: "h-full" height: ""
--- ---
:::stat-card-item :::stat-card-item
--- ---
@ -121,8 +121,8 @@ From user to contributor, these guides will help you get the best out of Nuxt.
roundedClass: 'rounded-t-lg sm:rounded-tl-lg sm:rounded-tr-none' roundedClass: 'rounded-t-lg sm:rounded-tl-lg sm:rounded-tr-none'
image: image:
path: '/assets/docs/getting-started/nuxt-community/community-Contribute' path: '/assets/docs/getting-started/nuxt-community/community-Contribute'
width: '88px lg:100px' width: '88'
height: '88px lg:100px' height: '88'
--- ---
#extraTitle #extraTitle
[How to contribute?](/docs/community/contribution) [How to contribute?](/docs/community/contribution)
@ -135,8 +135,8 @@ From user to contributor, these guides will help you get the best out of Nuxt.
roundedClass: 'sm:rounded-tr-lg' roundedClass: 'sm:rounded-tr-lg'
image: image:
path: '/assets/docs/getting-started/nuxt-community/roadmap' path: '/assets/docs/getting-started/nuxt-community/roadmap'
width: '88px' width: '88'
height: '88px' height: '88'
--- ---
#extraTitle #extraTitle
[Discover our roadmap](/docs/community/roadmap) [Discover our roadmap](/docs/community/roadmap)
@ -149,8 +149,8 @@ From user to contributor, these guides will help you get the best out of Nuxt.
roundedClass: 'sm:rounded-bl-lg' roundedClass: 'sm:rounded-bl-lg'
image: image:
path: '/assets/docs/getting-started/nuxt-community/bugs' path: '/assets/docs/getting-started/nuxt-community/bugs'
width: '88px' width: '88'
height: '88px' height: '88'
--- ---
#extraTitle #extraTitle
[Reporting Bugs](/docs/community/reporting-bugs) [Reporting Bugs](/docs/community/reporting-bugs)
@ -163,8 +163,8 @@ From user to contributor, these guides will help you get the best out of Nuxt.
roundedClass: 'rounded-b-lg sm:rounded-br-lg sm:rounded-bl-none' roundedClass: 'rounded-b-lg sm:rounded-br-lg sm:rounded-bl-none'
image: image:
path: '/assets/docs/getting-started/nuxt-community/help' path: '/assets/docs/getting-started/nuxt-community/help'
width: '88px' width: '88'
height: '88px' height: '88'
--- ---
#extraTitle #extraTitle
[Getting Help](/docs/community/getting-help) [Getting Help](/docs/community/getting-help)