Skip to content

Commit

Permalink
generate sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Mar 10, 2025
1 parent 4c4f97c commit 7837831
Showing 1 changed file with 83 additions and 9 deletions.
92 changes: 83 additions & 9 deletions www/apps/resources/generated/sidebar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,33 @@ export const generatedSidebars = [
"title": "Integrations",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "category",
"title": "Server Examples",
"autogenerate_tags": "example+server",
"autogenerate_as_ref": true,
"sort_sidebar": "alphabetize",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Custom Item Price",
"path": "/examples/guides/custom-item-price",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Quote Management",
"path": "/examples/guides/quote-management",
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,
Expand Down Expand Up @@ -164,7 +191,33 @@ export const generatedSidebars = [
"children": []
}
]
},
}
]
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/recipes/b2b",
"title": "B2B",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/examples/guides/quote-management",
"title": "Example: Quote Management",
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/recipes/commerce-automation",
"title": "Commerce Automation",
"children": [
{
"loaded": true,
"isPathHref": true,
Expand Down Expand Up @@ -1337,6 +1390,14 @@ export const generatedSidebars = [
"title": "Implement Custom Line Item Pricing in Medusa",
"path": "https://docs.medusajs.com/resources/examples/guides/custom-item-price",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Implement Quote Management",
"path": "https://docs.medusajs.com/resources/examples/guides/quote-management",
"children": []
}
]
},
Expand Down Expand Up @@ -6155,6 +6216,27 @@ export const generatedSidebars = [
}
]
},
{
"loaded": true,
"isPathHref": true,
"type": "category",
"title": "Server Guides",
"autogenerate_tags": "server+order",
"initialOpen": false,
"autogenerate_as_ref": true,
"sort_sidebar": "alphabetize",
"description": "Learn how to use the Order Module in your customizations on the Medusa application server.",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Implement Quote Management",
"path": "https://docs.medusajs.com/resources/examples/guides/quote-management",
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,
Expand Down Expand Up @@ -17362,14 +17444,6 @@ export const generatedSidebars = [
"path": "/architectural-modules/file/s3",
"title": "AWS",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Implement Quote Management",
"path": "https://docs.medusajs.com/resources/examples/guides/quote-management",
"children": []
}
]
},
Expand Down

0 comments on commit 7837831

Please sign in to comment.