Commit Graph

141 Commits

Author SHA1 Message Date
Leroy Davidson Descelles
e6c394569e docs: change digial products to digital products (#13379)
Small fix for typo I noticed when reading the docs.
2025-09-02 06:29:43 +00:00
Shahed Nasser
73a25abecb docs: fix request example in restaurant marketplace recipe (#13292) 2025-08-25 14:08:36 +03:00
Benjapol Worakan
873679b180 Fix spelling error in documentation (#13061)
Fix spelling error in documentation
2025-07-30 07:01:35 +00:00
Shahed Nasser
bf4b6c80d2 docs: added personalized products guide (#13012)
* docs: added personalized products guide

* lint content

* add product
2025-07-23 14:36:10 +03:00
mathieuh
23a33f08b2 docs: fix typos in learn and recipes (#13017) 2025-07-22 16:51:57 +03:00
Shahed Nasser
3fedb4c90c docs: improve alt of images (#12998)
* docs: improve alt of images

* fix vale errors
2025-07-21 10:43:29 +03:00
Shahed Nasser
ab82e4c9fa docs: use mappedBy property for all relationship types (#12973) 2025-07-16 14:26:51 +03:00
Shahed Nasser
d5ade616d5 docs: fix complete cart workflow in marketplace vendors recipe (#12953) 2025-07-14 18:53:46 +03:00
Shahed Nasser
541bff8c9b docs: changes for new releases + fixes (#12945)
* docs: changes for new releases + fixes

* remove container option
2025-07-14 14:17:25 +03:00
Shahed Nasser
f7e4a80c30 docs: remove usages of ts-ignore in examples (#12839) 2025-06-26 17:51:49 +03:00
Shahed Nasser
474e97c9be docs: added sentry guide (#12744)
* docs: added sentry guide

* added error capturing

* generate
2025-06-24 12:05:37 +03:00
Shahed Nasser
5122ced9f6 docs: prepare cloud docs (#12784)
* initial

* fixes

* docs: prepare cloud docs
2025-06-20 12:59:38 +03:00
Ammar Abbas
13092a6caa docs: fixed a typo in variable name from currnetProductPage to currentProductPage (#12719)
Corrected a typo in the variable name `currnetProductPage`, which was changed to `currentProductPage` for improved readability and consistency.
2025-06-12 13:37:06 +00:00
Shahed Nasser
8a88748982 docs: added cloud documentation project (#12711) 2025-06-12 11:29:14 +03:00
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