Initial draft

This commit is contained in:
qtchaos
2023-12-31 16:39:55 +02:00
parent baf2169306
commit 86cd905dc8
40 changed files with 2461 additions and 2909 deletions

View File

@@ -1,18 +1,41 @@
export default defineAppConfig({
docus: {
title: 'movie-web',
description: 'Hosting documentation for movie-web',
description:
'movie-web is a free and open source streaming site, no ads, no tracking, no nonsense.',
url: 'https://docs.movie-web.app',
image: '/cover.png',
socials: {
github: 'movie-web/movie-web',
},
image: '',
github: {
repo: 'docs',
owner: 'movie-web',
branch: 'master',
dir: 'content',
edit: true,
},
aside: {
level: 0,
exclude: [],
},
header: {
logo: false,
title: "movie-web"
logo: true,
},
footer: {
credits: {
icon: '',
text: 'Made with 💜',
href: 'https://github.com/movie-web',
},
textLinks: [
{
text: 'movie-web',
href: 'https://movie-web.app',
target: '_blank',
rel: 'noopener',
},
],
},
},
});