2023-03-07 20:13:09 +00:00
|
|
|
export default {
|
|
|
|
logo: <span>Memoir</span>,
|
2023-03-07 20:41:23 +00:00
|
|
|
docsRepositoryBase: 'https://github.com/cupcakearmy/memoir/blob/main',
|
2023-03-07 20:13:09 +00:00
|
|
|
project: {
|
|
|
|
link: 'https://github.com/cupcakearmy/memoir',
|
|
|
|
},
|
2023-03-07 20:20:13 +00:00
|
|
|
sidebar: {
|
|
|
|
defaultMenuCollapseLevel: 1,
|
|
|
|
},
|
2023-03-07 20:41:23 +00:00
|
|
|
feedback: {
|
|
|
|
content: 'Question? An error? Give feedback →',
|
|
|
|
},
|
2024-12-06 12:42:37 +00:00
|
|
|
head: (
|
|
|
|
<script async defer src="https://spectare.nicco.io/unicorn.js" data-website-id="c334f091-7d22-4f84-b06e-b602d4ba889a"></script>
|
|
|
|
),
|
2023-03-07 20:13:09 +00:00
|
|
|
footer: {
|
|
|
|
text: (
|
|
|
|
<span>
|
|
|
|
MIT {new Date().getFullYear()} ©{' '}
|
|
|
|
<a href="https://github.com/cupcakearmy" target="_blank">
|
|
|
|
cupcakearmy
|
|
|
|
</a>
|
|
|
|
.
|
|
|
|
</span>
|
|
|
|
),
|
|
|
|
},
|
|
|
|
}
|