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
8 changes: 6 additions & 2 deletions docs/summary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ sidebar_position: 100

# 🎯 Summary

Congratulations! Following this tutorial, you have successfully learned:
Congratulations! Following this hands-on lab, you have successfully learned:

- How to query collections in MongoDB
- How to insert, update and delete documents in MongoDB
- How to write aggregation pipelines in MongoDB

Visit the [MongoDB Developer Center](https://mongodb.com/developer/?utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=sql_to_query_api&utm_term=sourabh_bagrecha) for more useful information and tutorials.
You now have everything you need to earn your <Link to="https://learn.mongodb.com/courses/crud-operations-in-mongodb?team=devrel&">CRUD Operations MongoDB 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/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!
31 changes: 13 additions & 18 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,20 @@ const utmParams = `utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_co

const footerLinks = [
{
label: "Try MongoDB Atlas",
label: 'Try MongoDB Atlas',
href: `https://www.mongodb.com/try?${utmParams}`,
},
{
label: "Forums",
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: 'Forums',
href: `https://www.mongodb.com/community/forums?${utmParams}`,
}, {
label: 'Skill Badges',
href: `https://learn.mongodb.com/skills?team=devrel&${utmParams}`,
}, {
href: `https://github.com/${organizationName}/${workshopName}`,
label: "This lab in GitHub",
label: "This lab in GitHub"
}, {
label: `© ${new Date().getFullYear()} MongoDB, Inc.`,
href: "#",
},
];

Expand Down Expand Up @@ -151,8 +147,7 @@ const config = {
},
footer: {
style: "dark",
links: footerLinks,
copyright: `© ${new Date().getFullYear()} MongoDB, Inc.`,
links: footerLinks
},
prism: {
theme: lightCodeTheme,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const featureList = [

// UTM stuff

const utmAdvocateName = `diego.freniche`;
const utmWorkshopName = 'docusaurus_workshop'
const utmAdvocateName = 'sourabh.bagrecha';
const utmWorkshopName = 'sql.query.api';

const utmParams = `utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=${utmWorkshopName}&utm_term=${utmAdvocateName}`;

Expand All @@ -61,15 +61,11 @@ const footerLinks = [
},
{
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}`,
},
{
label: `© ${new Date().getFullYear()} MongoDB, Inc.`,
Expand Down
Binary file added static/img/badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.