Merge branch 'master' into docs/segment-integration

This commit is contained in:
Shahed Nasser
2022-06-10 17:20:07 +03:00
committed by GitHub
346 changed files with 32743 additions and 8411 deletions
+8 -1
View File
@@ -3,6 +3,7 @@ module.exports = {
title: "Medusa",
description: "Open-source headless commerce engine",
author: "Medusa core team",
siteUrl: "https://docs.medusajs.com/api"
},
plugins: [
`gatsby-plugin-react-helmet`,
@@ -73,6 +74,12 @@ module.exports = {
trackPage: true,
}
},
{
resolve: `gatsby-plugin-sitemap`,
options: {
output: '/api/sitemap'
}
},
// `gatsby-plugin-preact`,
// {
// resolve: `gatsby-source-openapi-aggregate`,
@@ -81,7 +88,7 @@ module.exports = {
// {
// name: "admin-spec",
// resolve: () =>
// fromJson(
// fromJson(``
// path.resolve(__dirname, "../../docs/api/admin-spec3.json")
// ),
// },