docs: update inventory user guide (#11509)

* docs: update inventory user guide

* fix build error

* fix build
This commit is contained in:
Shahed Nasser
2025-02-18 17:30:01 +02:00
committed by GitHub
parent 084f76b73f
commit 25a7826f0c
8 changed files with 318 additions and 77 deletions
+10 -6
View File
@@ -211,26 +211,30 @@ export const generatedSidebar = [
"loaded": true,
"isPathHref": true,
"type": "category",
"path": "/inventory",
"title": "Inventory",
"autogenerate_path": "/inventory",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Overview",
"path": "/inventory",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Manage Inventory",
"path": "/inventory/inventory",
"title": "Manage Inventory",
"description": "",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/inventory/reservations",
"title": "Manage Reservations",
"description": "",
"path": "/inventory/reservations",
"children": []
}
]