diff --git a/public/pdfs/roadmaps/ai-agents.pdf b/public/pdfs/roadmaps/ai-agents.pdf new file mode 100644 index 000000000..1fa741d2c Binary files /dev/null and b/public/pdfs/roadmaps/ai-agents.pdf differ diff --git a/public/roadmaps/ai-agents.png b/public/roadmaps/ai-agents.png new file mode 100644 index 000000000..5ce6dba83 Binary files /dev/null and b/public/roadmaps/ai-agents.png differ diff --git a/src/components/TopicDetail/TopicDetail.tsx b/src/components/TopicDetail/TopicDetail.tsx index 4483a16c7..3db935010 100644 --- a/src/components/TopicDetail/TopicDetail.tsx +++ b/src/components/TopicDetail/TopicDetail.tsx @@ -26,8 +26,6 @@ import { Ban, Coins, FileText, HeartHandshake, Star, X } from 'lucide-react'; import { getUrlParams, parseUrl } from '../../lib/browser'; import { Spinner } from '../ReactIcons/Spinner'; import { GitHubIcon } from '../ReactIcons/GitHubIcon.tsx'; -import { GoogleIcon } from '../ReactIcons/GoogleIcon.tsx'; -import { YouTubeIcon } from '../ReactIcons/YouTubeIcon.tsx'; import { resourceTitleFromId } from '../../lib/roadmap.ts'; import { lockBodyScroll } from '../../lib/dom.ts'; import { TopicDetailLink } from './TopicDetailLink.tsx'; @@ -323,8 +321,6 @@ export function TopicDetail(props: TopicDetailProps) { const resourceTitleForSearch = resourceTitle ?.toLowerCase() ?.replace(/\s+?roadmap/gi, ''); - const googleSearchUrl = `https://www.google.com/search?q=${encodeURIComponent(topicHtmlTitle?.toLowerCase())} guide for ${encodeURIComponent(resourceTitleForSearch || '')}`; - const youtubeSearchUrl = `https://www.youtube.com/results?search_query=${encodeURIComponent(topicHtmlTitle?.toLowerCase())} for ${encodeURIComponent(resourceTitleForSearch || '')}`; const tnsLink = 'https://thenewstack.io/devops/?utm_source=roadmap.sh&utm_medium=Referral&utm_campaign=Topic'; @@ -522,35 +518,13 @@ export function TopicDetail(props: TopicDetailProps) { contributionUrl && hasContent && (
-
-

- Find more resources using these pre-filled search - queries: -

-
- - - Google - - - - YouTube - -
-
- -

+

+ Help us add learning resources +

+

This popup should be a brief introductory paragraph for the topic and a few links to good articles, videos, or any - other self-vetted resources. Please consider submitting a + other self-vetted learning resources. Please consider submitting a PR to improve this content.