diff --git a/docs/summary.mdx b/docs/summary.mdx index ce850c2..8ba5b1f 100644 --- a/docs/summary.mdx +++ b/docs/summary.mdx @@ -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 CRUD Operations MongoDB Skill Badge — an official recognition of your MongoDB knowledge. Claim your badge for free and proudly display it on your LinkedIn profile under **Licenses & Certifications**! + + + +Explore all free MongoDB Skill Badges and level up your skills today! diff --git a/docusaurus.config.js b/docusaurus.config.js index b31664f..25f214a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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: "#", }, ]; @@ -151,8 +147,7 @@ const config = { }, footer: { style: "dark", - links: footerLinks, - copyright: `© ${new Date().getFullYear()} MongoDB, Inc.`, + links: footerLinks }, prism: { theme: lightCodeTheme, diff --git a/i18n/es/docusaurus-plugin-content-docs/current/40-structure-site/1-docusaurus-config.mdx b/i18n/es/docusaurus-plugin-content-docs/current/40-structure-site/1-docusaurus-config.mdx index 9a5162d..d71db7a 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/40-structure-site/1-docusaurus-config.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/40-structure-site/1-docusaurus-config.mdx @@ -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}`; @@ -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.`, diff --git a/static/img/badge.png b/static/img/badge.png new file mode 100644 index 0000000..c9d0311 Binary files /dev/null and b/static/img/badge.png differ