Shahed Nasser
a8118fa3c3
docs: ensure files are always sorted when generating llms-full.txt ( #12701 )
2025-06-10 19:24:00 +03:00
Shahed Nasser
d8b196d6b1
docs: remove databaseSchema configuration ( #12699 )
2025-06-10 17:00:14 +03:00
github-actions[bot]
e4f791ac84
chore(docs): Generated + Updated UI Reference (automated) ( #12671 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-06-10 09:31:13 +03:00
Shahed Nasser
7e1720279d
docs: add an example of injecting dependencies in module providers ( #12663 )
2025-06-03 10:46:49 +02:00
Shahed Nasser
7e1d880915
docs: fix log levels list ( #12648 )
2025-05-30 17:20:51 +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
820965e21a
fix(analytics): fix type of provider option ( #12642 )
2025-05-29 14:02:07 +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
52eebcee6f
docs: added segment guide ( #12616 )
...
* docs: added segment guide
* updates to segment guide
* generate
* remove og image
2025-05-28 13:18:48 +03:00
Shahed Nasser
9b3218885c
docs: redesign search ( #12628 )
...
* docs: redesign search
* add shadow in dark mode
2025-05-28 10:01:04 +03:00
Shahed Nasser
41c29ffadd
docs: phone authentication + otp guide ( #12544 )
...
* initial
* docs: phone authentication guide
* small fix
* Twilio SMS -> Twilio
* vale fix
* fix
* fix to auth sidebar
* fixes
* generate
2025-05-27 12:01:04 +03:00
Ammar Abbas
fda885bb2b
docs: add missing equal sign for DATABASE_URL in env example ( #12620 )
...
The DATABASE_URL variable in the .env file examples was missing an equal sign, preventing it from parsing correctly. This fix ensures the environment variable is properly loaded and available during application runtime.
2025-05-27 07:16:51 +00:00
Shahed Nasser
730cac0ed2
docs: add setup details to contribution guidelines ( #12619 )
2025-05-26 19:30:17 +03:00
Shahed Nasser
e7cf2219b6
docs: document using env vars in plugins ( #12618 )
2025-05-26 18:50:05 +03:00
github-actions[bot]
1e7ce4af10
chore(docs): Generated + Updated UI Reference (automated) ( #12579 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2025-05-22 16:55:33 +03:00
Shahed Nasser
04e0b43ed8
docs: document analytics module ( #12563 )
2025-05-22 15:05:04 +03:00
Shahed Nasser
bc965eb6aa
docs: improve module isolation chapter ( #12565 )
...
* docs: improve module isolation chapter
* add note about loaders running with migrations
2025-05-21 18:57:28 +03:00
Aditya Erlangga Wibowo
22687d694e
Fix: Incorrect Example File Name in Subscriber Section ( #12560 )
...
Solving issue [#12559 ](https://github.com/medusajs/medusa/issues/12559 ) this PR corrects the example file name provided in the Events and Subscribers section of the documentation. Previously, the guide instructed users to create a file at:
_`src/subscribers/order-placed.ts`_
However, the appropriate file name should be:
_`src/subscribers/product-created.ts`_
This fix aligns the documentation with the actual subscriber example, ensuring clarity and preventing confusion for developers following the guide.
<img width="1497" alt="subscriber-wrong-file-name" src="https://github.com/user-attachments/assets/23320e3d-75ee-4df9-9a9c-5b77edfe08ff " />
Changes
Updated the incorrect file name in the Subscriber section example from order-placed.ts to product_created.ts.
Review
@shahednasser – kindly review when you get the chance. Thanks!
2025-05-21 14:54:43 +00:00
coded
13f29e5ca3
chore(docs): Update npm command ( #12547 )
...
`npm run install` in the first place is not a valid command, `yarn run install` will also be fixed by this change as we are using **npm-to-yarn** package for its conversion (tested).
`yarn run start` is a valid command, i know `yarn start` is a **short-hand** but i cant help here as we have't hardcoded it in the docs its being converted through the same package mentioned above, anyways both are valid so should be fine ig.
2025-05-21 06:58:33 +00:00
Shahed Nasser
07ecb8595a
docs: added re-order guide ( #12363 )
...
* docs: added re-order guide
* reiteration to intro
* adjustment to title
* fix vale error
* generate
* fix vale
2025-05-20 13:10:31 +03:00
Shahed Nasser
2ced969396
docs: change recipes on homepage ( #12520 )
...
* docs: changed recipes on homepage
* export icon
2025-05-19 10:05:57 +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
github-actions[bot]
251a063a2f
chore(docs): Generated + Updated UI Reference (automated) ( #12510 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-05-16 13:20:54 +03:00
Shahed Nasser
04acc5d219
docs: update examples in sendgrid guide ( #12504 )
...
* initial
* docs: update examples in sendgrid guide
* add note for local file module
2025-05-15 19:13:15 +03:00
Shahed Nasser
22cdcedddc
docs: improve payment related guides ( #12502 )
...
* improve guide
* update guides
* small change
2025-05-15 18:40:21 +03:00
github-actions[bot]
d3d138bad3
chore(docs): Generated + Updated UI Reference (automated) ( #12491 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-05-15 11:27:28 +03:00
Shahed Nasser
e60d15ea84
docs: fix client side error in references ( #12475 )
2025-05-14 10:18:37 +03:00
Shahed Nasser
d34b4646de
docs: update read-only links ( #12468 )
2025-05-13 19:12:32 +03:00
github-actions[bot]
a4ffc0b2ee
chore(docs): Generated + Updated UI Reference (automated) ( #12459 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2025-05-13 16:10:08 +03:00
Shahed Nasser
76bc21ff25
docs: tax provider updates for next release ( #12431 )
...
* docs: tax provider updates for next release
* change images
* fix vale error
* fix vale errors
* generate
2025-05-13 14:13:17 +03:00
Shahed Nasser
c7b8140cb0
docs: added saved payment methods with Stripe tutorial ( #12257 )
...
* docs: added saved payment methods with Stripe tutorial
* fix vale error + lint
* generate
2025-05-13 11:56:12 +03:00
Victor Wilson
728c350c0d
Update page.mdx to correct "th" to "the" ( #12446 )
...
The first paragraph is missing an "e" in its first "the". I added that.
2025-05-12 16:34:06 +00: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
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
405ee7f7f3
docs: update import user guide text + add diagram in brand module guide ( #12385 )
2025-05-06 19:56:14 +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
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
Shahed Nasser
4a9ac0d4be
docs: localization with contentful guide ( #12202 )
2025-04-30 13:27:31 +03:00
Shahed Nasser
c1e6b81972
docs: improve installation documentation with diagrams ( #12312 )
2025-04-28 19:43:28 +03:00
Shahed Nasser
56ded19bf9
docs: fix module name in product review guide ( #12310 )
2025-04-28 19:17:10 +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