From 8d0ef103d634a400ed5657138e9f2aabb0ed9739 Mon Sep 17 00:00:00 2001 From: misterpantz Date: Fri, 1 Mar 2024 15:38:51 -0800 Subject: [PATCH] Add contribute link to footer --- docusaurus.config.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 842683ea3..fbf87274e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -104,7 +104,7 @@ module.exports = { ], themeConfig: { hubspot: { - accountId: HS_ACCOUNTID, + accountId: "HS_ACCOUNTID", }, docs: { sidebar: { @@ -239,12 +239,8 @@ module.exports = { href: "https://github.com/mondoohq", }, { - label: "Twitter", - href: "https://twitter.com/MondooHQ", - }, - { - label: "Mastodon", - href: "https://infosec.exchange/@mondoo", + label: "Contribute to Mondoo docs", + href: "https://github.com/mondoohq/docs", }, ], },