File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -52,21 +52,18 @@ const featureList = [{
5252} ] ;
5353
5454const utmAdvocateName = `diego.freniche` ;
55- const utmWorkshopName = "docusaurus_workshop " ;
55+ const utmWorkshopName = "aggregations.workshop " ;
5656const utmParams = `utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=${ utmWorkshopName } &utm_term=${ utmAdvocateName } ` ;
5757
5858const 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" , ( {
You can’t perform that action at this time.
0 commit comments