From a8b0fd41b913c5d7db8955376b2cc90bfc0a00f9 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 22 Jun 2025 09:00:39 -0600 Subject: [PATCH] docs: add rollbacks feature to deployment tools comparison table and update GitHub stars count --- apps/docs/content/docs/core/comparison.mdx | 1 + apps/website/components/stats.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/docs/content/docs/core/comparison.mdx b/apps/docs/content/docs/core/comparison.mdx index 7a3b2ad..371644c 100644 --- a/apps/docs/content/docs/core/comparison.mdx +++ b/apps/docs/content/docs/core/comparison.mdx @@ -25,6 +25,7 @@ Comparison of the following deployment tools: | **Notifications** | ✅ | ❌ | ❌ | ✅ | | **Multi Server Support** | ✅ | ❌ | ❌ | ✅ | | **Open Source Templates** | ✅ | ✅ | ❌ | ✅ | +| **Rollbacks** | ✅ | ✅ | ❌ | ✅ | | **Shared Enviroment Variables** | ✅ | ❌ | ❌ | ✅ | | **Schedules Jobs** | ✅ | ❌ | ❌ | ✅ | | **Cloudflare Tunnels** | ❌ | ❌ | ❌ | ✅ | diff --git a/apps/website/components/stats.tsx b/apps/website/components/stats.tsx index d37af65..f79fb81 100644 --- a/apps/website/components/stats.tsx +++ b/apps/website/components/stats.tsx @@ -4,7 +4,7 @@ import { useId } from "react"; import NumberTicker from "./ui/number-ticker"; const statsValues = { - githubStars: 20000, + githubStars: 21000, dockerDownloads: 1500000, contributors: 170, sponsors: 50,