mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
a64450ae9d
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.
18 lines
514 B
Plaintext
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`.
|