Files
documenso/apps/documentation/theme.config.jsx
2024-04-11 16:44:22 +03:00

8 lines
160 B
JavaScript

export default {
logo: <span>My Nextra Documentation</span>,
project: {
link: 'https://github.com/shuding/nextra',
},
// ... other theme options
};