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.
23 lines
446 B
JSON
23 lines
446 B
JSON
{
|
|
"name": "Jean Docs",
|
|
"short_name": "Jean Docs",
|
|
"start_url": "/docs/",
|
|
"scope": "/docs/",
|
|
"display": "standalone",
|
|
"background_color": "#071412",
|
|
"theme_color": "#6b16ed",
|
|
"icons": [
|
|
{
|
|
"src": "/docs/brand/favicon.ico",
|
|
"sizes": "16x16 32x32",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "/docs/brand/logo.webp",
|
|
"sizes": "640x640",
|
|
"type": "image/webp",
|
|
"purpose": "any"
|
|
}
|
|
]
|
|
}
|