docs: update price lists user guides (#11528)

This commit is contained in:
Shahed Nasser
2025-02-19 12:57:47 +02:00
committed by GitHub
parent 2940b0fee2
commit 4faf40e916
16 changed files with 333 additions and 293 deletions
+13 -9
View File
@@ -315,26 +315,30 @@ export const generatedSidebar = [
"loaded": true,
"isPathHref": true,
"type": "category",
"path": "/pricing",
"title": "Pricing",
"autogenerate_path": "/pricing",
"title": "Price Lists",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/pricing/create",
"title": "Create a Price List",
"description": "",
"title": "Overview",
"path": "/price-lists",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/pricing/manage",
"title": "Manage Price Lists",
"description": "",
"title": "Create Price List",
"path": "/price-lists/create",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Manage Price List",
"path": "/price-lists/manage",
"children": []
}
]