--- import { ClearProgress } from './Activity/ClearProgress'; import AstroIcon from './AstroIcon.astro'; 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
0% Done 0 completed· 0 learning· 0 skipped· 0 Total
Track your progress and learn about the topics by clicking the roadmap items.