From 971460fbd91f0f9d8d141bb4eff27f65516abcd2 Mon Sep 17 00:00:00 2001 From: ajosh0504 Date: Mon, 10 Jun 2024 12:00:59 -0700 Subject: [PATCH] Reordering --- docusaurus.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 294d801..9644508 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -53,10 +53,6 @@ const footerLinks = [ label: "Try MongoDB Atlas", href: `https://www.mongodb.com/try?${utmParams}`, }, - { - label: "GenAI Forums", - href: `https://www.mongodb.com/community/forums/c/generative-ai/162/${utmParams}`, - }, { label: "Developer Center", href: `https://www.mongodb.com/developer/${utmParams}`, @@ -65,6 +61,10 @@ const footerLinks = [ label: "GenAI Code Examples", href: `https://github.com/mongodb-developer/GenAI-Showcase`, }, + { + label: "GenAI Forums", + href: `https://www.mongodb.com/community/forums/c/generative-ai/162/${utmParams}`, + }, { href: `https://github.com/${organizationName}/${workshopName}`, label: "This lab in GitHub",