docs/app.config.ts

42 lines
854 B
TypeScript
Raw Normal View History

export default defineAppConfig({
docus: {
title: 'movie-web',
2023-12-31 14:39:55 +00:00
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: {
2023-12-20 18:28:53 +00:00
github: 'movie-web/movie-web',
},
2023-12-31 14:39:55 +00:00
github: {
repo: 'docs',
owner: 'movie-web',
branch: 'master',
dir: 'content',
edit: true,
},
aside: {
level: 0,
exclude: [],
},
header: {
2023-12-31 14:39:55 +00:00
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',
},
],
},
},
});