--- import Icon from './AstroIcon.astro'; export interface Props { roadmapId: string; tnsBannerLink?: string; } const { roadmapId, tnsBannerLink = '' } = Astro.props; const hasTNSBanner = !!tnsBannerLink; const roadmapTitle = roadmapId === 'devops' ? 'DevOps' : `${roadmapId.charAt(0).toUpperCase()}${roadmapId.slice(1)}`; ---
Get the latest {roadmapTitle} news from our sister site{' '} TheNewStack.io
New Track your progress and learn by clicking roadmap items.
Track your progress and learn about the topics by clicking the roadmap items.