Ammar Abbas
6be5750fe8
docs: add missing export for CreateBundledProduct component ( #12704 )
...
* docs: add missing export for CreateBundledProduct component
This commit adds a missing `export` statement to the `CreateBundledProduct` component in the "Create Form Component" example.
Without the `export`, readers copying the example wouldn't be able to use the component elsewhere in their project, which could be confusing. This ensures the example is complete and ready to use as-is.
* updated to default export for CreateBundledProduct component instead
2025-06-11 17:53:19 +03:00
Shahed Nasser
009d00f27d
docs: redesign table of content ( #12647 )
...
* implement toc
* added to projects
* fixes and adapt for references
* added product frontmatter
* remove action menu from 404 pages
2025-05-30 16:55:36 +03:00
Shahed Nasser
40e73c6ea2
docs: fix broken links utility + uncaught broken links ( #12637 )
...
* fix broken links
* update broken links utility
* add missing payment evens
* generate llms
* fix segment link
2025-05-28 17:13:27 +03:00
Shahed Nasser
044c5dd138
docs: fix example in marketplace recipe ( #12595 )
2025-05-23 12:39:49 +03:00
Shahed Nasser
a1f2e5cb52
docs: add vale rule for Next.js Starter Storefront ( #12517 )
2025-05-16 17:30:15 +03:00
Shahed Nasser
d73cf66196
docs: update recipe contents ( #12515 )
2025-05-16 16:37:52 +03:00
Shahed Nasser
d34b4646de
docs: update read-only links ( #12468 )
2025-05-13 19:12:32 +03:00
Shahed Nasser
f81eb51b67
docs: add copy subscriber button ( #12405 )
...
* docs: add copy subscriber button
* re-generate
* fixes + update copy button
2025-05-08 12:48:44 +03:00
Shahed Nasser
fe3e79ea5a
docs: added bundled products guide ( #12332 )
...
* docs: added bundled products guide
* generate
2025-05-07 16:16:05 +03:00
Shahed Nasser
70a99a2434
docs: generate events reference ( #12341 )
...
* docs: generate events reference
* change link in navbar
* fix redirect
2025-05-01 19:39:53 +03:00
Obad Zafar
393ac8d885
docs: fix TypeScript errors in marketplace vendor tutorial ( #12302 )
...
The index.ts code example in "Create Workflow" section of the Marketplace Vendor Tutorial contains TypeScript errors that prevent successful compilation:
Missing transform import: The tutorial uses the transform function on line 33, but it's not imported from "@medusajs/framework/workflows-sdk"
TypeScript union type complexity error: When working with the useQueryGraphStep function, TypeScript throws "Expression produces a union type that is too complex to represent" error
Incorrect export name: On line 67, the export is export default createVendorAdminWorkflow but the workflow is defined as createVendorWorkflow (line 24)
These errors make it impossible for developers to follow the tutorial successfully without debugging TypeScript errors.
Closes #12301
2025-05-01 06:58:13 +00:00
Obad Zafar
4f7fcd7597
docs: fix missing quotation mark in marketplace vendor tutorial curl request ( #12315 )
2025-04-29 15:45:05 +03:00
Shahed Nasser
13071172b3
docs: added mark fulfillment delivered step in digital products recipe ( #12290 )
...
* docs: add fulfillment delivered step to digital products recipe
* generate llms
* small change
2025-04-24 19:08:05 +03:00
Shahed Nasser
eb73bdb478
docs: rename Architectural Modules to Infrastructure Modules ( #12212 )
...
* docs: rename Architectural Modules to Infrastructure Modules
* generate again
2025-04-17 13:20:43 +03:00
Shahed Nasser
42262d41a1
docs: capitalize use of Framework across docs ( #12207 )
...
* docs: capitalize use of Framework across docs
* generate llm
2025-04-17 10:40:26 +03:00
Muhammad Abdullah Haider
65b5beb59c
Fixed typo ( #12107 )
2025-04-07 16:47:59 +00:00
Shahed Nasser
4827db98f7
docs: added to workflow legend + example improvements ( #11895 )
2025-03-19 08:31:28 +02:00
Shahed Nasser
2b2b65f5f7
docs: cache revalidation in next.js storefront + storefront totals ( #11887 )
...
* initial changes
* generated sidebar
2025-03-18 12:20:09 +02:00
Shahed Nasser
3f2bdb59cb
docs: improved data model docs ( #11884 )
...
* docs: improved data model docs
* fix build errors
2025-03-18 11:45:21 +02:00
Shahed Nasser
1db48a4490
docs: update and improve marketplace recipe ( #11870 )
...
* docs: update and improve marketplace recipe
* fix vale error
* small fixes
2025-03-17 17:23:05 +02:00
Shahed Nasser
de213a8aa9
docs: fix restaurant-delivery recipe after latest update ( #11806 )
2025-03-11 15:05:54 +02:00
Shahed Nasser
5a5da0d6a1
remove main reference page
2025-03-10 17:34:45 +02:00
Shahed Nasser
5deb8eaf50
docs: support multiple sidebars in a project ( #11768 )
...
* changed to new sidebar across projects except resources
* finalize multi sidebar support
* clean up
* remove redundant property
* small changes
* fixes
* generate
* fix error
* fix initial open
2025-03-07 15:47:38 +02:00
Shahed Nasser
92514885e4
docs: add section on row click in DataTable ( #11694 )
...
* docs: add section on row click in DataTable
* update subscriptions example
2025-03-03 18:08:06 +02:00
Shahed Nasser
d9b2a73b44
docs: update subscriptions recipe with stripe payment ( #11651 )
...
* docs: update subscriptions recipe with stripe payment
* small change
* fix vale error
2025-02-27 16:52:56 +02:00
Shahed Nasser
95eef899f7
docs: add notes + missing links for user guide ( #11621 )
...
* docs: add notes + missing links for user guide
* fix build errors
* fixes
2025-02-26 15:28:18 +02:00
Shahed Nasser
a35c9ed741
docs: add ERP recipe + Odoo guide ( #11594 )
...
* initial
* finish first draft
* finish odoo and erp guides
* add mention of completeCartWorkflow
* lint content
* iteration to intro
* add meta image
* small fix
2025-02-26 11:34:18 +02:00
Shahed Nasser
75da1516b3
docs: fix to recipe after latest update ( #11586 )
2025-02-24 18:56:01 +02:00
Shahed Nasser
31f8b72129
docs: updates for 2.5.1 release ( #11574 )
...
* docs: updates for 2.5.1 release
* update
2025-02-24 13:02:26 +02:00
Shahed Nasser
120e6f9ba6
docs: fix typos + clarify example in UI docs ( #11543 )
2025-02-20 11:22:42 +02:00
Shahed Nasser
710cdaf677
docs: fix digital products recipe by adding shipping profile to snippets ( #11452 )
2025-02-13 17:52:20 +02:00
Shahed Nasser
5cb44d364d
docs: general updates after 2.5.0 update ( #11402 )
2025-02-11 18:26:21 +02:00
Shahed Nasser
ddaeafacdd
docs: fix metadata destructure in query.graph ( #11294 )
2025-02-04 12:15:14 +02:00
Shahed Nasser
d288c34c2c
docs: fix link to sales channel docs ( #11267 )
2025-02-03 10:08:07 +02:00
Shahed Nasser
88202761a5
docs: update b2b recipe ( #11213 )
2025-01-29 16:11:21 +02:00
Shahed Nasser
c26ef84cae
docs: added plugins documentation ( #10989 )
...
(Should be merged after the next release)
Closes DX-1294
2025-01-27 09:32:53 +00:00
Shahed Nasser
4250c292eb
docs: fix authentication callback descriptions to include all query parameters ( #10932 )
2025-01-13 15:12:06 +02:00
Shahed Nasser
253b642418
docs: fix validation in restaurant-delivery marketplace recipe ( #10925 )
2025-01-13 11:24:21 +02:00
Shahed Nasser
8e7d895aa2
docs: update recipes following 2.2 release ( #10868 )
2025-01-07 17:07:51 +02:00
Shahed Nasser
38223e5104
docs: rename remoteLink and remoteQueryConfig ( #10836 )
...
* docs: rename remoteLink and remoteQueryConfig
* change version number
2025-01-07 14:43:12 +02:00
Shahed Nasser
8224466dd7
docs: fix storefront sections in digital product recipe ( #10833 )
2025-01-06 13:12:12 +02:00
Shahed Nasser
18b385aff7
docs: handle product deletion in digital products recipe ( #10811 )
2025-01-03 17:02:56 +02:00
Shahed Nasser
a399781b9b
docs: integrate shipstation guide ( #10623 )
...
* first draft
* finalized first draft + added link to sidebar
* fix lint errors
* type changes
* updates to createFulfillment
* updates
* more updates
* add package weight
* added note about package
* fix up order items fulfillment
* add meta image
* address comment
2024-12-23 10:20:19 +02:00
Shahed Nasser
7c773fc108
docs: add pivotTable in digital product recipe ( #10605 )
2024-12-13 19:54:31 +02:00
Nicklas Gellner
52b494b62d
Nits ( #10558 )
2024-12-12 09:10:11 +02:00
Shahed Nasser
01aba4b3c0
Merge branch 'develop' into docs/revise-recipe-examples
2024-12-11 12:41:02 +02:00
Shahed Nasser
588d6f9157
fix broken links
2024-12-11 12:40:32 +02:00
Shahed Nasser
3cc1b99830
docs: revise recipe examples
2024-12-11 12:07:31 +02:00
Shahed Nasser
35a8224497
fix lint errors
2024-12-11 11:20:07 +02:00
Shahed Nasser
fd23f13cfd
docs: document when-then name
2024-12-11 11:00:25 +02:00