mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 04:30:01 +02:00
Add redis links to roadmaps and get-staretd pages
This commit is contained in:
@@ -285,6 +285,12 @@ const groups: GroupType[] = [
|
||||
type: 'skill',
|
||||
otherGroups: ['Web Development'],
|
||||
},
|
||||
{
|
||||
title: 'Redis',
|
||||
link: '/redis',
|
||||
type: 'skill',
|
||||
otherGroups: ['Web Development'],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@@ -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?'
|
||||
/>
|
||||
|
Reference in New Issue
Block a user