diff --git a/src/components/Breadcrumbs.astro b/src/components/Breadcrumbs.astro index e8841a18c..d4a99cfdc 100644 --- a/src/components/Breadcrumbs.astro +++ b/src/components/Breadcrumbs.astro @@ -18,7 +18,7 @@ const { breadcrumbs, roadmapId } = Astro.props; if (!isLast) { return ( <> - { breadcrumb.title } + { breadcrumb.title } · > ); @@ -30,7 +30,7 @@ const { breadcrumbs, roadmapId } = Astro.props;
diff --git a/src/components/FeaturedGuides.astro b/src/components/FeaturedGuides.astro index a9c5ec032..9b9d51f6e 100644 --- a/src/components/FeaturedGuides.astro +++ b/src/components/FeaturedGuides.astro @@ -18,7 +18,7 @@ const { heading, guides } = Astro.props; View All Guides → @@ -26,7 +26,7 @@ const { heading, guides } = Astro.props; View All Videos → @@ -26,7 +26,7 @@ const { heading, videos } = Astro.props;- Homepage · Roadmaps · Videos + Homepage · Roadmaps · Videos
diff --git a/src/pages/[roadmapId]/index.astro b/src/pages/[roadmapId]/index.astro index d1efb4fef..309708e49 100644 --- a/src/pages/[roadmapId]/index.astro +++ b/src/pages/[roadmapId]/index.astro @@ -1,6 +1,6 @@ --- import CaptchaScripts from '../../components/Captcha/CaptchaScripts.astro'; -import InteractiveRoadamp from '../../components/InteractiveRoadmap/InteractiveRoadmap.astro'; +import InteractiveRoadmap from '../../components/InteractiveRoadmap/InteractiveRoadmap.astro'; import MarkdownRoadmap from '../../components/MarkdownRoadmap.astro'; import RoadmapHeader from '../../components/RoadmapHeader.astro'; import BaseLayout from '../../layouts/BaseLayout.astro'; @@ -33,16 +33,15 @@ const roadmapData = roadmapFile.frontmatter as RoadmapFrontmatter;The website is built with EleventyAstro
and - # JavaScript JavaScript allows you to add interactivity to your pages. Common examples that you may have seen on the websites are sliders, click interactions, popups and so on. Visit the following resources to learn more: -- [Visit Dedicated JavaScript Roadmap](/javascript) +- [Visit Dedicated JavaScript Roadmap](/javascript/) - [W3Schools – JavaScript Tutorial](https://www.w3schools.com/js/) - [The Modern JavaScript Tutorial](https://javascript.info/) - [Exploring JS: JavaScript books for programmers](https://exploringjs.com/) diff --git a/src/roadmaps/backend/content/103-learn-a-language/100-go.md b/src/roadmaps/backend/content/103-learn-a-language/100-go.md index d4ade012a..284652e5b 100644 --- a/src/roadmaps/backend/content/103-learn-a-language/100-go.md +++ b/src/roadmaps/backend/content/103-learn-a-language/100-go.md @@ -1,17 +1,10 @@ -