basic template for docs

This commit is contained in:
mrjvs
2023-09-14 21:07:35 +02:00
parent 787862e10c
commit 9c6b61b4f9
16 changed files with 103 additions and 1248 deletions

View File

@@ -1,38 +1,17 @@
export default defineAppConfig({
docus: {
title: 'Docus',
description: 'The best place to start your documentation.',
image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png',
title: '@movie-web/providers',
description: 'For all your media scraping needs',
socials: {
twitter: 'nuxt_js',
github: 'nuxt-themes/docus',
nuxt: {
label: 'Nuxt',
icon: 'simple-icons:nuxtdotjs',
href: 'https://nuxt.com'
}
},
github: {
dir: '.starters/default/content',
branch: 'main',
repo: 'docus',
owner: 'nuxt-themes',
edit: true
github: 'movie-web/providers',
},
image: '',
aside: {
level: 0,
collapsed: false,
exclude: []
},
main: {
padded: true,
fluid: true
exclude: [],
},
header: {
logo: true,
showLinkIcon: true,
exclude: [],
fluid: true
}
}
})
logo: false,
},
},
});