diff --git a/Projects/kompose/docs/app/app.config.ts b/Projects/kompose/docs/app/app.config.ts index 3e67e7fc..866b37a6 100644 --- a/Projects/kompose/docs/app/app.config.ts +++ b/Projects/kompose/docs/app/app.config.ts @@ -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: [] } } })