From 731881f52393ce0b2d3a17b7c17305fde920135c Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Tue, 7 Jul 2026 10:48:53 -0600 Subject: [PATCH] docs: update Dokku entries in comparison table Applies the Dokku column corrections proposed by @josegonzalez in #108, with Preview Deployments marked "Via GitHub Action" since review apps are set up through Dokku's GitHub Action rather than built in. --- apps/docs/content/docs/core/comparison.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/content/docs/core/comparison.mdx b/apps/docs/content/docs/core/comparison.mdx index fc9cc50..cf79eb6 100644 --- a/apps/docs/content/docs/core/comparison.mdx +++ b/apps/docs/content/docs/core/comparison.mdx @@ -18,7 +18,7 @@ Comparison of the following deployment tools: | **Gitea Integration** | ✅ | ❌ | ✅ | ❌ | | **Advanced User Permission Management** | ✅ | ❌ | ❌ | ❌ | | **Terminal Access Built In** | ✅ | ❌ | ❌ | ✅ | -| **Database Support** | ✅ | ✅ | ❌ | ✅ | +| **Database Support** | ✅ | ✅ | Available via Plugins | ✅ | | **Monitoring** | ✅ | ✅ | ❌ | ✅ | | **Backups** | ✅ | Available via Plugins | Available via Plugins | ✅ | | **Open Source** | ✅ | ✅ | ✅ | ✅ | @@ -32,6 +32,6 @@ Comparison of the following deployment tools: | **Cloudflare Tunnels** | ✅ | ❌ | Available via Plugins | ✅ | | **Custom Build Server** | ✅ | ❌ | ❌ | ✅ | | **Volume Backups** | ✅ | ❌ | ❌ | ❌ | -| **Preview Deployments** | ✅ | ❌ | ✅ | ✅ | +| **Preview Deployments** | ✅ | ❌ | Via GitHub Action | ✅ | | **Teams** | ✅ | ❌ | ❌ | ✅ | | **Cloud/Paid Version** | ✅ | ✅ | ✅ | ✅ |