13 Commits

Author SHA1 Message Date
Andras Bacsai 35f961e2cb docs(postgres): add internal database upgrade guide
Document the internal PostgreSQL major upgrade and rollback flow, add it to the getting-started sidebar, and clarify compose override precedence when the upgrade override is present.
2026-06-03 14:37:41 +02:00
Andras Bacsai 90dfc54e19 feat: render sponsors from shared json 2026-05-24 19:31:25 +02:00
ShadowArcanist 00d8f8057e docs(team): hide table of contents on team page 2026-05-23 21:30:04 +05:30
ShadowArcanist 587a52ceeb docs(sponsors): truncate long descriptions to 3 lines 2026-05-23 21:29:10 +05:30
ShadowArcanist 70454e2251 docs(sponsors): hide table of contents on sponsors page 2026-05-23 21:29:04 +05:30
Andras Bacsai 38f712ac46 docs(sponsors): add Seibert Group sponsor 2026-05-23 12:15:28 +02:00
Andras Bacsai 7c4b9b882d docs(sponsors): remove Context.dev sponsor
Remove the Context.dev sponsor card and its unused logo asset.
2026-05-20 16:44:00 +02:00
Andras Bacsai 73a68ddec6 docs(sponsors): add sponsor tiers and logos 2026-05-18 10:44:54 +02:00
Andras Bacsai a3b6d0c807 Merge remote-tracking branch 'origin/next' into docs/mcp-server 2026-05-15 13:43:23 +02:00
ShadowArcanist 4be6347ed1 fix(docs): wrong screenshots were shown on Coolify cloud server setup guide 2026-05-11 15:43:12 +05:30
ShadowArcanist 96d8d3e4d1 fix(docs): use accordion components 2026-05-11 07:41:53 +05:30
Andras Bacsai f50628de99 chore(docs): clean up VitePress remnants and polish Fumadocs content
Remove remaining VitePress theme components, config, and assets.
Shorten page titles by dropping redundant "Coolify" prefix. Add
section separators to get-started navigation. Redesign team page
with card layout. Move openapi.json to config/.
2026-05-06 14:00:16 +02:00
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