From fe5cbe93684685657d5aba57f5cdcab0875d9cc8 Mon Sep 17 00:00:00 2001 From: Tharun K <53267275+tharun634@users.noreply.github.com> Date: Mon, 3 Oct 2022 13:15:32 +0530 Subject: [PATCH] Docs: added link integrations page in the footer (#2305) --- www/docs/docusaurus.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/docs/docusaurus.config.js b/www/docs/docusaurus.config.js index d9c5b5052a..ab3889144d 100644 --- a/www/docs/docusaurus.config.js +++ b/www/docs/docusaurus.config.js @@ -141,6 +141,10 @@ const config = { label: "GitHub", href: "https://github.com/medusajs/medusa", }, + { + label: "Integrations", + href: "https://medusajs.notion.site/1a0ada9903874e0185d0b8ce0591b359?v=0631285851ba4021aa07c3b48dd4801a", + }, ], }, ], @@ -227,4 +231,4 @@ if (Object.keys(announcementBar).length) { config.themeConfig.announcementBar = announcementBar } -module.exports = config \ No newline at end of file +module.exports = config