Nuxt/docs/docus.config.ts

19 lines
274 B
TypeScript
Raw Normal View History

2021-06-07 11:49:37 +00:00
export default {
title: 'Nuxt 3',
2021-06-07 11:49:37 +00:00
url: 'https://v3.nuxtjs.org',
template: 'docs',
2021-06-07 11:49:37 +00:00
theme: {
colors: {
primary: '#00c58e'
},
header: {
}
},
twitter: 'nuxt_js',
github: {
repo: 'nuxt/framework',
dir: 'docs',
branch: 'main'
}
}