From acfc837c761e7860f153e761b4feb108e6f7eb5b Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 7 Dec 2025 11:24:12 -0600 Subject: [PATCH] fix: update comparison table and improve remote server instructions - Updated the comparison table to reflect support for Cloudflare Tunnels and added Custom Build Server. - Enhanced the description in the remote server instructions for clarity and detail. --- apps/docs/content/docs/core/comparison.mdx | 3 ++- apps/docs/content/docs/core/remote-servers/instructions.mdx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/docs/content/docs/core/comparison.mdx b/apps/docs/content/docs/core/comparison.mdx index eb7833b..d27fc4f 100644 --- a/apps/docs/content/docs/core/comparison.mdx +++ b/apps/docs/content/docs/core/comparison.mdx @@ -29,7 +29,8 @@ Comparison of the following deployment tools: | **Shared Enviroment Variables** | ✅ | ❌ | ❌ | ✅ | | **Environments** | ✅ | ❌ | ❌ | ✅ | | **Schedules Jobs** | ✅ | ❌ | ❌ | ✅ | -| **Cloudflare Tunnels** | ❌ | ❌ | ❌ | ✅ | +| **Cloudflare Tunnels** | ✅ | ❌ | ❌ | ✅ | +| **Custom Build Server** | ✅ | ❌ | ❌ | ✅ | | **Volume Backups** | ✅ | ❌ | ❌ | ❌ | | **Preview Deployments** | ✅ | ❌ | ❌ | ✅ | | **Teams** | ✅ | ❌ | ❌ | ✅ | diff --git a/apps/docs/content/docs/core/remote-servers/instructions.mdx b/apps/docs/content/docs/core/remote-servers/instructions.mdx index 67cfaa6..2495b2c 100644 --- a/apps/docs/content/docs/core/remote-servers/instructions.mdx +++ b/apps/docs/content/docs/core/remote-servers/instructions.mdx @@ -1,6 +1,6 @@ --- title: Instructions -description: "Example to setup a remote server and deploy application in a VPS." +description: "Step-by-step guide to setup a remote server and deploy applications on a VPS." --- import { Callout } from "fumadocs-ui/components/callout";