// theme.config.js export default { project: { link: 'https://github.com/brianc/node-postgres', }, twitter: { cardType: 'summary_large_image', site: 'https://node-postgres.com', }, docsRepositoryBase: 'https://github.com/brianc/node-postgres/blob/master/docs', // base URL for the docs repository titleSuffix: ' – node-postgres', darkMode: true, navigation: { prev: true, next: true, }, footer: { text: `MIT ${new Date().getFullYear()} © Brian Carlson.`, }, editLink: { text: 'Edit this page on GitHub', }, logo: ( <> node-postgres ), chat: { link: 'https://discord.gg/2afXp5vUWm', }, head: ( <> ), }