Skip to content

Commit 21981fa

Browse files
authored
Merge pull request #2 from mongodb-developer/sis0k0/fix-broken-links
Fix broken links and add a Skill Badge CTA
2 parents 2db842c + 82157b8 commit 21981fa

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

docs/90_Summary.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ Check out the
1616
* partitioned indexes / index enrichment (new preview feature)
1717
* more flexible field mapping (coming soon)
1818

19+
## MongoDB Skill Badge
20+
21+
You now have everything you need to earn your <Link to="https://learn.mongodb.com/courses/search-fundamentals?team=devrel&">Search Fundamentals Skill Badge</Link> — an official recognition of your MongoDB knowledge. Claim your badge for free and proudly display it on your LinkedIn profile under **Licenses & Certifications**!
22+
23+
<Screenshot src="img/badge.png" url="https://linkedin.com"></Screenshot>
24+
25+
Explore all free <Link to="https://learn.mongodb.com/skills?team=devrel&">MongoDB Skill Badges</Link> and level up your skills today!

docusaurus.config.js

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const organizationName = "mongodb-developer";
1010

1111
// Main page config
1212
const title = "Atlas Search Fundamentals";
13-
const tagLine = "the workshop";
13+
const tagLine = "Hands-on workshop";
1414
const startButtonTitle = "Enter the Atlas Search Fundamentals Workshop";
1515
const favicon = "img/favicon.svg"
1616

@@ -52,16 +52,12 @@ const footerLinks = [
5252
href: `https://www.mongodb.com/try?${utmParams}`,
5353
},
5454
{
55-
label: "Forums",
56-
href: `https://www.mongodb.com/community/forums/?${utmParams}`,
57-
},
58-
{
59-
label: "Developer Center",
60-
href: `https://www.mongodb.com/developer/?${utmParams}`,
55+
label: 'Skill Badges',
56+
href: `https://learn.mongodb.com/skills?team=devrel&${utmParams}`,
6157
},
6258
{
63-
label: "MongoDB University",
64-
href: `https://learn.mongodb.com/?${utmParams}`,
59+
label: "Forums",
60+
href: `https://www.mongodb.com/community/forums?${utmParams}`,
6561
},
6662
{
6763
href: `https://github.com/${organizationName}/${workshopName}`,
@@ -129,14 +125,6 @@ const config = {
129125
hideable: true,
130126
},
131127
},
132-
announcementBar: {
133-
id: "feedback_form",
134-
content:
135-
'This is a demonstration that we can put a pop-up message here! Even <a target="_blank" rel="noopener noreferrer" href="#">links</a>',
136-
backgroundColor: "#fafbfc",
137-
textColor: "#091E42",
138-
isCloseable: true,
139-
},
140128
navbar: {
141129
title: `${title}`,
142130
logo: {

static/img/badge.png

18 KB
Loading

0 commit comments

Comments
 (0)