From 783783101afdf326e7e5aadbe82f3733c72933b2 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 10 Mar 2025 08:37:10 +0200 Subject: [PATCH] generate sidebar --- www/apps/resources/generated/sidebar.mjs | 92 +++++++++++++++++++++--- 1 file changed, 83 insertions(+), 9 deletions(-) diff --git a/www/apps/resources/generated/sidebar.mjs b/www/apps/resources/generated/sidebar.mjs index 5777e9dfab..db61d3e3a6 100644 --- a/www/apps/resources/generated/sidebar.mjs +++ b/www/apps/resources/generated/sidebar.mjs @@ -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, @@ -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, @@ -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": [] } ] }, @@ -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, @@ -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": [] } ] },