switch to nextra

This commit is contained in:
2023-03-07 21:13:09 +01:00
parent b625477f92
commit b7778e28cd
35 changed files with 1669 additions and 8304 deletions

18
theme.config.jsx Normal file
View File

@@ -0,0 +1,18 @@
export default {
logo: <span>Memoir</span>,
docsRepositoryBase: 'https://github.com/cupcakearmy/memoir/blob/core/docs/pages',
project: {
link: 'https://github.com/cupcakearmy/memoir',
},
footer: {
text: (
<span>
MIT {new Date().getFullYear()} ©{' '}
<a href="https://github.com/cupcakearmy" target="_blank">
cupcakearmy
</a>
.
</span>
),
},
}