feat: add Quote Management guide and update sidebar links

This commit is contained in:
Shahed Nasser
2025-03-05 17:12:46 +02:00
parent a4fd39e371
commit b060729a8d
15 changed files with 2616 additions and 327 deletions
+5
View File
@@ -37,6 +37,11 @@ export const examplesSidebar = [
title: "Custom Item Price",
path: "/examples/guides/custom-item-price",
},
{
type: "link",
title: "Quote Management",
path: "/examples/guides/quote-management",
},
],
},
{
+7
View File
@@ -57,6 +57,13 @@ export const recipesSidebar = [
type: "link",
path: "/recipes/b2b",
title: "B2B",
children: [
{
type: "link",
path: "/examples/guides/quote-management",
title: "Example: Quote Management",
},
],
},
{
type: "link",