mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 09:53:27 +00:00
Initial draft
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user