From 6dcf464507e3b76df44fe5a275ec745ef6db6102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 12 Dec 2023 16:51:49 +0100 Subject: [PATCH] docs: add templates link --- docs/app.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/app.vue b/docs/app.vue index 4a69df411..bc7b38787 100644 --- a/docs/app.vue +++ b/docs/app.vue @@ -20,6 +20,11 @@ const links = [{ label: 'Playground', icon: 'i-ph-play-duotone', to: '/playground' +}, { + label: 'Templates', + icon: 'i-ph-browsers-duotone', + to: 'https://nuxt.com/templates', + target: '_blank' }, { label: 'Releases', icon: 'i-heroicons-rocket-launch-solid',