mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 05:04:13 +01:00
25 lines
554 B
JavaScript
25 lines
554 B
JavaScript
export default {
|
|
logo: <span>Autorestic</span>,
|
|
docsRepositoryBase: 'https://github.com/cupcakearmy/autorestic/tree/master/docs',
|
|
project: {
|
|
link: 'https://github.com/cupcakearmy/autorestic',
|
|
},
|
|
sidebar: {
|
|
defaultMenuCollapseLevel: 1,
|
|
},
|
|
feedback: {
|
|
content: 'Question? An error? Give feedback →',
|
|
},
|
|
footer: {
|
|
text: (
|
|
<span>
|
|
MIT {new Date().getFullYear()} ©{' '}
|
|
<a href="https://github.com/cupcakearmy" target="_blank">
|
|
cupcakearmy
|
|
</a>
|
|
.
|
|
</span>
|
|
),
|
|
},
|
|
}
|