From fdfc8e6c6bf92b2a2b0077be000704a291315280 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 23 Sep 2024 13:30:59 +0100 Subject: [PATCH] Add redis links to roadmaps and get-staretd pages --- src/components/Roadmaps/RoadmapsPage.tsx | 6 ++++++ src/pages/get-started.astro | 1 + 2 files changed, 7 insertions(+) diff --git a/src/components/Roadmaps/RoadmapsPage.tsx b/src/components/Roadmaps/RoadmapsPage.tsx index c13a43684..0b2097141 100644 --- a/src/components/Roadmaps/RoadmapsPage.tsx +++ b/src/components/Roadmaps/RoadmapsPage.tsx @@ -285,6 +285,12 @@ const groups: GroupType[] = [ type: 'skill', otherGroups: ['Web Development'], }, + { + title: 'Redis', + link: '/redis', + type: 'skill', + otherGroups: ['Web Development'], + }, ], }, { diff --git a/src/pages/get-started.astro b/src/pages/get-started.astro index cda3f75d1..698be3005 100644 --- a/src/pages/get-started.astro +++ b/src/pages/get-started.astro @@ -256,6 +256,7 @@ import { TipItem } from '../components/GetStarted/TipItem'; { title: 'SQL', link: '/sql' }, { title: 'PostgreSQL', link: '/postgresql-dba' }, { title: 'MongoDB', link: '/mongodb' }, + { title: 'Redis', link: '/redis' }, ]} secondaryDescription='Or perhaps improve your database skills?' />