Commit Graph
100 Commits
Author SHA1 Message Date
Shahed NasserandGitHub 876a14eb98 chore(js-sdk): fix TSDocs of draft orders in JS SDK (#12270) 2025-04-23 12:48:13 +03:00
Shahed NasserandGitHub d9fcf8a621 docs: fix reference of draft orders JS SDK methods (#12271)
* docs: fix reference of draft orders JS SDK methods

* generate
2025-04-23 12:47:46 +03:00
Shahed NasserandGitHub 39523ba798 docs: fix badges and tables not showing in code tabs (#12261) 2025-04-23 09:59:08 +03:00
Shahed NasserandGitHub dcb4788af9 docs: fix no lines code block example (#12259) 2025-04-22 19:03:44 +03:00
Shahed NasserandGitHub 567d7607cd docs: added a section on loader execution (#12260) 2025-04-22 18:56:01 +03:00
Shahed NasserandGitHub 4b55c4fb57 docs: fix messy layout bug (#12248) 2025-04-21 11:01:41 +03:00
Shahed NasserandGitHub a8a7af46a6 docs: fix revalidate cache guide (#12243) 2025-04-18 19:21:38 +03:00
Shahed NasserandGitHub f3cb8f2e03 docs: fix index.html.md causing 404 (#12241)
* docs: fix index.html.md causing 404

* update next.js

* test

* test

* test

* test

* fix revalidate

* test

* test

* test

* test

* test

* test

* test

* test

* clean up
2025-04-18 18:08:54 +03:00
Shahed NasserandGitHub 2e65f7ffc0 chore(types): small tsdoc change to file service (#12240) 2025-04-18 14:41:39 +03:00
Shahed NasserandGitHub 750b1e9bbf docs: improvements to admin, query, and read-only link docs (#12239)
* improve admin page

* improvemens to query and read-only link docs

* fix build error
2025-04-18 14:41:25 +03:00
Shahed NasserandGitHub 9167352778 docs: fix redirect infrastructure modules (#12238)
* docs: fix redirect infrastructure modules

* change middleware
2025-04-18 14:19:55 +03:00
Shahed NasserandGitHub db0fe0fc91 docs: add LLM dropdown menu to documentation pages (#12235)
* docs: add LLM dropdown menu to documentation pages

* fix build errors
2025-04-18 13:18:27 +03:00
Shahed NasserandGitHub a3aa5d7a66 dos: add docs on overriding allowed fields in routes (#12233) 2025-04-18 11:38:36 +03:00
Shahed NasserandGitHub 6b1d8cd3d4 docs: add some redirects from v1 to v2 docs (#12229)
* docs: add some redirects from v1 to v2 docs

* remove comment
2025-04-18 10:34:11 +03:00
Shahed NasserandGitHub c8ec59e323 docs: updates to link to other modules docs (#12225) 2025-04-18 09:28:39 +03:00
Shahed NasserandGitHub 8b5b96a83d docs-util: fix examples in workflow reference that have multiple code (#12223) 2025-04-17 18:47:09 +03:00
Shahed NasserandGitHub f492a1a475 docs: expand on promotion rules (#12218)
* docs: expand on promotion rules

* generate txt
2025-04-17 18:29:57 +03:00
Shahed NasserandGitHub 6f83dbc019 chore: fixes and updates to promotion and shipping option TSDocs (#12222) 2025-04-17 18:29:39 +03:00
Shahed NasserandGitHub 19d71fdc63 fix(core-flows): export registerOrderDeliveryStep (#12221)
Export registerOrderDeliveryStep to ensure devs can use it and to show it in the docs
2025-04-17 15:08:26 +00:00
Shahed NasserandGitHub 5fe8e2ec04 docs: fix links in submenu navigation (#12220) 2025-04-17 18:06:46 +03:00
Shahed NasserandGitHub c9fd0422c8 docs: document conditional shipping option prices + expand on price rules (#12217)
* docs: document conditional shipping option prices + expand on price rules

* fix errors
2025-04-17 17:52:10 +03:00
Shahed NasserandGitHub 1c5e82af51 chore(core-flows,types): fix links in TSDocs pointing to architectural modules (#12213) 2025-04-17 15:01:28 +03:00
Shahed NasserandGitHub 9d27c0c194 docs: add new troubleshooting guides for Query and middlewares (#12214) 2025-04-17 14:18:07 +03:00
Shahed NasserandGitHub 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 NasserandGitHub 9abcf7a83a docs: update introduction and homepage following Framework changes (#12211) 2025-04-17 11:40:56 +03:00
Shahed NasserandGitHub 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
Shahed NasserandGitHub b182bbb9a9 docs: add framework to navbar (#12206)
* support link submenu

* updated navbar

* small fix
2025-04-16 18:34:14 +03:00
Shahed NasserandGitHub 757ba6cd7f docs: add framework page (#12162)
* initial draft

* finalize page

* fix vale error

* changes to intro

* small fix

* added features list
2025-04-16 17:58:27 +03:00
Shahed NasserandGitHub 6c59d3fe6f docs: hide colon when a note's title has a punctuation (#12205) 2025-04-16 17:23:10 +03:00
Shahed NasserandGitHub d98b560f26 docs: add a note to loyalty points guide (#12201) 2025-04-16 14:39:00 +03:00
Shahed NasserandGitHub fe48f825f8 docs: add loyalty points guide (#12130)
* docs: add loyalty points guide

* remove og
2025-04-16 10:58:27 +03:00
Shahed NasserandGitHub a12b5f7456 docs: changes to plugins page (#12190)
* docs: changes to plugins page

* text fix
2025-04-15 10:09:04 +03:00
Shahed NasserandGitHub 1f73281ab8 fix(types): fix type of application_method_type filter (#12160)
The `application_method_type` filter has a `string` type in the HTTP types. This PR accurately sets the type. This is useful for the generated OAS to show the possible filter values.
2025-04-13 13:16:57 +00:00
Shahed NasserandGitHub 734f4fecbc docs: generate JS SDK reference with fixes (#12161) 2025-04-11 16:42:09 +03:00
Shahed NasserandGitHub 90f9149735 chore: fixes to JS SDK TSDocs (#12159) 2025-04-11 16:41:52 +03:00
Shahed NasserandGitHub cd66cdd2bb docs: generate OAS manually for 2.7.0 (#12158)
* original changes

* changes

* fixes for delete operations

* generate oas
2025-04-11 16:41:39 +03:00
Shahed NasserandGitHub f8023f419e docs: more updates after 2.7.0 update (#12156)
* docs: more updates after 2.7.0 update

* add versions

* small fix

* add plugin keywords

* change to text
2025-04-11 15:55:52 +03:00
Shahed NasserandGitHub 4283fa37b7 docs: fix schema of product category (#12145) 2025-04-11 12:48:53 +03:00
Shahed NasserandGitHub 18dc3cf9c9 docs: changes for next release (#12098)
* docs: changes for next release

* generate

* generate
2025-04-11 11:58:19 +03:00
Shahed NasserandGitHub 78ee2e3063 docs: remove start-cluster command + update start options (#12116) 2025-04-08 15:47:10 +03:00
9ac74eead4 feat(core-flows,types): export fetchShippingOptionForOrderWorkflow (#12103)
* feat(core-flows,types): export fetchShippingOptionForOrderWorkflow

* revert change

* change to tsdoc

* fix errors

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2025-04-08 13:05:03 +03:00
Shahed NasserandGitHub 6c6c3dec9f docs: added missing information on plugin migrations (#12108) 2025-04-07 18:12:25 +03:00
Shahed NasserandGitHub 83d29c2e79 chore(js-sdk, types): add TSDocs for plugin methods in JS SDK (#12106)
* chore(js-sdk, types): add TSDocs for plugin methods in JS SDK

* tsdocs for draft orders
2025-04-07 18:11:33 +03:00
Shahed NasserandGitHub cc71dc2620 docs: update bulk editor user guide + add redirect from old v1 next js (#12104)
* docs: update bulk editor user guide + add redirect from old v1 next js

* update page titles
2025-04-07 17:27:45 +03:00
Shahed NasserandGitHub 9ece840027 docs: fixes to content and UI (#12101) 2025-04-07 16:10:12 +03:00
Shahed NasserandGitHub 2be03d0d39 chore(types,utils): fixes to TSDocs for HTTP types and payment provider (#12102) 2025-04-07 16:08:39 +03:00
Shahed NasserandGitHub 4780226145 chore(core-flows): added TSDocs for setPricingContext hooks (#12100) 2025-04-07 14:49:24 +03:00
Shahed NasserandGitHub fde85888bd docs-util: handle workflows with intersection hook types (#12099) 2025-04-07 14:00:08 +03:00
Shahed NasserandGitHub 5a1f2db542 docs: added a routes summary section in API reference (#12035)
* docs: added routes summary

* added sorting
2025-03-28 19:29:57 +02:00
Shahed NasserandGitHub e998366aba chore(js-sdk): improve the TSDocs of auth methods in JS SDK (#12033) 2025-03-28 17:55:01 +02:00
Shahed NasserandGitHub 9c90a39f1c docs: sort API reference sidebar items and sections (#12032) 2025-03-28 17:19:28 +02:00
Shahed NasserandGitHub da52501518 docs: small fix to abandoned cart guide (#12029) 2025-03-28 14:56:41 +02:00
Shahed NasserandGitHub 3fa19ae4f1 docs: updates and improvements to JS SDK guides (#12026) 2025-03-28 12:45:45 +02:00
Shahed NasserandGitHub 95230ef670 docs: migrate magento to medusa guide (#11418)
* initial

* initial draft

* finished

* small change to intro

* make card description shorter

* fix plugin name

* updates

* fixes

* generate llms

* updates
2025-03-28 09:12:53 +02:00
Shahed NasserandGitHub 82da3c97a5 docs: added algolia guide (#11971)
* initial

* finished changes

* small title change

* improve title

* add cover
2025-03-27 20:22:40 +02:00
Shahed NasserandGitHub 532780897b docs: added tutorial for abandoned cart (#11917)
* docs: added tutorial for abandoned cart

* small fixes

* add cover image
2025-03-27 19:59:29 +02:00
Shahed NasserandGitHub e593d44cc9 docs: add JS SDK snippets in API reference introduction sections (#12018) 2025-03-27 19:36:39 +02:00
Shahed NasserandGitHub bf882b5aff docs: update storefront development guides to use JS SDK [2] (#12015) 2025-03-27 17:14:22 +02:00
Shahed NasserandGitHub e950e2b2d2 docs: update storefront development guides to use JS SDK [1] (#11991)
* docs: update storefront development guides to use JS SDK [1]

* build and lint fixes

* fix links

* fix links
2025-03-26 16:20:21 +02:00
Shahed NasserandGitHub 82d774b395 docs-util: add a prefix for JS SDK examples in OAS (#11989) 2025-03-26 13:28:23 +02:00
Shahed NasserandGitHub 2df3c5a7a1 docs: improve page titles (#11987) 2025-03-26 11:39:22 +02:00
Shahed NasserandGitHub c96560ccb7 docs: remove custom searching mechanism (#11984)
* docs: remove custom searching mechanism

* remove grouping

* changes to grouping

* small title change

* update resources sitemap
2025-03-26 10:56:02 +02:00
Shahed NasserandGitHub 87b75ea959 docs: add sitemap to API reference (#11985)
* docs: add sitemap to API reference

* remove duplicate sitemap

* update sitemap
2025-03-26 08:52:44 +02:00
Shahed NasserandGitHub cbd1786ca5 docs: small improvements to the general deployment guide (#11978) 2025-03-25 19:25:53 +02:00
Shahed NasserandGitHub 178e034561 docs-util: sort examples to show JS SDK first (#11986) 2025-03-25 19:25:34 +02:00
Shahed NasserandGitHub 0cc306bf56 fix(js-sdk, types): fixes types and deprecate duplicate methods (#11975) 2025-03-25 16:37:30 +01:00
Shahed NasserandGitHub 80e320e094 docs: clarify limitations in query brands guide (#11980) 2025-03-25 16:50:00 +02:00
Shahed NasserandGitHub c8389834a1 docs: fixes to quotes management guide (#11981)
* docs: fix request snippet in quote management guide

* fix hook
2025-03-25 16:49:46 +02:00
Shahed NasserandGitHub 83e063229b docs-utils: support routes that include global variables (#11976)
* docs-util: support urls that have variable names

* re-generate examples

* disable removing js sdk examples and replace with warning
2025-03-25 15:36:00 +02:00
Shahed NasserandGitHub 768ea91e1b chore(js-sdk,types): add missing examples for JS SDK methods (#11934)
* chore(js-sdk,types): add TSDocs for calculate method

* added tsdocs for promotions

* finished adding examples

* fixes

* remove unused import
2025-03-25 14:55:54 +02:00
Shahed NasserandGitHub 8a302130b3 docs-util: add JS SDK examples to generated OAS (#11935) 2025-03-25 11:11:48 +02:00
Shahed NasserandGitHub 284e5db4f7 docs: fixes to search in API references (#11959) 2025-03-24 16:48:08 +02:00
Shahed NasserandGitHub 2ec59ddadc docs: typos and examples fixes (#11954)
* docs: typos and examples fixes

* fix notification example
2025-03-24 09:33:22 +02:00
Shahed NasserandGitHub c6f2f444ed fix(js-sdk): fix the return type of the promotion.listRules method (#11937) 2025-03-24 07:35:15 +01:00
Shahed NasserandGitHub 1bcd822963 chore: fix links in contribution guidelines (#11829) 2025-03-24 07:08:16 +01:00
Shahed NasserandGitHub 053326950d fix(js-sdk): fix the API route used in fulfillment.cancel method (#11936) 2025-03-21 15:08:44 +00:00
Shahed NasserandGitHub df5ae50612 docs-util: add tool to generate mapping between JS SDK examples and routes (#11933)
* initial implementation

* finish implementation

* add js sdk key
2025-03-21 15:34:52 +02:00
Shahed NasserandGitHub 834b309037 docs: add missing ui dependency (#11931) 2025-03-21 14:48:44 +02:00
Shahed NasserandGitHub 5587451c92 docs: add a note to stripe customization in next.js starter (#11929) 2025-03-21 12:24:22 +02:00
Shahed NasserandGitHub a3f4560263 docs: fix sitemap of ui docs (#11928) 2025-03-21 12:04:18 +02:00
Shahed NasserandGitHub 4c33586946 docs: added troubleshooting guides + improvements (#11927)
* docs: added troubleshooting guides + improvements

* build fixes
2025-03-21 11:47:03 +02:00
Shahed NasserandGitHub 98e630bce5 docs: improved search results (#11909) 2025-03-19 15:31:01 +02:00
Shahed NasserandGitHub ee014e063e docs: added product review guide (#11852)
* finish guide

* fix tags not showing correctly

* revert changes in prepare

* generate changes
2025-03-19 15:19:38 +02:00
Shahed NasserandGitHub a73c9770fa docs: fix request http method in wishlist guide (#11902)
* docs: fix request http method in wishlist guide

* generated llms
2025-03-19 11:40:35 +02:00
Shahed NasserandGitHub 4827db98f7 docs: added to workflow legend + example improvements (#11895) 2025-03-19 08:31:28 +02:00
Shahed NasserandGitHub 9ead47c51e docs: add prepare script to generate sidebar (#11894) 2025-03-18 17:37:51 +02:00
Shahed NasserandGitHub eb2aa8da3c docs-util: collapse types in references (#11888)
* docs-util: collapse types in references

* improve for arrays
2025-03-18 16:49:34 +02:00
Shahed NasserandGitHub ac24749bd3 docs: generated references after collapse types improvement (#11889) 2025-03-18 16:48:43 +02:00
Shahed NasserandGitHub 2b2b65f5f7 docs: cache revalidation in next.js storefront + storefront totals (#11887)
* initial changes

* generated sidebar
2025-03-18 12:20:09 +02:00
Shahed NasserandGitHub 3f2bdb59cb docs: improved data model docs (#11884)
* docs: improved data model docs

* fix build errors
2025-03-18 11:45:21 +02:00
Shahed NasserandGitHub cb68a9e67b docs: added how-to guides for architectural modules (#11883)
* added initial how-tos

* finished changes

* generated sidebars
2025-03-18 09:49:19 +02:00
Shahed NasserandGitHub 0099c1e2e9 chore: added / improved tsdocs to cache, event, file, and notification modules (#11879)
* chore: added / improved tsdocs to cache, event, file, and notification modules

* small fixes
2025-03-18 09:07:32 +02:00
Shahed NasserandGitHub bc3d04dac9 docs: read-only links + other changes (#11878)
* docs: read-only links + other changes

* re-generate

* fix vale errors
2025-03-18 08:31:09 +02:00
Shahed NasserandGitHub 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 NasserandGitHub 857a26ff17 docs: improve links to other modules docs (#11868) 2025-03-17 12:17:39 +02:00
Shahed NasserandGitHub 28b0d08591 docs: add documentation for Locking Module (#11824)
* add locking docs

* fix main navbar

* added implementation example links

* generate refs

* update architecture

* fix vale error
2025-03-13 12:20:24 +02:00
Shahed NasserandGitHub 76a0d8e1d8 chore(types): small fixes to locking TSDocs (#11823)
* chore(types): small fixes to locking TSDocs

* add missing return
2025-03-12 16:31:07 +02:00
Shahed NasserandGitHub bed8918c31 chore(types): add tsdocs for locking module and provider (#11818) 2025-03-12 10:45:29 +02:00
Shahed NasserandGitHub 267af9f3f6 docs: add worker mode documentation + improvements (#11812) 2025-03-11 19:12:32 +02:00
Shahed NasserandGitHub ef66ff8f99 docs: improvement to sidebar (#11810)
* docs: improvement to sidebar

* fix sidebar
2025-03-11 16:48:01 +02:00