diff --git a/www/apps/cloud/app/organization/page.mdx b/www/apps/cloud/app/organizations/page.mdx similarity index 99% rename from www/apps/cloud/app/organization/page.mdx rename to www/apps/cloud/app/organizations/page.mdx index d9815bcdf0..3e621ea077 100644 --- a/www/apps/cloud/app/organization/page.mdx +++ b/www/apps/cloud/app/organizations/page.mdx @@ -2,7 +2,7 @@ import { InlineIcon } from "docs-ui" import { Plus, EllipsisHorizontal } from "@medusajs/icons" export const metadata = { - title: `Organization`, + title: `Organizations`, } # {metadata.title} diff --git a/www/apps/cloud/generated/sidebar.mjs b/www/apps/cloud/generated/sidebar.mjs index 0965136062..b7f346cfe0 100644 --- a/www/apps/cloud/generated/sidebar.mjs +++ b/www/apps/cloud/generated/sidebar.mjs @@ -25,8 +25,8 @@ export const generatedSidebars = [ "loaded": true, "isPathHref": true, "type": "link", - "title": "Organization", - "path": "/organization", + "title": "Organizations", + "path": "/organizations", "children": [] } ] diff --git a/www/apps/cloud/sidebar.mjs b/www/apps/cloud/sidebar.mjs index 0d088238f4..7fddd73dd3 100644 --- a/www/apps/cloud/sidebar.mjs +++ b/www/apps/cloud/sidebar.mjs @@ -19,8 +19,8 @@ export const sidebar = [ children: [ { type: "link", - title: "Organization", - path: "/organization", + title: "Organizations", + path: "/organizations", }, ], },