memoir/theme.config.jsx

28 lines
677 B
React
Raw Normal View History

2023-03-07 21:13:09 +01:00
export default {
logo: <span>Memoir</span>,
2023-03-07 21:41:23 +01:00
docsRepositoryBase: 'https://github.com/cupcakearmy/memoir/blob/main',
2023-03-07 21:13:09 +01:00
project: {
link: 'https://github.com/cupcakearmy/memoir',
},
2023-03-07 21:20:13 +01:00
sidebar: {
defaultMenuCollapseLevel: 1,
},
2023-03-07 21:41:23 +01:00
feedback: {
content: 'Question? An error? Give feedback →',
},
2024-12-06 13:42:37 +01:00
head: (
2025-02-18 23:18:36 +01:00
<script defer src="https://spectare.nicco.io//unicorn.js" data-website-id="4aecaa6f-1e68-4a21-960a-8ff5aaa6599a"></script>
2024-12-06 13:42:37 +01:00
),
2023-03-07 21:13:09 +01:00
footer: {
text: (
<span>
MIT {new Date().getFullYear()} ©{' '}
<a href="https://github.com/cupcakearmy" target="_blank">
cupcakearmy
</a>
.
</span>
),
},
}