Skip to content

Commit

Permalink
Removed the Github link from the top and moved to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreniche committed Jan 11, 2024
1 parent b14d995 commit f56bec5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "#",
Expand Down Expand Up @@ -149,11 +153,7 @@ const config = {
height: "100%",
},
items: [
{
href: `https://github.com/${organizationName}/${workshopName}`,
label: "GitHub",
position: "right",
},

],
},
footer: {
Expand Down

0 comments on commit f56bec5

Please sign in to comment.