Docs: added link integrations page in the footer (#2305)

This commit is contained in:
Tharun K
2022-10-03 10:45:32 +03:00
committed by GitHub
parent 64ebece3b4
commit fe5cbe9368
+5 -1
View File
@@ -141,6 +141,10 @@ const config = {
label: "GitHub", label: "GitHub",
href: "https://github.com/medusajs/medusa", 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 config.themeConfig.announcementBar = announcementBar
} }
module.exports = config module.exports = config