mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 13:14:48 +01:00
25 lines
547 B
React
25 lines
547 B
React
|
export default {
|
||
|
logo: <span>Autorestic</span>,
|
||
|
docsRepositoryBase: 'https://github.com/cupcakearmy/autorestic/blob/main',
|
||
|
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>
|
||
|
),
|
||
|
},
|
||
|
}
|