docs: fix edit button links (#4883)
* docs: fix docusaurus.config.js * chore : fix lint --------- Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
co-authored by
Shahed Nasser
parent
50798d1189
commit
0b397878f7
@@ -216,8 +216,7 @@ const config = {
|
||||
{
|
||||
docs: {
|
||||
sidebarPath: require.resolve("./sidebars.js"),
|
||||
editUrl:
|
||||
"https://github.com/medusajs/medusa/edit/develop/www/docs/content",
|
||||
editUrl: "https://github.com/medusajs/medusa/edit/develop/www/docs",
|
||||
path: "content",
|
||||
routeBasePath: "/",
|
||||
remarkPlugins: [
|
||||
|
||||
Reference in New Issue
Block a user