export const siteDefinition = { name: 'Coolify', title: 'Coolify Docs', description: 'Self hosting with superpowers: an open-source and self-hostable Heroku, Netlify, and Vercel alternative.', docsBasePath: '/docs', locale: 'en', themeColor: '#000000', keywords: ['Coolify', 'self hosting', 'documentation', 'deployment', 'Docker', 'PaaS'], og: { width: 1200, height: 630, background: '#000000', card: '#101418', accent: '#9333ea', accentSoft: '#c084fc', text: '#f8fafc', muted: '#d8def0', }, } as const;