first commit
This commit is contained in:
41
docs/app/app.config.ts
Normal file
41
docs/app/app.config.ts
Normal file
@ -0,0 +1,41 @@
|
||||
export default defineAppConfig({
|
||||
socials: {
|
||||
x: 'https://x.com/nuxt_js',
|
||||
discord: 'https://discord.com/invite/ps2h6QT',
|
||||
nuxt: 'https://nuxt.com',
|
||||
},
|
||||
github: {
|
||||
rootDir: 'docs',
|
||||
},
|
||||
toc: {
|
||||
bottom: {
|
||||
title: 'Community',
|
||||
links: [{
|
||||
icon: 'i-lucide-book-open',
|
||||
label: 'Nuxt UI Pro docs',
|
||||
to: 'https://ui.nuxt.com/getting-started/installation/pro/nuxt',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
icon: 'i-lucide-credit-card',
|
||||
label: 'Purchase a license',
|
||||
to: 'https://ui.nuxt.com/pro/purchase',
|
||||
target: '_blank',
|
||||
}],
|
||||
},
|
||||
},
|
||||
uiPro: {
|
||||
pageHero: {
|
||||
slots: {
|
||||
title: 'font-semibold sm:text-6xl',
|
||||
container: '!pb-0',
|
||||
},
|
||||
},
|
||||
pageCard: {
|
||||
slots: {
|
||||
container: 'lg:flex min-w-0',
|
||||
wrapper: 'flex-none',
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user