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
|
|
};
|