mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
8 lines
160 B
JavaScript
8 lines
160 B
JavaScript
export default {
|
|
logo: <span>My Nextra Documentation</span>,
|
|
project: {
|
|
link: 'https://github.com/shuding/nextra',
|
|
},
|
|
// ... other theme options
|
|
};
|