Files
coolify-docs/content/docs/applications/vitepress.mdx
T
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

18 lines
514 B
Plaintext

---
title: VitePress
description: Deploy VitePress documentation sites on Coolify with Vite, Vue, Nixpacks, and static site generation from Markdown files.
---
# VitePress
Vite & Vue Powered Static Site Generator Markdown to Beautiful Docs in Minutes.
[Example repository.](https://github.com/coollabsio/coolify-examples/tree/main/vitepress)
## Build (Static)
- Use `Nixpacks`.
- Turn on `Is it a static site?`.
- Set `Base Directory` to `/.vitepress/static`.
- Set `Publish Directory` to `/.vitepress/dist`.