From 5a49ad45bea813ed0664f9c739ecc1921754b529 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 4 Oct 2024 11:59:48 +0100 Subject: [PATCH] Remove best practices --- .../AccountStreak/InviteFriends.tsx | 6 ++--- src/data/changelogs/ai-engineer-roadmap.md | 25 +++++++++++++++++++ src/data/changelogs/redis-roadmap.md | 2 +- src/pages/[roadmapId]/index.astro | 2 ++ .../[bestPracticeId]/index.astro | 2 ++ 5 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 src/data/changelogs/ai-engineer-roadmap.md diff --git a/src/components/AccountStreak/InviteFriends.tsx b/src/components/AccountStreak/InviteFriends.tsx index 95d7e5f24..da8baa3cf 100644 --- a/src/components/AccountStreak/InviteFriends.tsx +++ b/src/components/AccountStreak/InviteFriends.tsx @@ -21,7 +21,7 @@ export function InviteFriends(props: InviteFriendsProps) { ).toString(); return ( -
+

Invite people to join roadmap.sh

@@ -55,9 +55,9 @@ export function InviteFriends(props: InviteFriendsProps) { copyText(referralLink); }} className={cn( - 'rounded-md bg-slate-700 px-3 py-1 text-xs text-slate-300 hover:bg-slate-600', + 'rounded-md hover:bg-slate-500/80 hover:text-slate-100 px-3 py-1 text-xs text-slate-300 bg-slate-600', { - 'bg-green-500 text-black hover:bg-green-500': isCopied, + 'bg-green-500 text-black hover:text-black hover:bg-green-500': isCopied, }, )} > diff --git a/src/data/changelogs/ai-engineer-roadmap.md b/src/data/changelogs/ai-engineer-roadmap.md new file mode 100644 index 000000000..bfefd52b4 --- /dev/null +++ b/src/data/changelogs/ai-engineer-roadmap.md @@ -0,0 +1,25 @@ +--- +title: 'AI Engineer Roadmap, Leaderboards, Editor AI, and more' +description: 'New AI Engineer Roadmap, New Leaderboards, AI Integration in Editor, and more' +images: + "AI Engineer Roadmap": "https://assets.roadmap.sh/guest/ai-engineer-roadmap.png" + "Refer Others": "https://assets.roadmap.sh/guest/invite-users.png" + "Editor AI Integration": "https://assets.roadmap.sh/guest/editor-ai-integration.png" + "Project Status": "https://assets.roadmap.sh/guest/project-status.png" + "Leaderboards": "https://assets.roadmap.sh/guest/new-leaderboards.png" +seo: + title: 'AI Engineer Roadmap, Leaderboards, Editor AI, and more' + description: '' +date: 2024-10-04 +--- + +We have a new AI Engineer roadmap, Contributor leaderboards, AI integration in the editor, and more. + +- [AI Engineer Roadmap](https://roadmap.sh/ai-engineer) is now live +- You can now refer others to join roadmap.sh +- AI integration [in the editor](https://draw.roadmap.sh) to help you create and edit roadmaps faster +- New [Leaderboards](/leaderboard) for contributors and people who refer others +- [Projects pages](/frontend/projects) now show the status of each project +- Bug fixes and performance improvements + +ML Engineer roadmap and team dashboards are coming up next. Stay tuned! \ No newline at end of file diff --git a/src/data/changelogs/redis-roadmap.md b/src/data/changelogs/redis-roadmap.md index ca4f8cad3..f7d96e91d 100644 --- a/src/data/changelogs/redis-roadmap.md +++ b/src/data/changelogs/redis-roadmap.md @@ -22,4 +22,4 @@ We have a new roadmap, some improvements to dashboard, bookmarks and more. - [Cyber Security roadmap](/cyber-security) is now filled with new content and resources. - Buf fixes and improvements to some team features. -Next up, we are working on a new Data Engineering roadmap and teams dashboards. \ No newline at end of file +Next up, we are working on a new AI Engineer roadmap and teams dashboards. \ No newline at end of file diff --git a/src/pages/[roadmapId]/index.astro b/src/pages/[roadmapId]/index.astro index 184bb9eed..78d4c926a 100644 --- a/src/pages/[roadmapId]/index.astro +++ b/src/pages/[roadmapId]/index.astro @@ -174,4 +174,6 @@ const projects = await getProjectsByRoadmapId(roadmapId);
+ +
diff --git a/src/pages/best-practices/[bestPracticeId]/index.astro b/src/pages/best-practices/[bestPracticeId]/index.astro index ec3b4a3aa..b4f40fb44 100644 --- a/src/pages/best-practices/[bestPracticeId]/index.astro +++ b/src/pages/best-practices/[bestPracticeId]/index.astro @@ -131,4 +131,6 @@ const ogImageUrl = getOpenGraphImageUrl({ /> {bestPracticeData.isUpcoming && } + +