export default { title: 'Nuxt 3', url: 'https://v3.nuxtjs.org', template: 'docs', theme: { colors: { primary: '#00c58e' }, header: { logo: true, title: false } }, twitter: 'nuxt_js', github: { repo: 'nuxt/framework', dir: 'docs', branch: 'main' } }