From 22cca9cce5583510e7a18b8b1a9a6b3515c388e1 Mon Sep 17 00:00:00 2001 From: Michael Graves Date: Sun, 27 Feb 2022 14:09:38 -0600 Subject: [PATCH] Update footer community links Added a link for the UTD Nebula Github and a link to the interest form. --- docusaurus.config.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index c47187c..d69daeb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -93,9 +93,17 @@ module.exports = { to: '/code-of-conduct', }, { - label: 'Project Discussion', + label: 'UTD Nebula Github', + href: 'https://github.com/UTDNebula', + }, + { + label: 'Github Project Discussion', href: 'https://github.com/UTDNebula/website/discussions', }, + { + label: 'Interest Form', + href: 'https://acmutd.typeform.com/to/tlZUaM4V', + }, ], }, {