Files
sign/apps/documentation/theme.config.jsx

26 lines
555 B
React
Raw Normal View History

const themeConfig = {
logo: <span>Documenso Documentation</span>,
2024-04-11 16:44:22 +03:00
project: {
link: 'https://documen.so/github',
2024-04-11 16:44:22 +03:00
},
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,
2024-04-11 16:44:22 +03:00
};
export default themeConfig;