docs: fix to organizations title (#12725)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import { InlineIcon } from "docs-ui"
|
||||
import { Plus, EllipsisHorizontal } from "@medusajs/icons"
|
||||
|
||||
export const metadata = {
|
||||
title: `Organization`,
|
||||
title: `Organizations`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
@@ -25,8 +25,8 @@ export const generatedSidebars = [
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Organization",
|
||||
"path": "/organization",
|
||||
"title": "Organizations",
|
||||
"path": "/organizations",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
|
||||
@@ -19,8 +19,8 @@ export const sidebar = [
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
title: "Organization",
|
||||
path: "/organization",
|
||||
title: "Organizations",
|
||||
path: "/organizations",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user