Shahed Nasser
ac989a6ed1
moved configurations page
2025-03-11 10:59:29 +02:00
Shahed Nasser
87b041800a
fixes + added new sidebars
2025-03-10 08:33:21 +02:00
Shahed Nasser
c29a709dd1
docs: changes for next release ( #11708 )
...
* docs: changes for next release
* small fixes
* fix lint error
* small fix
2025-03-04 15:23:50 +02:00
Shahed Nasser
40a9cffb34
docs: add more clarification to reset password in API reference ( #11695 )
2025-03-03 18:09:03 +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
4250c292eb
docs: fix authentication callback descriptions to include all query parameters ( #10932 )
2025-01-13 15:12:06 +02:00
Shahed Nasser
44706ef03b
docs: add workflow and js sdk reference pages for commerce modules ( #10898 )
...
* docs: add workflow and js sdk reference pages for commerce modules
* resolve build errors
2025-01-09 18:19:40 +02:00
Shahed Nasser
60fd1cbc6c
docs: document dependencies for auth provider ( #10865 )
...
* docs: document dependencies for auth provider
* fixes
* document overriding callback url
2025-01-07 16:42:45 +02:00
Shahed Nasser
f8c20e5ee4
docs: document registering user with existing email ( #10859 )
2025-01-07 12:39:16 +02:00
Shahed Nasser
ebca8fed28
docs: revise commerce modules overview pages ( #10738 )
...
* revise API Key Module overview
* revise auth module
* support ref sidebar items
* remove examples
* revise cart module
* revise currency
* revise customer module
* revise fulfillment module
* revise inventory module
* revise order module
* revise payment
* revise pricing module
* revise product module
* revise promotion module
* revise region module
* revise sales channel module
* revise stock location module
* revise store module
* revise tax module
* revise user module
* lint content + fix snippets
2024-12-26 10:32:16 +02:00
Shahed Nasser
041baafd38
docs: split admin widget zone to pages ( #10719 )
2024-12-24 12:29:41 +02:00
Shahed Nasser
fd1afa8bc9
docs: split events reference across modules ( #10711 )
...
* docs: split events reference across modules
* add lint exceptions
2024-12-24 09:54:51 +02:00
Shahed Nasser
3409953c4f
docs: use tooling convention across docs ( #10512 )
2024-12-09 19:15:29 +02:00
Shahed Nasser
f4b45b8080
docs: fix imports across docs
2024-12-09 15:10:38 +02:00
Shahed Nasser
0ae98c51eb
docs: revise main docs outline ( #10502 )
2024-12-09 13:54:42 +02: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
Simone Renesto
edc53495fd
docs: fix updateProvider edit user's password example ( #10253 )
...
#10251
2024-11-26 09:54:18 +00: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
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
868b1c190f
docs: change useRemoteQueryStep to useQueryGraphStep ( #10051 )
...
* docs: change useRemoteQueryStep to useQueryGraphStep
* fix lint errors
2024-11-13 11:00:55 +02:00
Shahed Nasser
0a37675f0e
docs: add routing page ( #9550 )
...
- Add a new homepage to `book` project for the routing page
- Move all main doc pages to be under `/v2/learn` (and added redirects + fixed links across docs)
- Other: add admin components to resources dropdown + fixes to search on mobile.
Closes DX-955
Preview: https://docs-v2-git-docs-router-page-medusajs.vercel.app/v2
2024-10-18 08:24:34 +00:00
Shahed Nasser
eed88c95ec
docs: improved commerce modules [5/5] ( #9592 )
...
- Improve remaining commerce modules
- Other: add a note about using methods of the modules' main services.
2024-10-16 10:25:21 +00:00
Shahed Nasser
6efb5897dc
docs: fix package names in module registration ( #9590 )
...
* docs: fix package names in module registration
* update references
2024-10-16 09:05:07 +02:00
Shahed Nasser
b6df24463d
docs: updates for breaking changes ( #9558 )
...
- Update modules registration
- Update `medusa-config.js` to `medusa-config.ts`
- Update the out directory in the admin deployment guide
- Update logger imports
- Other fixes
Note: will need to re-generate references afterwards
Closes #9548
2024-10-14 10:40:30 +00:00
Shahed Nasser
69b9e73be7
docs: improve commerce modules [1/n] ( #9498 )
...
Improve and add docs for API Key, Auth, and Cart Modules
[1/n]
2024-10-11 15:19:13 +00:00
Zaid Rashid
0058338d40
docs: Fix link to the correct AuthIdentity model's page ( #9519 )
...
I think there is a bug on the link to the `AuthIdentity ` model's page. The page containing the issue can be found [here](https://docs.medusajs.com/v2/resources/commerce-modules/auth/auth-identity-and-actor-types#what-is-an-auth-identity )
2024-10-10 14:41:19 +00:00
Shahed Nasser
781d0ca624
docs: added docs for reset password ( #9306 )
...
- Added to docs on implementing auth flows using the module and API routes how to update a user's password
- Added guide on how to send a notification when a password token is generated
- Added a guide on implementing reset password flow in storefront
- Added OAS for the `/update` and `/reset-password` routes + generated specs for the API reference
2024-10-07 08:04:01 +00:00
Shahed Nasser
00a51b59b1
docs: update imports of middlewares and http types ( #9440 )
2024-10-03 15:56:58 +00:00
Shahed Nasser
2e16949979
docs: update imports and package names across docs ( #9375 )
...
* docs: update imports and package names across docs
+ reference configs
* generate files
* fix import
* change preview to rc
2024-10-01 11:03:42 +02:00
Shahed Nasser
8d3fb7fb2b
docs: use require instead of import in medusa-config.js ( #9102 )
...
Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com >
2024-09-16 19:34:00 +02:00
Shahed Nasser
8584031041
docs: replace ModuleRegistrationName with Modules ( #9142 )
2024-09-16 15:30:03 +03:00
Shahed Nasser
1eccf394df
docs: added docs for deleting user of actor type ( #9104 )
...
- Added to general guide on creating actor type how to delete its user later.
- Added to restaurant delivery recipe how to delete a restaurant admin
2024-09-13 07:17:36 +00:00
Shahed Nasser
4b663a4559
docs: document events reference ( #9080 )
...
- Remove old hidden reference files that document modules' events
- Add new events reference for workflow events
- Reference events reference in the main docs
2024-09-10 12:20:09 +00:00
Shahed Nasser
3eb2387746
docs: fix pricing query params in storefront guide + modules restructure ( #9021 )
...
- Fix pricing query params previously using `customer_group_id` and `customer_id` as expected / accepted queries and update information around them
- Other: reorganize the introduction page of each module to show how to use it at the very beginning.
2024-09-09 06:43:43 +00:00
Shahed Nasser
a28c911c24
docs: update auth docs + add new storefront guides ( #9020 )
...
* docs: update auth docs + add new storefront guides
* lint content
* fix vale error
* add callback response schema
* Update www/apps/resources/app/commerce-modules/auth/auth-providers/github/page.mdx
Co-authored-by: Stevche Radevski <sradevski@live.com >
* Update www/apps/resources/app/commerce-modules/auth/auth-providers/github/page.mdx
Co-authored-by: Stevche Radevski <sradevski@live.com >
* Update www/apps/resources/app/commerce-modules/auth/authentication-route/page.mdx
Co-authored-by: Stevche Radevski <sradevski@live.com >
* address PR comments
* replace google -> github
* better explanation for refresh token
---------
Co-authored-by: Stevche Radevski <sradevski@live.com >
2024-09-06 15:26:10 +03:00
Shahed Nasser
c8f951dd89
docs: fixes and improvements to auth flow documentation ( #8909 )
2024-08-30 20:14:16 +03:00
Shahed Nasser
0c4f4c8a11
docs: updates following authentication flow changes ( #8706 )
...
* docs: updates following authentication flow changes
* generate sidebar
* added open api specs
* fix up OAS
* changes to existing pages
* change sidebar items
* update marketplace recipe
2024-08-27 15:47:39 +03:00
Shahed Nasser
b8ba020cd5
docs: redesign tables ( #8653 )
...
* docs: redesign tables
* fixes
2024-08-20 14:47:36 +02:00
Viktor Bakurin
be8afcaa63
docs: fix ModuleRegistrationName import ( #8434 )
...
Closes #8433
2024-08-05 07:24:27 +00:00
Shahed Nasser
6f973d9f2b
docs: added workflow hooks docs + changed workflow response ( #8364 )
...
* docs: added workflow hooks docs + changed workflow response
* Update page.mdx
2024-07-31 17:01:33 +03:00
Shahed Nasser
eb64ae75a6
docs: update middlewares to use defineMiddlewares ( #8283 )
2024-07-25 17:14:06 +02:00
Shahed Nasser
b1964a0384
docs: remove type arguments passed to createWorkflow ( #8161 )
2024-07-17 13:19:51 +01:00
Shahed Nasser
964927b597
docs: general fixes and improvements ( #7918 )
...
* docs improvements and changes
* updated module definition
* modules + dml changes
* fix build
* fix vale error
* fix lint errors
* fixes to stripe docs
* fix condition
* fix condition
* fix module defintion
* fix checkout
* disable UI action
* change oas preview action
* flatten provider module options
* fix lint errors
* add module link docs
* pr comments fixes
* fix vale error
* change node engine version
* links -> linkable
* add note about database name
* small fixes
* link fixes
* fix response code in api reference
* added migrations step
2024-07-04 17:26:03 +03:00
Shahed Nasser
6713d76db3
docs: prepare configuration ( #7877 )
...
* update configuration
* resolve todos + remove events guides
* disable v2 docs in v1 navbar
* remove v2 from v1 mobile sidebar
* resolve build errors
* fix build errors
* fix lint errors
* fix lint
2024-07-03 19:27:13 +03:00
Carlos R. L. Rodrigues
a7844efd09
chore: move ModuleRegistrationName to utils ( #7911 )
2024-07-03 06:30:56 -03:00
Shahed Nasser
6cb28eedf7
docs: document composite indices + primary key changes ( #7902 )
2024-07-02 12:34:44 +03:00
Shahed Nasser
1842cd33cf
docs: rename provider module to module provider ( #7869 )
...
* docs: rename provider module to module provider
* fix vale rule
* vale fixes
2024-07-01 10:21:19 +03:00
Shahed Nasser
0462cc5acf
docs: updates to use DML and other changes ( #7834 )
...
- Change existing data model guides and add new ones for DML
- Change module's docs around service factory + remove guides that are now necessary
- Hide/remove all mentions of module relationships, or label them as coming soon.
- Change all data model creation snippets to use DML
- use `property` instead of `field` when referring to a data model's properties.
- Fix all snippets in commerce module guides to use new method suffix (no more main model methods)
- Rework recipes, removing/hiding a lot of sections as a lot of recipes are incomplete with the current state of DML.
### Other changes
- Highlight fixes in some guides
- Remove feature flags guide
- Fix code block styles when there are no line numbers.
### Upcoming changes in other PRs
- Re-generate commerce module references (for the updates in the method names)
- Ensure that the data model references are generated correctly for models using DML.
- (probably at a very later point) revisit recipes
2024-06-26 07:55:59 +00:00
Shahed Nasser
c1db40b564
docs: added customer storefront guides ( #7685 )
...
* added customer guides
* fixes to sidebar
* remove old customer registration guide
* fix build error
* generate files
* run linter
2024-06-13 12:21:54 +03:00
Shahed Nasser
e472aed00f
docs: new + improved auth documentation pages ( #7529 )
...
* added and improved auth docs
* add prep to generates resources action
* add module options to sidebar
* fix broken link
2024-06-09 15:18:29 +02:00