From abd011e1c5919991498aea3dbc96e86a7709a5ea Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 19 May 2022 11:03:29 +0300 Subject: [PATCH 1/2] fix edit url --- www/docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/docusaurus.config.js b/www/docs/docusaurus.config.js index 8944b88e84..d6719d091f 100644 --- a/www/docs/docusaurus.config.js +++ b/www/docs/docusaurus.config.js @@ -127,7 +127,7 @@ module.exports = { { docs: { sidebarPath: require.resolve("./sidebars.js"), - editUrl: "https://github.com/medusajs/medusa/edit/master/www/", + editUrl: "https://github.com/medusajs/medusa/tree/master/docs/content", path: docsPath, routeBasePath: "/", remarkPlugins: [ From 8e38f8115c417baff6e65a21a97a79b0dae46601 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 19 May 2022 11:04:27 +0300 Subject: [PATCH 2/2] change to edit page --- www/docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/docusaurus.config.js b/www/docs/docusaurus.config.js index d6719d091f..9f38d26f56 100644 --- a/www/docs/docusaurus.config.js +++ b/www/docs/docusaurus.config.js @@ -127,7 +127,7 @@ module.exports = { { docs: { sidebarPath: require.resolve("./sidebars.js"), - editUrl: "https://github.com/medusajs/medusa/tree/master/docs/content", + editUrl: "https://github.com/medusajs/medusa/edit/master/docs/content", path: docsPath, routeBasePath: "/", remarkPlugins: [