export default {
github: 'https://github.com/jamiepine/spacedrive',
docsRepositoryBase: 'https://github.com/jamiepine/spacedrive/',
titleSuffix: ' | Spacedrive',
logo: (
<>
Spacedrive
The Virtual Private Filesystem
>
),
search: true,
prevLinks: true,
nextLinks: true,
footer: true,
footerEditLink: 'Edit this page on GitHub',
footerText: <>© {new Date().getFullYear()} Jamie Pine. All rights reserved.>,
head: (
<>
>
)
};