Shahed Nasser
e09b2a4db5
docs: support version in events reference ( #12422 )
...
* docs: support version in events reference
* remove changes in events output
* remove events emitted in comments
* remove customer updated event
* check for emitEventStep usage
* fixes
2025-05-09 14:34:15 +03:00
Shahed Nasser
28285f309a
docs: updates to middlewares and protected API routes + new chapter ( #12419 )
2025-05-09 12:06:34 +03:00
Shahed Nasser
c2914f2ebd
chore: update Medusa UI packages in docs on new release ( #12415 )
2025-05-08 18:01:45 +03:00
Shahed Nasser
b626832225
docs: add class for header wrapper + keywords for payment guide ( #12414 )
2025-05-08 17:43:35 +03:00
Shahed Nasser
0af6e1f212
docs: add support for keywords in references ( #12413 )
2025-05-08 16:40:17 +03:00
Shahed Nasser
41f46b7723
docs: generate references after adding copy subscriber button ( #12407 )
...
* docs: generate references after adding copy subscriber button
* re-generate
2025-05-08 13:56:22 +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
a3bdb3e383
docs: generate OAS with events ( #12394 )
...
* docs: generate OAS with events
* small change
2025-05-07 14:57:03 +03:00
Shahed Nasser
262064fe96
docs: show events emitted in an API route in the API reference ( #12392 )
...
* docs: show events emitted in an API route in the API reference
* fix build error
* support version tag
* add missing property
2025-05-07 14:56:54 +03:00
Shahed Nasser
405ee7f7f3
docs: update import user guide text + add diagram in brand module guide ( #12385 )
2025-05-06 19:56:14 +03:00
Shahed Nasser
97dd520c64
docs: generate event references ( #12378 )
2025-05-06 16:59:30 +03:00
Shahed Nasser
ecf3556589
docs-util: add events to workflows reference ( #12376 )
2025-05-06 16:04:12 +03:00
Shahed Nasser
ea6faa8c82
docs: add missing details for tiered pricing ( #12374 )
...
* docs: add missing details for tiered pricing
* adjustments
2025-05-06 14:44:50 +03:00
Shahed Nasser
94b7ee99b7
docs: add troubleshooting for index.html error ( #12365 )
2025-05-05 19:26:36 +03:00
Shahed Nasser
f25a4a5e34
docs: add script to catch bad redirects ( #12361 )
...
* docs: add script to catch bad redirects
* add missing dependency
2025-05-05 12:49:05 +03:00
Shahed Nasser
c35e9e5104
docs: fix local links in UI docs ( #12359 )
2025-05-05 11:50:01 +03:00
Shahed Nasser
47772b7593
docs: fix redirect on infrastructural modules ( #12358 )
...
* docs: fix redirect on infrastructural modules
* fix image
2025-05-05 11:37:31 +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
Shahed Nasser
4a9ac0d4be
docs: localization with contentful guide ( #12202 )
2025-04-30 13:27:31 +03: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
f4fba0986c
docs: fix incorrect note usage in some workflow references ( #12317 )
2025-04-29 10:49:28 +03:00
Shahed Nasser
c1e6b81972
docs: improve installation documentation with diagrams ( #12312 )
2025-04-28 19:43:28 +03:00
LennarX
f31013104b
docs(algolia): rename instructed filename to fit ( #12300 )
...
The instructed filename now is the same as in the code-block below (`algolia-sync.ts`) and the instructions don't have naming conflicts (see next step which is instructing to create a file named `product-sync.ts`).
2025-04-28 19:19:06 +03:00
Shahed Nasser
56ded19bf9
docs: fix module name in product review guide ( #12310 )
2025-04-28 19:17:10 +03:00
Shahed Nasser
3c967e6753
docs: fix troubleshooting page ( #12305 )
2025-04-28 10:49:49 +03:00
Shahed Nasser
43d282da8b
docs: general improvements and additions ( #12296 )
2025-04-25 19:00:45 +03:00
Alexander Lindkjær
e2a7dbb61b
Update 6.3. Using TypeScript Aliases - Alias should run after build, not before ( #12272 )
...
https://docs.medusajs.com/learn/configurations/ts-aliases
`npm run resolve:aliases` should run after `medusa build` to change out the aliases in the build output.
So instead of the current guide
`"build": "npm run resolve:aliases && medusa build"`
I should be
`"build": "medusa build && npm run resolve:aliases"`
2025-04-25 15:26:06 +00:00
Shahed Nasser
cb92217d03
docs: improve resend guide ( #12293 )
...
* docs: improve resend guide
* fix lint error
* more improvements
2025-04-25 12:42:09 +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
35d7c143ea
docs: improve documetation around error handling in workflows ( #12288 )
...
* docs: improve documetation around error handling in workflows
* regenerate
2025-04-24 18:41:28 +03:00
Shahed Nasser
8aed57d453
docs: add note to s3 guide ( #12289 )
2025-04-24 18:15:30 +03:00
Shahed Nasser
97daa5a41c
docs: clarify ISO format for province codes ( #12282 )
...
* docs: clarify ISO format for province codes
* regenerate
2025-04-24 15:44:35 +03:00
Shahed Nasser
4946b67152
docs: regenerate core-flows reference + OAS for draft order updates ( #12280 )
...
* docs: regenerate core-flows reference for updates in draft orders
* generate OAS
2025-04-24 12:01:46 +03:00
Shahed Nasser
7d498227d1
docs: fix core flows reference not generating ( #12274 )
2025-04-23 19:46:54 +03:00
Shahed Nasser
54bae210b8
docs: improve database operations docs + added data model repository reference ( #12273 )
...
* some changes
* docs: improve database operations docs + add data model repository reference
* regenerate
2025-04-23 19:22:50 +03:00
Shahed Nasser
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
github-actions[bot]
c7065fcd2b
chore(docs): Updated API Reference (automated) ( #12268 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com >
2025-04-23 08:50:17 +00:00
github-actions[bot]
acff7887a2
chore(docs): Generated References (automated) ( #12267 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-04-23 11:02:29 +03:00
Shahed Nasser
39523ba798
docs: fix badges and tables not showing in code tabs ( #12261 )
2025-04-23 09:59:08 +03:00
Shahed Nasser
dcb4788af9
docs: fix no lines code block example ( #12259 )
2025-04-22 19:03:44 +03:00
Shahed Nasser
567d7607cd
docs: added a section on loader execution ( #12260 )
2025-04-22 18:56:01 +03:00
Rick Gao
38710c116e
docs: Replace api_key_id with publishable_key_id ( #12242 )
...
<img width="1000" alt="image" src="https://github.com/user-attachments/assets/885395f0-0c74-4cf3-a39b-8d6d97ed0a9c " />
2025-04-21 13:32:03 +00:00
Ezequiel Schejtman
c8e8a39e6a
docs: Fix typo "documenation" in env vars page.mdx ( #12247 )
2025-04-21 07:18:05 +00:00
Shahed Nasser
a8a7af46a6
docs: fix revalidate cache guide ( #12243 )
2025-04-18 19:21:38 +03:00
Shahed Nasser
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 Nasser
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 Nasser
9167352778
docs: fix redirect infrastructure modules ( #12238 )
...
* docs: fix redirect infrastructure modules
* change middleware
2025-04-18 14:19:55 +03:00
Shahed Nasser
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