Skip to content

Commit 4c84dc2

Browse files
authored
Merge pull request #72 from mongodb-developer/sis0k0/fix-broken-links
Fix broken links and update CTA
2 parents 47002ff + 232f06e commit 4c84dc2

File tree

4 files changed

+20
-22
lines changed

4 files changed

+20
-22
lines changed

docs/summary.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ Congratulations! Following this tutorial, you have successfully:
99
* Performed grouping, transformations, and aggregations using aggregation pipelines.
1010
* Exported data from the pipeline.
1111

12-
Visit the [MongoDB Developer Center](https://mongodb.com/developer/?utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=soccer_workshop&utm_term=stanimira_vlaeva) for more useful information and tutorials.
12+
You now have everything you need to earn your <Link to="https://learn.mongodb.com/courses/fundamentals-of-data-transformation?team=devrel&">Fundamentals of Data Transformation 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**!
13+
14+
<Screenshot src="img/summary/badge.png" url="https://linkedin.com"></Screenshot>
15+
16+
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: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,18 @@ const featureList = [{
5252
}];
5353

5454
const utmAdvocateName = `diego.freniche`;
55-
const utmWorkshopName = "docusaurus_workshop";
55+
const utmWorkshopName = "aggregations.workshop";
5656
const utmParams = `utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=${utmWorkshopName}&utm_term=${utmAdvocateName}`;
5757

5858
const footerLinks = [{
5959
label: "Try MongoDB Atlas",
6060
href: `https://www.mongodb.com/try?${utmParams}`
6161
}, {
6262
label: "Forums",
63-
href: `https://www.mongodb.com/community/forums/${utmParams}`
63+
href: `https://www.mongodb.com/community/forums?${utmParams}`
6464
}, {
65-
label: "Developer Center",
66-
href: `https://www.mongodb.com/developer/${utmParams}`
67-
}, {
68-
label: "MongoDB University",
69-
href: `https://learn.mongodb.com/${utmParams}`
65+
label: "Skill Badges",
66+
href: `https://learn.mongodb.com/skills?team=devrel&${utmParams}`
7067
}, {
7168
href: `https://github.com/${organizationName}/${workshopName}`,
7269
label: "This lab in GitHub"
@@ -103,7 +100,8 @@ const config = {
103100

104101
customFields: {
105102
startButtonTitle: `${startButtonTitle}`,
106-
featureList: featureList
103+
featureList: featureList,
104+
utmParams
107105
},
108106

109107
presets: [["classic", ({
Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
{
22
"link.item.label.Try MongoDB Atlas": {
33
"message": "试用 MongoDB Atlas",
4-
"description": "The label of footer link with label=Try MongoDB Atlas linking to https://www.mongodb.com/try?utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=search-party-lab&utm_term=joel.lord"
4+
"description": "The label of footer link with label=Try MongoDB Atlas linking to https://www.mongodb.com/try"
55
},
66
"link.item.label.Forums": {
77
"message": "论坛",
8-
"description": "The label of footer link with label=Forums linking to https://www.mongodb.com/community/forums/utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=search-party-lab&utm_term=joel.lord"
8+
"description": "The label of footer link with label=Forums linking to https://www.mongodb.com/community/forums"
99
},
10-
"link.item.label.Developer Center": {
11-
"message": "开发者中心",
12-
"description": "The label of footer link with label=Developer Center linking to https://www.mongodb.com/developer/utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=search-party-lab&utm_term=joel.lord"
13-
},
14-
"link.item.label.MongoDB University": {
15-
"message": "MongoDB 大学",
16-
"description": "The label of footer link with label=MongoDB University linking to https://learn.mongodb.com/utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=search-party-lab&utm_term=joel.lord"
10+
"link.item.label.Skill Badges": {
11+
"message": "MongoDB Skill Badges",
12+
"description": "The label of footer link with label=MongoDB Skill Badges linking to https://learn.mongodb.com/skills?team=devrel"
1713
},
1814
"link.item.label.This lab in GitHub": {
1915
"message": "GitHub 上的更多实验",
20-
"description": "The label of footer link with label=This lab in GitHub linking to https://github.com/mongodb-developer/search-lab"
16+
"description": "The label of footer link with label=This lab in GitHub linking to https://github.com/mongodb-developer/aggregation-pipeline-lab"
2117
},
22-
"link.item.label.© 2024 MongoDB, Inc.": {
23-
"message": "© 2024 MongoDB, Inc.",
24-
"description": "The label of footer link with label=© 2024 MongoDB, Inc. linking to #"
18+
"link.item.label.© 2025 MongoDB, Inc.": {
19+
"message": "© 2025 MongoDB, Inc.",
20+
"description": "The label of footer link with label=© 2025 MongoDB, Inc. linking to #"
2521
}
2622
}

static/img/summary/badge.png

19.2 KB
Loading

0 commit comments

Comments
 (0)