Commit Graph
100 Commits
Author SHA1 Message Date
Shahed Nasser ce70782608 docs: revise integrations page (#10518) 2024-12-10 10:56:58 +02:00
Shahed Nasser 212b37c2fe docs: fix file path in CMS integration example (#10516) 2024-12-10 09:59:08 +02:00
Shahed Nasser 3409953c4f docs: use tooling convention across docs (#10512) 2024-12-09 19:15:29 +02:00
Shahed Nasser 7c76ee24cb chore: fix documentation links in TSDocs (#10511) 2024-12-09 18:52:02 +02:00
Shahed Nasser 866cabf384 docs-util: normalize RelationNullableModifier in model references (#10505) 2024-12-09 15:11:45 +02:00
Shahed Nasser f4b45b8080 docs: fix imports across docs 2024-12-09 15:10:38 +02:00
Shahed Nasser 8dedb97e40 docs: fix links to steps in workflow references (#10503) 2024-12-09 14:55:35 +02:00
Shahed Nasser 0ae98c51eb docs: revise main docs outline (#10502) 2024-12-09 13:54:42 +02:00
Shahed Nasser c8cb9b5c1a fix(medusa): add query type argument to RequestWithContext (#10469) 2024-12-09 11:43:52 +02:00
Shahed Nasser c247f5bca1 docs: fix self hosting deployments not showing (#10486) 2024-12-07 00:10:52 +02:00
Shahed Nasser e7e36f39fb docs: support detecting broken link cross-projects (#10483)
* docs: support detecting broken link cross-projects

* remove double separators
2024-12-06 19:54:46 +02:00
Shahed Nasser a76b533604 docs: revise last chapters of customizations (#10480) 2024-12-06 17:56:27 +02:00
Shahed Nasser 21b0e0c26b docs: revise admin customization pages (#10466)
* docs: revise admin customization pages

* fix prerequisites link

* apply lint
2024-12-06 16:34:02 +02:00
Shahed Nasser abdd4c9e99 docs-util: support new query type argument (#10468)
* add support for second query argument

* more fixes
2024-12-06 12:21:19 +02:00
Shahed Nasser e3459b1f2f docs: fix links in extend product guide (#10472)
* docs: fix links in extend product guide

* fix links
2024-12-06 11:32:57 +02:00
Shahed Nasser 597bffaab3 fix(framework): add missing query type argument in request types (#10456)
* fix(framework): add missing query type argument in request types

* fix types
2024-12-06 09:53:34 +02:00
Shahed Nasser 7013c37fda docs: revise query linked records (#10447) 2024-12-05 13:12:21 +02:00
Shahed Nasser 9690e44280 docs: revise extend create product (#10444)
* docs: revise extend create product

* change sidebar title
2024-12-05 12:41:12 +02:00
Shahed Nasser 1cb885d566 docs: generate references manually (#10438) 2024-12-04 21:37:07 +02:00
Shahed Nasser 644f1fbbaf docs: add note about default owner table in many-to-many (#10426) 2024-12-04 20:04:57 +02:00
Shahed Nasser b41a4ceea8 docs: add documentation for check constraints (#10425) 2024-12-04 20:04:36 +02:00
Shahed Nasser a943dfb529 docs: revise define brand link (#10434) 2024-12-04 19:51:28 +02:00
Shahed Nasser 51b8b39525 docs: revise extend models (features) (#10429) 2024-12-04 18:27:32 +02:00
Shahed Nasser 665eea8e75 docs: fixes and improvements to Sanity guide (#10414) 2024-12-04 17:31:20 +02:00
Shahed Nasser 582f52b31d docs-util: add user, pricing, and auth as modules with DML (#10423) 2024-12-04 12:54:19 +02:00
Shahed Nasser 563b725ed6 docs: revise brand API route (#10352)
* docs: revise brand API route

* address feedback

* add directory images

* change sidebar title

* address comments
2024-12-04 12:19:42 +02:00
Shahed Nasser 7643ed048b docs: add missing import to db operations documentation (#10390) 2024-12-03 12:31:41 +02:00
Shahed Nasser 51de20a64d docs: remove v2 branch of next js starter installation (#10402) 2024-12-03 12:31:07 +02:00
Shahed Nasser b4d6a4b3f0 docs: intro + basic chapter fixes (#10361) 2024-12-02 09:31:47 +02:00
Shahed Nasser ef6dc53b87 docs: add note about retryInterval making workflow long-running (#10355) 2024-11-29 09:25:03 +02:00
Shahed Nasser 065146c19d docs: document permanentFailure (#10356) 2024-11-29 09:24:29 +02:00
Shahed Nasser 768f970926 docs: changes to deployment + remove admin deployment guides (#10345)
* docs: change headings and text in deployment

* remove admin deployment guide

* generate changes
2024-11-28 14:48:10 +02:00
Shahed Nasser aca7907d81 docs: revise create brand workflow (#10346)
* docs: revise create brand workflow

* small fix
2024-11-28 14:47:59 +02:00
Shahed Nasser aced04e182 docs: revised build custom features chapter (#10338) 2024-11-28 12:28:27 +02:00
Shahed Nasser 441b7adaa7 docs: revise implement brand module (#10341) 2024-11-28 12:27:02 +02:00
Shahed Nasser 2838100efc fix(product): change export name of ProductImage (#10326)
Change export of `Image` to `ProductImage` to match the data model's name.
2024-11-27 17:35:06 +00:00
Shahed Nasser 030b0cc095 docs: generate references manually (#10325)
* docs: generate references

* prep changes
2024-11-27 19:27:25 +02:00
Shahed Nasser 137913b469 docs: update many-to-many docs (#10323)
* docs: update many-to-many docs

* added note about version

* fix eslint error
2024-11-27 19:11:23 +02:00
Shahed Nasser ef046844cc fix(medusa): remove request body type argument from cancel order transfer routes (#10327)
Remove the request body type passed as a type argument for admin and store routes for order transfer cancelation. Since the type is empty, it leads to a generated empty request body schema in the API reference.
2024-11-27 17:07:20 +00:00
Shahed Nasser 70e179a475 docs: add note about actor_type in reset password event in v2.0.7 (#10322) 2024-11-27 19:04:40 +02:00
Shahed Nasser 263dbf7872 docs: update details on retrieving nested categories (#10317) 2024-11-27 18:52:33 +02:00
Shahed Nasser d9574f734e docs: update sanity guide + marketplace recipe to use permanentFailure (#10310) 2024-11-27 18:52:19 +02:00
Shahed Nasser 00d0c927dd docs: fix database URL in railway guide (#10311) 2024-11-27 13:46:30 +02:00
Shahed Nasser 537a609dfb docs: add resend integration guide (#10268)
* initial guide

* initial draft

* finished draft

* address feedback

* add meta image
2024-11-27 13:28:52 +02:00
Shahed Nasser cc79f21c91 docs: update list of events (#10308) 2024-11-27 11:57:11 +02:00
Shahed Nasser 01def8e9e4 docs: clarify medusa_url in Stripe docs (#10305) 2024-11-27 11:12:44 +02:00
Shahed Nasser 0b5ebeaa30 docs: revise admin customization pages (#10297)
* docs: revise admin customization pages

* small re-iteration
2024-11-27 10:29:32 +02:00
Shahed Nasser b024c6c558 docs: fix link to medusa container (#10298) 2024-11-26 19:01:27 +02:00
Shahed Nasser 41e125dadd docs: revise workflows docs (#10294) 2024-11-26 18:53:28 +02:00
Shahed Nasser b871b10b18 docs: fix links in examples guide (#10296) 2024-11-26 18:42:17 +02:00
Shahed Nasser d6fa912b22 docs: revise scheduled jobs (#10291) 2024-11-26 16:19:53 +02:00
Shahed Nasser acdcbacd87 docs: fix links to extend workflow guide (#10269) 2024-11-26 12:31:56 +02:00
Shahed Nasser 80aca709d1 docs: fix link to payment session (#10286) 2024-11-26 12:31:48 +02:00
Shahed Nasser e242a96fcd docs: changes for CLI tools (#10284)
* docs: changes for create-medusa-app

* update medusa cli
2024-11-26 11:55:22 +02:00
Shahed NasserandOli Juhl 1e4ff3d047 docs: fixes to Medusa Cloud sections (#10270)
* docs: fixes to Medusa Cloud sections

* apply comments

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2024-11-26 09:51:07 +02:00
Shahed Nasser ef0293cacf chore: fix CI branch in test (#10274) 2024-11-25 19:35:01 +01:00
Shahed Nasser 9b76d2a2d0 docs-util: fix build errors (#10275) 2024-11-25 19:38:29 +02:00
Shahed Nasser 5eccd4e87d docs: fix references generator (#10271) 2024-11-25 19:13:21 +02:00
Shahed Nasser 5022a7c08e docs: added section on medusa cloud (#10265) 2024-11-25 17:00:14 +02:00
Shahed Nasser ae1c607f4e docs: add details on updating a cart's customer (#10226)
Should be merged after releasing v2.0.5

Closes DX-1096
2024-11-25 11:56:35 +00:00
Shahed Nasser 8d1057df41 docs: update injection zones for v2.0.5 (#10225) 2024-11-25 13:27:54 +02:00
Shahed Nasser 78e68a0bb6 docs: fix base path not added to hash links (#10235) 2024-11-22 18:42:49 +02:00
Shahed Nasser b558800547 docs: revise events and subscribers (#10227) 2024-11-22 14:39:29 +02:00
Shahed Nasser 4810b1c55b chore: fix cURL example in create payment collection route (#10219)
* chore: fix cURL example in create payment collection route

* regenerate OAS
2024-11-22 14:22:50 +02:00
Shahed Nasser 8e10ada2d0 docs: revise loaders documentation (#10224) 2024-11-22 13:20:52 +02:00
Shahed Nasser 5f9029c033 docs: revise commerce modules (#10209) 2024-11-21 18:45:39 +02:00
Shahed Nasser af374f85d1 docs: revise modules (#10204) 2024-11-21 18:37:59 +02:00
Shahed Nasser c99b03bcc2 docs: change logo (#10208)
* docs: changed logo

* remove unused component
2024-11-21 18:15:32 +02:00
Shahed Nasser ab5f2b5e11 docs: update og images (#10206)
* docs: update og images

* fixes
2024-11-21 17:33:50 +02:00
Shahed Nasser 19c6c4af15 docs: fix og image for sanity guide (#10205) 2024-11-21 17:02:49 +02:00
Shahed Nasser 35afa04a93 docs: migrate Kapa (#10198)
* docs: migrate kapa

* remove unused dependency

* fix isbrowser
2024-11-21 15:05:50 +02:00
Shahed Nasser f541e21c62 docs: revise medusa container chapter (#10192) 2024-11-21 11:22:15 +02:00
Shahed Nasser ec1ab4db87 docs: add default value if PAK environment variable isn't set (#10185) 2024-11-20 19:06:08 +02:00
Shahed Nasser 765f99e04b docs: fix font smoothing across projects (#10183) 2024-11-20 18:24:58 +02:00
Shahed Nasser bef89e43c4 docs: revise intro pages (#10182) 2024-11-20 17:36:02 +02:00
Shahed Nasser 544f5d4c59 chore: optimize sanity opengraph image (#10181) 2024-11-20 17:08:05 +02:00
Shahed Nasser a429a267f1 docs: add Sanity integration guide (#10152)
* docs: add integrate to Sanity guide

* address PR feedback

* added more screenshots

* edit introduction

* added meta images + changes
2024-11-20 16:17:33 +02:00
Shahed Nasser 3fee17747f fix(types): fix AdminBatchProductRequest to have product ID (#10168) 2024-11-20 11:10:26 +02:00
Shahed Nasser b43febda54 chore(js-sdk,types): add tsdocs for admin JS SDK methods [6/n] (#10028)
* chore(js-sdk,types): add tsdocs for admin JS SDK methods [6/n]

* fix error

* remove type changes
2024-11-19 19:15:44 +02:00
Shahed Nasser 7a3c6acf31 docs: fix heading import in ui route docs (#10167) 2024-11-19 18:49:07 +02:00
Shahed Nasser 5fb73e6698 chore(core-flows,types): add TSDocs for useQueryGraphStep (#10042) 2024-11-19 18:31:33 +02:00
Shahed Nasser be700e31f2 docs: add section on querying records from a link's table (#10165) 2024-11-19 18:28:10 +02:00
Shahed Nasser dbd06a131a docs-util: remove duplicate methods from JS SDK (#10161) 2024-11-19 18:07:44 +02:00
Shahed Nasser a1738f823c docs: change report issue link (#10160) 2024-11-19 15:54:16 +02:00
Shahed Nasser 156494c646 docs: fix provider ID in payment's webhook URL (#10157) 2024-11-19 15:29:34 +02:00
Shahed Nasser 3f4e6a168b docs: remove section on updating cart's customer (#10154)
* docs: add more clarification on updating a cart's customer

* remove section
2024-11-19 15:19:53 +02:00
Shahed Nasser 3b1463048a docs: fix error on collapsing prerequisites (#10153) 2024-11-19 13:35:47 +02:00
Shahed Nasser f5c580a661 docs: add missing prerequisite in stripe's storefront integration (#10097) 2024-11-18 09:52:00 +02:00
Shahed Nasser b0c6efa98b docs: fix copy in code blocks with tabs (#10123)
* docs: fix copy in code blocks with tabs

* fix lint error
2024-11-15 18:59:46 +02:00
Shahed Nasser 1fb2998620 docs: document nested UI routes (#10104)
* docs: document nested UI routes

* address PR feedback
2024-11-15 18:54:33 +02:00
Shahed Nasser 12e8405cca docs: add note about using dates in workflows (#10107) 2024-11-15 18:42:56 +02:00
Shahed Nasser 79a3dc1e82 docs: update admin injection zones list (#10103) 2024-11-14 18:14:16 +02:00
Shahed Nasser 9c39cf69fb docs: add guide on how to translate admin (#10095)
* docs: add guide on how to translate admin

* added a link from the main docs
2024-11-14 17:17:01 +02:00
Shahed Nasser 273960f6e3 docs: fix client error for learning path (#10102) 2024-11-14 16:53:24 +02:00
Shahed Nasser af66ac58cc docs: add missing import in digital product recipe (#10094) 2024-11-14 16:41:14 +02:00
Shahed Nasser 0ea57659e8 docs: improv version detection + fix breadcrumbs (#10083) 2024-11-13 18:20:05 +02:00
Shahed Nasser c054f47872 docs-utils: make reference table of content in alphabetical order (#10084) 2024-11-13 18:10:20 +02:00
Shahed Nasser 662b096a46 docs: fix oneOf design hiding more than three items (#10077)
* docs: fix oneOf design hiding more than three items

* fix lint errors

* fix eslint
2024-11-13 17:41:49 +02:00
Shahed Nasser 938f3bd934 docs: update to next 15 + eslint 9 (#9839)
* update next

* updated react

* update eslint

* finish updating eslint

* fix content lint errors

* fix docs test

* fix vale action

* fix installation errors
2024-11-13 17:03:17 +02:00
Shahed Nasser 6f7467f071 docs: added + updated build and deployment guides (#10019) 2024-11-13 14:44:36 +02:00