docs: add discord link to the section community (#759)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Haytham A. Salama
2023-09-29 12:34:00 +03:00
committed by GitHub
parent bbf3424933
commit b7b86bcc44
2 changed files with 7 additions and 2 deletions

View File

@@ -81,9 +81,14 @@ const links = computed(() => [{
label: 'Star on GitHub',
to: 'https://github.com/nuxt/ui',
target: '_blank'
}, {
icon: 'i-heroicons-chat-bubble-bottom-center-text',
label: 'Chat on Discord',
to: 'https://discord.com/channels/473401852243869706/1153996761426300948',
target: '_blank'
}, {
icon: 'i-heroicons-book-open',
label: 'Nuxt documentation',
label: 'Nuxt docs',
to: 'https://nuxt.com',
target: '_blank'
}, {