@@ -51,24 +51,20 @@ const utmParams = `utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_co
5151
5252const footerLinks = [
5353 {
54- label : " Try MongoDB Atlas" ,
54+ label : ' Try MongoDB Atlas' ,
5555 href : `https://www.mongodb.com/try?${ utmParams } ` ,
56- } ,
57- {
58- label : "Forums" ,
59- href : `https://www.mongodb.com/community/forums/?${ utmParams } ` ,
60- } ,
61- {
62- label : "Developer Center" ,
63- href : `https://www.mongodb.com/developer/?${ utmParams } ` ,
64- } ,
65- {
66- label : "MongoDB University" ,
67- href : `https://learn.mongodb.com/?${ utmParams } ` ,
68- } ,
69- {
56+ } , {
57+ label : 'Forums' ,
58+ href : `https://www.mongodb.com/community/forums?${ utmParams } ` ,
59+ } , {
60+ label : 'Skill Badges' ,
61+ href : `https://learn.mongodb.com/skills?team=devrel&${ utmParams } ` ,
62+ } , {
7063 href : `https://github.com/${ organizationName } /${ workshopName } ` ,
71- label : "This lab in GitHub" ,
64+ label : "This lab in GitHub"
65+ } , {
66+ label : `© ${ new Date ( ) . getFullYear ( ) } MongoDB, Inc.` ,
67+ href : "#" ,
7268 } ,
7369] ;
7470
@@ -151,8 +147,7 @@ const config = {
151147 } ,
152148 footer : {
153149 style : "dark" ,
154- links : footerLinks ,
155- copyright : `© ${ new Date ( ) . getFullYear ( ) } MongoDB, Inc.` ,
150+ links : footerLinks
156151 } ,
157152 prism : {
158153 theme : lightCodeTheme ,
0 commit comments