diff --git a/docs/app/pages/[...slug].vue b/docs/app/pages/[...slug].vue index a2c7d219..5ec1a4c3 100644 --- a/docs/app/pages/[...slug].vue +++ b/docs/app/pages/[...slug].vue @@ -39,25 +39,21 @@ defineOgImageComponent('Docs', { headline: headline.value }) -// const communityLinks = computed(() => [{ -// icon: 'i-heroicons-pencil-square', -// label: 'Edit this page', -// to: `https://github.com/nuxt/ui/edit/dev/docs/content/${page?.value?._file}`, -// target: '_blank' -// }, { -// icon: 'i-heroicons-star', -// label: 'Star on GitHub', -// to: 'https://github.com/nuxt/ui', -// target: '_blank' -// }, { -// icon: 'i-heroicons-lifebuoy', -// label: 'Contributing', -// to: '/getting-started/contributing' -// }, { -// label: 'Roadmap', -// icon: 'i-heroicons-map', -// to: '/roadmap' -// }]) +const communityLinks = computed(() => [{ + icon: 'i-heroicons-pencil-square', + label: 'Edit this page', + to: `https://github.com/nuxt/ui/edit/v3/docs/content/${page?.value?._file}`, + target: '_blank' +}, { + icon: 'i-heroicons-star', + label: 'Star on GitHub', + to: 'https://github.com/nuxt/ui', + target: '_blank' +}, { + label: 'Roadmap', + icon: 'i-heroicons-map', + to: '/roadmap' +}]) // const resourcesLinks = [{ // icon: 'i-simple-icons-figma', @@ -95,20 +91,20 @@ defineOgImageComponent('Docs', { diff --git a/docs/app/pages/roadmap.vue b/docs/app/pages/roadmap.vue new file mode 100644 index 00000000..3cf97b5b --- /dev/null +++ b/docs/app/pages/roadmap.vue @@ -0,0 +1,28 @@ + + +