Stelle docs-site auf Nuxt-UI-Docs-Template-Stil um
This commit is contained in:
57
docs-site/app/app.config.ts
Normal file
57
docs-site/app/app.config.ts
Normal file
@@ -0,0 +1,57 @@
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
colors: {
|
||||
primary: 'green',
|
||||
neutral: 'slate'
|
||||
},
|
||||
footer: {
|
||||
slots: {
|
||||
root: 'border-t border-default',
|
||||
left: 'text-sm text-muted'
|
||||
}
|
||||
}
|
||||
},
|
||||
seo: {
|
||||
siteName: 'FEDEO Docs'
|
||||
},
|
||||
header: {
|
||||
title: 'FEDEO Docs',
|
||||
to: '/',
|
||||
search: true,
|
||||
colorMode: true,
|
||||
links: [
|
||||
{
|
||||
icon: 'i-simple-icons-github',
|
||||
to: 'https://git.federspiel.tech/flfeders/FEDEO',
|
||||
target: '_blank',
|
||||
'aria-label': 'Repository'
|
||||
}
|
||||
]
|
||||
},
|
||||
footer: {
|
||||
credits: `Built with Nuxt UI • © ${new Date().getFullYear()} FEDEO`,
|
||||
colorMode: false,
|
||||
links: [
|
||||
{
|
||||
icon: 'i-simple-icons-github',
|
||||
to: 'https://git.federspiel.tech/flfeders/FEDEO',
|
||||
target: '_blank',
|
||||
'aria-label': 'Repository'
|
||||
}
|
||||
]
|
||||
},
|
||||
toc: {
|
||||
title: 'Inhaltsverzeichnis',
|
||||
bottom: {
|
||||
title: 'Links',
|
||||
links: [
|
||||
{
|
||||
icon: 'i-lucide-book-open',
|
||||
label: 'FEDEO Projekt',
|
||||
to: 'https://git.federspiel.tech/flfeders/FEDEO',
|
||||
target: '_blank'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user