diff --git a/docs/app/components/AdsCarbon.vue b/docs/app/components/AdsCarbon.vue new file mode 100644 index 00000000..3c21b8cf --- /dev/null +++ b/docs/app/components/AdsCarbon.vue @@ -0,0 +1,50 @@ + + + + + diff --git a/docs/app/pages/[...slug].vue b/docs/app/pages/[...slug].vue index ef53f028..72e09f8a 100644 --- a/docs/app/pages/[...slug].vue +++ b/docs/app/pages/[...slug].vue @@ -109,23 +109,6 @@ const communityLinks = computed(() => [{ icon: 'i-lucide-map', to: '/roadmap' }]) - -// const resourcesLinks = [{ -// icon: 'i-simple-icons-figma', -// label: 'Figma Kit', -// to: 'https://www.figma.com/community/file/1288455405058138934', -// target: '_blank' -// }, { -// label: 'Playground', -// icon: 'i-simple-icons-stackblitz', -// to: 'https://stackblitz.com/edit/nuxt-ui', -// target: '_blank' -// }, { -// icon: 'i-simple-icons-nuxtdotjs', -// label: 'Nuxt docs', -// to: 'https://nuxt.com', -// target: '_blank' -// }]