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: { footer: {
credits: `Built with Nuxt UI • © ${new Date().getFullYear()}`, credits: `kompose © Valknar ${new Date().getFullYear()}`,
colorMode: false, colorMode: false,
links: [{ links: [{
'icon': 'i-simple-icons-discord',
'to': 'https://go.nuxt.com/discord',
'target': '_blank',
'aria-label': 'Nuxt on Discord'
}, {
'icon': 'i-simple-icons-x', 'icon': 'i-simple-icons-x',
'to': 'https://go.nuxt.com/x', 'to': 'https://x.com/bordeaux1981',
'target': '_blank', 'target': '_blank',
'aria-label': 'Nuxt on X' 'aria-label': 'Nuxt on X'
}, { }, {
'icon': 'i-simple-icons-github', 'icon': 'i-simple-icons-github',
'to': 'https://github.com/nuxt/ui', 'to': 'https://github.com/valknarogg',
'target': '_blank', 'target': '_blank',
'aria-label': 'Nuxt UI on GitHub' 'aria-label': 'Valknar on GitHub'
}] }]
}, },
toc: { toc: {
title: 'Table of Contents', title: 'Table of Contents',
bottom: { bottom: {
title: 'Community', title: 'Community',
edit: 'https://github.com/nuxt-ui-templates/docs/edit/main/content', edit: 'https://code.pivoine.art/valknar/kompose/src/branch/main/docs/content',
links: [{ 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'
}]
} }
} }
}) })