1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Add redis links to roadmaps and get-staretd pages

This commit is contained in:
Kamran Ahmed
2024-09-23 13:30:59 +01:00
parent 7642493369
commit fdfc8e6c6b
2 changed files with 7 additions and 0 deletions

View File

@@ -285,6 +285,12 @@ const groups: GroupType[] = [
type: 'skill',
otherGroups: ['Web Development'],
},
{
title: 'Redis',
link: '/redis',
type: 'skill',
otherGroups: ['Web Development'],
},
],
},
{

View File

@@ -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?'
/>