From b22912b95cf2afc64a9d5bd48285c17e3775c333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= Date: Tue, 12 May 2026 16:30:16 -0700 Subject: [PATCH] Replace Timescale quick-template with ParadeDB Swaps the Timescale tile on the homepage and the Timescale entry in the guides database list for ParadeDB, pointing at the existing railway.com/deploy/paradedb template and the paradedb devicon. --- src/pages/guides/index.tsx | 15 +++------------ src/pages/index.tsx | 35 +++++++---------------------------- 2 files changed, 10 insertions(+), 40 deletions(-) diff --git a/src/pages/guides/index.tsx b/src/pages/guides/index.tsx index e346841f2..7b8ebee7c 100644 --- a/src/pages/guides/index.tsx +++ b/src/pages/guides/index.tsx @@ -169,19 +169,10 @@ const TEMPLATES: { name: string; href: string; icon: React.ReactNode }[] = [ ), }, { - name: "Timescale", - href: "https://railway.com/deploy/timescaledb-postgis", + name: "ParadeDB", + href: "https://railway.com/deploy/paradedb", icon: ( - - - - - - - - - - + ), }, ]; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index a4a68c784..89f47c88a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -694,39 +694,18 @@ const Home: NextPage = () => { - - - - - - - - - - - - + className="mx-auto" + alt="" + />
- Timescale + ParadeDB