docs: generate invoice tutorial (#13077)

* docs: generate invoice tutorial

* fix vale error

* add missing icon

* fix sidebar

* update date
This commit is contained in:
Shahed Nasser
2025-08-04 12:42:47 +03:00
committed by GitHub
parent 55d0879576
commit 7c85ede384
12 changed files with 5026 additions and 1 deletions
+2 -1
View File
@@ -6564,5 +6564,6 @@ export const generatedEditDates = {
"references/js_sdk/admin/Order/methods/js_sdk.admin.Order.complete/page.mdx": "2025-07-24T08:20:57.714Z",
"app/commerce-modules/cart/cart-totals/page.mdx": "2025-07-31T15:18:13.978Z",
"app/commerce-modules/order/order-totals/page.mdx": "2025-07-31T15:12:10.633Z",
"app/commerce-modules/user/invite-user-subscriber/page.mdx": "2025-08-01T12:01:54.551Z"
"app/commerce-modules/user/invite-user-subscriber/page.mdx": "2025-08-01T12:01:54.551Z",
"app/how-to-tutorials/tutorials/invoice-generator/page.mdx": "2025-08-04T00:00:00.000Z"
}
@@ -763,6 +763,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/how-to-tutorials/tutorials/gift-message/page.mdx",
"pathname": "/how-to-tutorials/tutorials/gift-message"
},
{
"filePath": "/www/apps/resources/app/how-to-tutorials/tutorials/invoice-generator/page.mdx",
"pathname": "/how-to-tutorials/tutorials/invoice-generator"
},
{
"filePath": "/www/apps/resources/app/how-to-tutorials/tutorials/loyalty-points/page.mdx",
"pathname": "/how-to-tutorials/tutorials/loyalty-points"
@@ -6102,6 +6102,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/gift-message",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Generate Invoices",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/invoice-generator",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -478,6 +478,15 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
"description": "Learn how to implement first-purchase discounts in your Medusa store.",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Generate Invoices",
"path": "/how-to-tutorials/tutorials/invoice-generator",
"description": "Learn how to generate invoices for orders in your Medusa store.",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -819,6 +819,14 @@ const generatedgeneratedToolsSidebarSidebar = {
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/first-purchase-discounts",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Generate Invoices",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/invoice-generator",
"children": []
},
{
"loaded": true,
"isPathHref": true,