Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/summary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ Congratulations! Following this tutorial, you have successfully:
* Performed grouping, transformations, and aggregations using aggregation pipelines.
* Exported data from the pipeline.

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.
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**!

<Screenshot src="img/summary/badge.png" url="https://linkedin.com"></Screenshot>

Explore all free <Link to="https://learn.mongodb.com/skills?team=devrel&">MongoDB Skill Badges</Link> and level up your skills today!
14 changes: 6 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,18 @@ const featureList = [{
}];

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

const footerLinks = [{
label: "Try MongoDB Atlas",
href: `https://www.mongodb.com/try?${utmParams}`
}, {
label: "Forums",
href: `https://www.mongodb.com/community/forums/${utmParams}`
href: `https://www.mongodb.com/community/forums?${utmParams}`
}, {
label: "Developer Center",
href: `https://www.mongodb.com/developer/${utmParams}`
}, {
label: "MongoDB University",
href: `https://learn.mongodb.com/${utmParams}`
label: "Skill Badges",
href: `https://learn.mongodb.com/skills?team=devrel&${utmParams}`
}, {
href: `https://github.com/${organizationName}/${workshopName}`,
label: "This lab in GitHub"
Expand Down Expand Up @@ -103,7 +100,8 @@ const config = {

customFields: {
startButtonTitle: `${startButtonTitle}`,
featureList: featureList
featureList: featureList,
utmParams
},

presets: [["classic", ({
Expand Down
22 changes: 9 additions & 13 deletions i18n/zh/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
{
"link.item.label.Try MongoDB Atlas": {
"message": "试用 MongoDB Atlas",
"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"
"description": "The label of footer link with label=Try MongoDB Atlas linking to https://www.mongodb.com/try"
},
"link.item.label.Forums": {
"message": "论坛",
"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"
"description": "The label of footer link with label=Forums linking to https://www.mongodb.com/community/forums"
},
"link.item.label.Developer Center": {
"message": "开发者中心",
"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"
},
"link.item.label.MongoDB University": {
"message": "MongoDB 大学",
"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"
"link.item.label.Skill Badges": {
"message": "MongoDB Skill Badges",
"description": "The label of footer link with label=MongoDB Skill Badges linking to https://learn.mongodb.com/skills?team=devrel"
},
"link.item.label.This lab in GitHub": {
"message": "GitHub 上的更多实验",
"description": "The label of footer link with label=This lab in GitHub linking to https://github.com/mongodb-developer/search-lab"
"description": "The label of footer link with label=This lab in GitHub linking to https://github.com/mongodb-developer/aggregation-pipeline-lab"
},
"link.item.label.© 2024 MongoDB, Inc.": {
"message": "© 2024 MongoDB, Inc.",
"description": "The label of footer link with label=© 2024 MongoDB, Inc. linking to #"
"link.item.label.© 2025 MongoDB, Inc.": {
"message": "© 2025 MongoDB, Inc.",
"description": "The label of footer link with label=© 2025 MongoDB, Inc. linking to #"
}
}
Binary file added static/img/summary/badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.