Show a banner on the top of the page.
export default defineAppConfig({ shadcnDocs: { banner: { enable: true, showClose: true, content: 'Welcome to **shadcn-docs-nuxt**', to: 'https://github.com/ZTL-UwU/shadcn-docs-nuxt', target: '_blank', border: true, }, }, });
false
true
_blank
On this page