From 243130206a4ca9002e0d524d8b5932426190e709 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 12 Jun 2025 19:15:56 +0300 Subject: [PATCH] docs: fix to organizations title (#12725) --- www/apps/cloud/app/{organization => organizations}/page.mdx | 2 +- www/apps/cloud/generated/sidebar.mjs | 4 ++-- www/apps/cloud/sidebar.mjs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename www/apps/cloud/app/{organization => organizations}/page.mdx (99%) 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", }, ], },