Nuxt/docs/components/templates/NeedContribution.vue
Clément Ollivier 9a0fc57724
docs: update sitemap (#4063)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-06 07:56:08 +02:00

12 lines
274 B
Vue

<template>
<Alert type="warning" icon="🚧">
Documentation for this section is not yet complete. You can
<NuxtLink to="/community/contribution#documentation-guide">
contribute to the documentation.
</NuxtLink>
</Alert>
</template>
<script>
</script>