We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4373c6a commit d064333Copy full SHA for d064333
docusaurus.config.js
@@ -52,14 +52,12 @@ const footerLinks = [{
52
href: `https://www.mongodb.com/try?${utmParams}`
53
}, {
54
label: "Forums",
55
- href: `https://www.mongodb.com/community/forums/${utmParams}`
56
-}, {
57
- label: "Developer Center",
58
- href: `https://www.mongodb.com/developer/${utmParams}`
59
60
- label: "MongoDB University",
61
- href: `https://learn.mongodb.com/${utmParams}`
+ href: `https://www.mongodb.com/community/forums?${utmParams}`
62
+ label: "Skill Badges",
+ href: `https://learn.mongodb.com/skills?team=devrel&${utmParams}`
+},
+{
63
href: `https://github.com/${organizationName}/${workshopName}`,
64
label: "This lab in GitHub"
65
0 commit comments