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

View File

@@ -25,8 +25,8 @@ export const generatedSidebars = [
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Organization",
"path": "/organization",
"title": "Organizations",
"path": "/organizations",
"children": []
}
]