Skip to content

Commit f56bec5

Browse files
committed
Removed the Github link from the top and moved to the footer
1 parent b14d995 commit f56bec5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docusaurus.config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,25 @@ const utmParams = `utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_co
5050

5151
const footerLinks = [
5252
{
53-
label: 'Try MongoDB Atlas',
53+
label: "Try MongoDB Atlas",
5454
href: `https://www.mongodb.com/try?${utmParams}`,
5555
},
5656
{
57-
label: 'Forums',
57+
label: "Forums",
5858
href: `https://www.mongodb.com/community/forums/${utmParams}`,
5959
},
6060
{
61-
label: 'Developer Center',
61+
label: "Developer Center",
6262
href: `https://www.mongodb.com/developer/${utmParams}`,
6363
},
6464
{
65-
label: 'MongoDB University',
65+
label: "MongoDB University",
6666
href: `https://learn.mongodb.com/${utmParams}`,
6767
},
68+
{
69+
href: `https://github.com/${organizationName}/${workshopName}`,
70+
label: "This lab in GitHub",
71+
},
6872
{
6973
label: ${new Date().getFullYear()} MongoDB, Inc.`,
7074
href: "#",
@@ -149,11 +153,7 @@ const config = {
149153
height: "100%",
150154
},
151155
items: [
152-
{
153-
href: `https://github.com/${organizationName}/${workshopName}`,
154-
label: "GitHub",
155-
position: "right",
156-
},
156+
157157
],
158158
},
159159
footer: {

0 commit comments

Comments
 (0)