mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
15 lines
279 B
TypeScript
15 lines
279 B
TypeScript
|
export default defineAppConfig({
|
||
|
docus: {
|
||
|
title: 'Nuxt Docs [dev]',
|
||
|
description: 'The best place to start your documentation.',
|
||
|
socials: {
|
||
|
twitter: 'nuxt_js',
|
||
|
github: 'nuxt/nuxt'
|
||
|
},
|
||
|
aside: {
|
||
|
level: 1,
|
||
|
collapsed: false,
|
||
|
},
|
||
|
}
|
||
|
})
|