mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +02:00
Remove best practices
This commit is contained in:
@@ -21,7 +21,7 @@ export function InviteFriends(props: InviteFriendsProps) {
|
||||
).toString();
|
||||
|
||||
return (
|
||||
<div className="-mx-4 mt-6 flex flex-col border-t border-dashed border-t-slate-700/40 px-4 pt-5 text-center text-sm">
|
||||
<div className="-mx-4 mt-6 flex flex-col border-t border-dashed border-t-slate-600 px-4 pt-5 text-center text-sm">
|
||||
<p className="text-slate-500">Invite people to join roadmap.sh</p>
|
||||
|
||||
<div className="flex flex-col items-center rounded-lg bg-slate-900/40 pb-4 pt-5 my-4">
|
||||
@@ -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,
|
||||
},
|
||||
)}
|
||||
>
|
||||
|
25
src/data/changelogs/ai-engineer-roadmap.md
Normal file
25
src/data/changelogs/ai-engineer-roadmap.md
Normal file
@@ -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!
|
@@ -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.
|
||||
Next up, we are working on a new AI Engineer roadmap and teams dashboards.
|
@@ -174,4 +174,6 @@ const projects = await getProjectsByRoadmapId(roadmapId);
|
||||
|
||||
<RelatedRoadmaps roadmap={roadmapData} />
|
||||
</div>
|
||||
|
||||
<div slot='changelog-banner'></div>
|
||||
</BaseLayout>
|
||||
|
@@ -131,4 +131,6 @@ const ogImageUrl = getOpenGraphImageUrl({
|
||||
/>
|
||||
|
||||
{bestPracticeData.isUpcoming && <UpcomingForm />}
|
||||
|
||||
<div slot='changelog-banner'></div>
|
||||
</BaseLayout>
|
||||
|
Reference in New Issue
Block a user