Files
Andras Bacsai a64450ae9d feat(platform): migrate docs from VitePress to Fumadocs + TanStack Start
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19,
and Vite. Migrate all documentation content to MDX under content/docs/.
Add full src/ app with React components, routing, search, and API page.

Remove Korrektly integration from CI/CD workflows, Dockerfile, and env
vars. Update build pipeline to output to .output/public instead of
docs/.vitepress/dist.
2026-05-06 12:08:05 +02:00

20 lines
555 B
TypeScript

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;