diff --git a/docusaurus.config.js b/docusaurus.config.js index f198e08..1088767 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -50,21 +50,25 @@ 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', + label: "Forums", href: `https://www.mongodb.com/community/forums/${utmParams}`, }, { - label: 'Developer Center', + label: "Developer Center", href: `https://www.mongodb.com/developer/${utmParams}`, }, { - label: 'MongoDB University', + label: "MongoDB University", href: `https://learn.mongodb.com/${utmParams}`, }, + { + href: `https://github.com/${organizationName}/${workshopName}`, + label: "This lab in GitHub", + }, { label: `© ${new Date().getFullYear()} MongoDB, Inc.`, href: "#", @@ -149,11 +153,7 @@ const config = { height: "100%", }, items: [ - { - href: `https://github.com/${organizationName}/${workshopName}`, - label: "GitHub", - position: "right", - }, + ], }, footer: {