docs: fix to organizations title (#12725)

This commit is contained in:
Shahed Nasser
2025-06-12 19:15:56 +03:00
committed by GitHub
parent ab634a14ba
commit 243130206a
3 changed files with 5 additions and 5 deletions
@@ -2,7 +2,7 @@ import { InlineIcon } from "docs-ui"
import { Plus, EllipsisHorizontal } from "@medusajs/icons"
export const metadata = {
title: `Organization`,
title: `Organizations`,
}
# {metadata.title}
+2 -2
View File
@@ -25,8 +25,8 @@ export const generatedSidebars = [
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Organization",
"path": "/organization",
"title": "Organizations",
"path": "/organizations",
"children": []
}
]
+2 -2
View File
@@ -19,8 +19,8 @@ export const sidebar = [
children: [
{
type: "link",
title: "Organization",
path: "/organization",
title: "Organizations",
path: "/organizations",
},
],
},