docs(app): update links

This commit is contained in:
Benjamin Canac
2024-11-07 17:46:44 +01:00
parent 40fc8f3718
commit a64a7104c5
3 changed files with 16 additions and 6 deletions

View File

@@ -22,18 +22,23 @@ const searchTerm = ref('')
const links = computed(() => [{
label: 'Docs',
icon: 'i-lucide-book-open',
icon: 'i-lucide-square-play',
to: '/getting-started',
active: route.path.startsWith('/getting-started')
}, {
label: 'Components',
icon: 'i-lucide-box',
icon: 'i-lucide-square-code',
to: '/components',
active: route.path.startsWith('/components')
}, {
label: 'Roadmap',
icon: 'i-lucide-map',
to: '/roadmap'
}, {
label: 'Figma',
icon: 'i-lucide-figma',
to: 'https://www.figma.com/community/file/1288455405058138934',
target: '_blank'
}, {
label: 'Releases',
icon: 'i-lucide-rocket',

View File

@@ -51,9 +51,9 @@ defineShortcuts({
</template>
<template #content>
<!-- <UNavigationMenu orientation="vertical" :items="items" class="-ml-2.5" />
<UNavigationMenu orientation="vertical" :items="links" class="-ml-2.5" />
<USeparator type="dashed" class="my-4" /> -->
<USeparator type="dashed" class="my-4" />
<UContentNavigation :navigation="navigation" highlight />
</template>

View File

@@ -15,18 +15,23 @@ const { data: files } = await useAsyncData('files', () => queryCollectionSearchS
const links = computed(() => [{
label: 'Docs',
icon: 'i-lucide-book-open',
icon: 'i-lucide-square-play',
to: '/getting-started',
active: route.path.startsWith('/getting-started')
}, {
label: 'Components',
icon: 'i-lucide-box',
icon: 'i-lucide-square-code',
to: '/components',
active: route.path.startsWith('/components')
}, {
label: 'Roadmap',
icon: 'i-lucide-map',
to: '/roadmap'
}, {
label: 'Figma',
icon: 'i-lucide-figma',
to: 'https://www.figma.com/community/file/1288455405058138934',
target: '_blank'
}, {
label: 'Releases',
icon: 'i-lucide-rocket',