Files
documenso/apps/documentation/theme.config.jsx
2024-04-12 13:41:52 +03:00

26 lines
541 B
JavaScript

const themeConfig = {
logo: <span>Documenso</span>,
project: {
link: 'https://documen.so/github',
},
chat: {
link: 'https://documen.so/discord',
},
docsRepositoryBase: 'https://github.com/documenso/documenso/tree/main/apps/documentation',
footer: {
text: (
<span>
{new Date().getFullYear()} ©{' '}
<a href="https://documen.so" target="_blank">
Documenso
</a>
.
</span>
),
},
primaryHue: 100,
primarySaturation: 48.47,
};
export default themeConfig;