Add redis links to roadmaps and get-staretd pages

feat/changelog^2
Kamran Ahmed 4 weeks ago
parent 7642493369
commit fdfc8e6c6b
  1. 6
      src/components/Roadmaps/RoadmapsPage.tsx
  2. 1
      src/pages/get-started.astro

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

Loading…
Cancel
Save