feat: docs

This commit is contained in:
2025-10-09 15:03:03 +02:00
parent 95bbd6bcde
commit 1c5f5f0be6

View File

@@ -33,41 +33,26 @@ export default defineAppConfig({
}]
},
footer: {
credits: `Built with Nuxt UI • © ${new Date().getFullYear()}`,
credits: `kompose © Valknar ${new Date().getFullYear()}`,
colorMode: false,
links: [{
'icon': 'i-simple-icons-discord',
'to': 'https://go.nuxt.com/discord',
'target': '_blank',
'aria-label': 'Nuxt on Discord'
}, {
'icon': 'i-simple-icons-x',
'to': 'https://go.nuxt.com/x',
'to': 'https://x.com/bordeaux1981',
'target': '_blank',
'aria-label': 'Nuxt on X'
}, {
'icon': 'i-simple-icons-github',
'to': 'https://github.com/nuxt/ui',
'to': 'https://github.com/valknarogg',
'target': '_blank',
'aria-label': 'Nuxt UI on GitHub'
'aria-label': 'Valknar on GitHub'
}]
},
toc: {
title: 'Table of Contents',
bottom: {
title: 'Community',
edit: 'https://github.com/nuxt-ui-templates/docs/edit/main/content',
links: [{
icon: 'i-lucide-star',
label: 'Star on GitHub',
to: 'https://github.com/nuxt/ui',
target: '_blank'
}, {
icon: 'i-lucide-book-open',
label: 'Nuxt UI docs',
to: 'https://ui.nuxt.com/docs/getting-started/installation/nuxt',
target: '_blank'
}]
edit: 'https://code.pivoine.art/valknar/kompose/src/branch/main/docs/content',
links: []
}
}
})