Shahed Nasser
2682e2e324
docs: fix sidebar not updating when api reference path changes ( #8409 )
2024-08-05 13:20:53 +03:00
Shahed Nasser
8eb538ff8f
docs: added a section on sending requests to api routes in admin ( #8412 )
2024-08-05 13:20:34 +03:00
Shahed Nasser
e7965db071
docs: added a chapter on how to emit an event ( #8414 )
2024-08-05 11:39:47 +03:00
Shahed Nasser
bb4f002d0a
docs: fix node version in create-medusa-app reference ( #8443 )
...
* docs: fix node version in create-medusa-app reference
* change node version in cli reference
2024-08-05 11:10:55 +03:00
Viktor Bakurin
be8afcaa63
docs: fix ModuleRegistrationName import ( #8434 )
...
Closes #8433
2024-08-05 07:24:27 +00:00
Viktor Bakurin
8cb416e661
docs: fix deployment link ( #8431 )
...
Closes #8430
2024-08-05 07:24:05 +00:00
Viktor Bakurin
ec0a68ec88
docs: fix helloWorldLoader function definition ( #8429 )
...
- Make helloWorldLoader async to follow the type definition
Closes #8428
2024-08-05 07:23:49 +00:00
420coupe
a392b2be0c
Update page.mdx ( #8425 )
...
corrected example to use createNotifications vs create
2024-08-05 07:21:11 +00:00
github-actions[bot]
80e44576fc
chore(docs): Generated References ( #8440 )
...
Generated the following references:
- `product`
2024-08-05 06:52:39 +00:00
Shahed Nasser
4d99cd5e28
docs: fix recipes sidebar + homepage cards ( #8415 )
2024-08-02 16:31:17 +03:00
Shahed Nasser
58b405fac9
docs: added digital product recipe example ( #8223 )
...
- Added an example for the digital product recipe
- Fixes to the digital product recipe (overview)
Closes DOCS-792
2024-08-02 13:02:06 +00:00
Shahed Nasser
c4ff8c27f0
docs: added subscription recipe example ( #8148 )
...
* docs: added subscription recipe
* fixed lint errors
* pass context and container to workflow
* rename context
* fix storefront customizations
* remove container from object
* updates based on latest changes
* fix workflow return
* general fixes
2024-08-02 12:40:26 +03:00
github-actions[bot]
71f0d24359
chore(docs): Generated References ( #8400 )
...
Generated the following references:
- `api_key`
- `auth`
- `auth_provider`
- `cart`
- `currency`
- `customer`
- `dml`
- `file`
- `fulfillment`
- `fulfillment_provider`
- `inventory_next`
- `medusa`
- `modules`
- `modules_sdk`
- `notification`
- `order`
- `order_models`
- `payment`
- `payment_models`
- `payment_provider`
- `pricing`
- `product`
- `promotion`
- `region`
- `sales_channel`
- `stock_location_next`
- `store`
- `tax`
- `types`
- `user`
- `workflows`
2024-08-02 07:05:39 +00:00
Shahed Nasser
560b6c74a4
docs: add a documentation on calculating prices with taxes ( #8330 )
...
Add a documentation page on how to calculate a product's prices with taxes in the Product Module's docs.
Closes DOCS-832
2024-08-01 15:32:54 +00:00
github-actions[bot]
31ec4d0d71
chore(docs): Updated API Reference (v2) ( #8384 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
2024-08-01 07:43:40 +00:00
github-actions[bot]
66cc7cfc1f
chore(docs): Generated References ( #8383 )
...
Generated the following references:
- `helper_steps`
- `modules`
- `types`
- `workflows`
2024-08-01 07:04:13 +00:00
Shahed Nasser
22a629670b
docs: add sidebar item for helper reference + examples fix ( #8365 )
2024-07-31 17:28:42 +03: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
JayabharathiPalanisamy
838eb0e34a
Update page.mdx ( #8366 )
...
changed custom start command
2024-07-31 09:12:18 +00:00
github-actions[bot]
749e86b5d8
chore(docs): Updated API Reference (v2) ( #8361 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
2024-07-31 07:33:02 +00:00
github-actions[bot]
aac906f058
chore(docs): Generated References ( #8360 )
...
Generated the following references:
- `currency_models`
- `medusa_config`
- `region_models`
- `types`
2024-07-31 07:31:20 +00:00
Shahed Nasser
70d48a91b3
docs: added storefront guide on prices with taxes ( #8326 )
2024-07-30 12:52:21 +03:00
github-actions[bot]
a2a377c8ca
chore(docs): Updated API Reference (v2) ( #8345 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
2024-07-30 07:30:58 +00:00
github-actions[bot]
5389f7ca63
chore(docs): Generated References ( #8344 )
...
Generated the following references:
- `fulfillment`
- `medusa_config`
- `modules`
- `order`
- `order_models`
- `types`
- `workflows`
2024-07-30 07:29:34 +00:00
github-actions[bot]
cb33ec5cf1
chore(docs): Generated References (automated) ( #8317 )
...
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com >
2024-07-29 09:41:15 +02:00
github-actions[bot]
e40b4c6183
chore(docs): Generated API Reference (v2) ( #8318 )
...
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com >
2024-07-29 09:41:02 +02:00
Shahed Nasser
a4eab3f37a
docs: added a service factory reference ( #8292 )
...
Added a service factory reference of the generated methods and how to use them.
Since the types in the codebase are a bit complex, a generated reference won't provide a valuable result.
Instead, this reference is created manually and aims to cover common use cases, providing examples for them.
Closes DOCS-844
2024-07-26 14:40:56 +00:00
github-actions[bot]
c6d6e3eff4
chore(docs): Generated References ( #8289 )
...
Generated the following references:
- `fulfillment`
- `medusa_config`
- `modules`
- `order`
- `types`
2024-07-26 08:20:04 +00:00
Shahed Nasser
f3274a7c5b
docs: update deployment guides for storefront and admin ( #8279 )
...
Update the vercel deployment guides for next.js storefront and admin
Closes DOCS-840 and DOCS-841
2024-07-26 07:21:31 +00:00
Shahed Nasser
157fa3c80f
docs: remove js client and medusa react references ( #8270 )
2024-07-26 10:11:37 +03:00
Shahed Nasser
ebd290b531
docs: added guide on how to get product variant prices ( #8282 )
2024-07-26 10:09:41 +03:00
Shahed Nasser
eb64ae75a6
docs: update middlewares to use defineMiddlewares ( #8283 )
2024-07-25 17:14:06 +02:00
github-actions[bot]
13855e9167
chore(docs): Updated API Reference (v2) ( #8273 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
2024-07-25 07:02:12 +00:00
github-actions[bot]
9f6a9620c7
chore(docs): Generated References ( #8272 )
...
Generated the following references:
- `medusa`
- `modules`
- `order`
- `types`
2024-07-25 07:01:52 +00:00
Shahed Nasser
0c682b92c4
docs: updates to Medusa server deployment guides ( #8268 )
...
* updated railway deployment docs
* general updates and fixes
2024-07-25 09:55:22 +03:00
Shahed Nasser
0a482e972f
docs: added a section to introduction on using docs ( #8257 )
...
Add a section to the introduction page explaining the different sections of the V2 docs and how / when to use them.
2024-07-24 14:16:33 +00:00
Shahed Nasser
b615645952
docs: fix package names of event bus modules ( #8262 )
...
* docs: fix package names of event bus modules
* fix in config
2024-07-24 17:07:41 +03:00
Shahed Nasser
ccc99b48a0
docs: add 404 page ( #8260 )
2024-07-24 17:07:30 +03:00
Shahed Nasser
7a0941e997
docs: fix rewrites in sub-projects to prevent loop on 404 page ( #8255 )
2024-07-24 17:06:54 +03:00
github-actions[bot]
b08d867e8f
chore(docs): Generated API Reference (v2) ( #8252 )
...
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2024-07-24 09:16:25 +02:00
github-actions[bot]
b9b65b7abb
chore(docs): Generated References (automated) ( #8251 )
...
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2024-07-24 09:16:14 +02:00
Shahed Nasser
774d04da48
docs: fix information related to link directions ( #8236 )
...
* docs: fix keys passed to remoteLink.create and remoteLink.dismiss
* updated hello module name + clarified note
* added details about module link directions
* fix lint errors
2024-07-24 09:16:01 +02:00
Shahed Nasser
97f64a5cfe
docs: fix note about how method names are generated ( #8240 )
...
* docs: fix note about how method names are generated
* small fix
2024-07-23 18:28:34 +03:00
github-actions[bot]
1b61c9b309
chore(docs): Generated References (automated) ( #8229 )
...
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2024-07-23 13:51:36 +02:00
github-actions[bot]
d71b0bac36
chore(docs): Generated API Reference (v2) ( #8230 )
...
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2024-07-23 13:51:27 +02:00
Shahed Nasser
55b55b6a92
docs: updates and fixes to marketplace recipe example ( #8150 )
...
- Add compensation functions to workflows
- Use steps/workflows provided by Medusa instead of implementing the steps.
- Other fixes
PR in examples repo: https://github.com/medusajs/examples/pull/1 (might be easier to review)
2024-07-23 07:10:05 +00:00
Shahed Nasser
a2d08eb635
docs: document links sync command ( #8212 )
...
* docs: document links sync command
* small wording fix
* sentence fix
2024-07-22 13:17:53 +03:00
Shahed Nasser
f435c6c7f6
docs: fix fulfillment provider option name ( #8211 )
...
Change `name` option of a fulfillment module provider to `id`.
Closes DOCS-830
2024-07-22 07:17:15 +00:00
github-actions[bot]
c99cb5c0ca
chore(docs): Updated API Reference (v2) ( #8208 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
2024-07-22 07:10:08 +00:00
github-actions[bot]
9173dd4f5d
chore(docs): Generated References (automated) ( #8207 )
...
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com >
2024-07-22 08:58:57 +02:00