mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-05 23:40:41 +00:00
switch to nextra
This commit is contained in:
18
theme.config.jsx
Normal file
18
theme.config.jsx
Normal 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>
|
||||
),
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user