Merge branch 'master' into docs/segment-integration
This commit is contained in:
@@ -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")
|
||||
// ),
|
||||
// },
|
||||
|
||||
Reference in New Issue
Block a user