Shahed Nasser
cdc1da5df7
docs: added documentation pages for experimental features ( #5671 )
...
* docs: added documentation pages for experimental features
* fix content lint issues
* fixed lint errors
* added migration step
* added workflows introduction
* add installation guides
* added installation guides for modules + generated workflows reference
* added missing workflows reference link
* Added warning message for experimental features
* fix note
2023-11-27 16:49:12 +00:00
Shahed Nasser
547b16ead5
docs: fix code block titles ( #5733 )
...
* docs: fix code block titles
* remove console
* fix build error
2023-11-27 16:08:10 +00:00
github-actions[bot]
faa528159d
chore(docs): Removed Docs Announcement Bar (automated) ( #5721 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com >
2023-11-27 09:34:34 +00:00
Shahed Nasser
a2f42d1d1c
docs: update Next.js starter main image ( #5702 )
2023-11-23 18:28:36 +00:00
Shahed Nasser
180b595afb
docs: added a new document for available languages ( #5667 )
...
- Add a new documentation page for available languages.
- Refer to the new page from other pages.
2023-11-23 10:54:17 +00:00
Omar Hawwash
4fbe02b299
docs: updated medusa develop command ( #5698 )
2023-11-23 09:52:45 +00:00
Shahed Nasser
2850e9a772
docs: redesigned admonitions ( #5689 )
2023-11-22 17:07:29 +00:00
Shahed Nasser
00d59e28e9
docs: redesign tabs ( #5687 )
...
* redesigned tabs
* design fixes
2023-11-22 16:01:51 +00:00
Shahed Nasser
9c7ac7332a
docs: added migration action to upgrade guide ( #5669 )
2023-11-21 14:46:22 +00:00
github-actions[bot]
2b9e8bda5e
chore(docs): Generated References ( #5666 )
...
Generated the following references:
- `entities`
- `js-client`
- `pricing`
- `services`
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com >
2023-11-21 12:36:09 +00:00
Nicklas Gellner
4774b8ff3a
Add missing link to admin-guide on translations ( #5665 )
...
Added missing link. @shahednasser can see you often use markdown references for other links, let me know if you prefer my submissions to be in similar format.
2023-11-21 11:56:48 +00:00
github-actions[bot]
73799d4e9e
chore(docs): Generated API Reference ( #5662 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2023-11-21 10:45:38 +00:00
github-actions[bot]
d3e8efd573
chore(docs): Generated Docs Announcement Bar (automated) ( #5661 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2023-11-21 09:18:07 +00:00
Shahed Nasser
9c7f95c3d5
docs: documentation for v1.18 ( #5652 )
...
* docs: documentation for v.17.5
* fix links
* updated version number
2023-11-21 08:57:11 +00:00
Shahed Nasser
c51dce164d
docs: general fixes to references ( #5653 )
...
* fixed typedoc plugin's escape strategy
* move props comments to the associated property
* regenerate references
2023-11-17 19:36:58 +02:00
Bastien
b3093c3e3d
feat(medusa): Add metadata to Product Category ( #5599 )
...
* ✨ feat(migrations): add metadata column to product_category table in database to store additional information about each product category
* ✨ feat(product-category.ts): add metadata field to ProductCategory model to store additional details
📝 docs(product-category.ts): add documentation for new metadata field in ProductCategory model
* ✨ feat(product-category.ts): add metadata field to ProductCategoryInput type to support additional data
* ✨ feat(ProductCategory.ts): add optional metadata field to ProductCategory model to store additional details
* ✨ feat(product-categories): add metadata field to product categories for additional information storage
📝 docs(product-categories): add documentation for new metadata field in product categories
* ✨ feat(product-categories): add 'metadata' field to default and allowed product category fields for enhanced data tracking
* ✨ feat(product-category.ts): add metadata support to product categories
🔧 refactor(product-category.ts): import setMetadata from utils to handle metadata setting in a more efficient way
* ✨ feat(models): add metadata field to AdminPostProductCategoriesCategoryReq and AdminPostProductCategoriesReq models to store additional information
* 📝 docs(api-reference): add metadata field to ProductCategory schema in both admin and store specs
🔧 fix(api-reference): make metadata field required in ProductCategory schema to ensure data consistency
* Create nine-fishes-matter.md
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-11-16 20:37:02 +01:00
Kasper Fabricius Kristensen
a67a8e7e90
fix(ui): Fixed CodeBlock line number width ( #5640 )
...
**What**
- Fixes the width of lineNumbers in the CodeBlock component according to the widest number.
- Introduces a new prop on snippets that allows users to hide the copy button. Also updated docs to reflect this.
Before:

After:
<img width="742" alt="image" src="https://github.com/medusajs/medusa/assets/45367945/5ce845f7-b8c7-411c-abfb-fa03448aeb1a ">
Closes #5639
2023-11-16 10:50:04 +00:00
Shahed Nasser
95aa5a2d28
docs: generate inventory and stock location references ( #5645 )
2023-11-16 11:10:23 +02:00
github-actions[bot]
ecabd38b07
chore(docs): Removed Docs Announcement Bar (automated) ( #5644 )
...
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com >
2023-11-16 10:13:55 +02:00
Kasper Fabricius Kristensen
a2a45b6fef
fix: minor fixes to IconButton and Button documentation ( #5636 )
...
**What**
- Updates example on IconButton page so it no longer uses IconBadge
- Removes the "small" size from Button props as it no longer exists.
2023-11-15 15:53:05 +00:00
Shahed Nasser
edeec07466
docs: added troubleshooting for postgres docker container ( #5629 )
...
* docs: added troubleshooting for postgres docker container
* fix component name
2023-11-14 12:27:38 +02:00
Shahed Nasser
c6dff873de
docs: update docusaurus to v3 ( #5625 )
...
* update dependencies
* update onboarding mdx
* fixes for mdx issues
* fixes for mdx compatibility
* resolve mdx errors
* fixes in reference
* fix check errors
* revert change in vale action
* fix node version in action
* fix summary in markdown
2023-11-13 20:11:50 +02:00
Shahed Nasser
c7b8d060d7
docs: add note about ttl in redis cache module ( #5617 )
2023-11-13 10:42:52 +02:00
github-actions[bot]
39649b3552
chore(docs): Generated References ( #5602 )
...
Generated the following references:
- `pricing`
- `product`
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com >
2023-11-10 17:31:02 +00:00
github-actions[bot]
5f4317b9d7
chore(docs): Generated Docs Announcement Bar (automated) ( #5600 )
...
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 >
2023-11-10 12:56:46 +00:00
github-actions[bot]
01d4047976
chore(docs): Generated API Reference ( #5601 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2023-11-10 14:27:17 +02:00
Oli Juhl
02e2ee4e8a
docs: cache-redis breaking changes ( #5590 )
...
* docs: cache-redis breaking changes
* remove section
2023-11-10 11:00:22 +01:00
Shahed Nasser
d4b8a89e66
docs: updated API Routes and Middlewares docs ( #5588 )
...
* docs: updated API Routes and Middlewares docs
* fix eslint errors
2023-11-10 11:00:08 +01:00
Shahed Nasser
3781ac4631
docs: added troubleshooting guide for promise.all ( #5586 )
...
* docs: added troubleshooting guide for promise.all
* fix eslint errors
2023-11-10 10:59:52 +01:00
Shahed Nasser
d74df4878f
docs: fix expandable link in ParameterType ( #5595 )
2023-11-09 21:20:54 +02:00
github-actions[bot]
f35fcb810f
chore(docs): Generated References ( #5593 )
...
* chore(docs): Generated References (automated)
* fix sidebar and links
* removed reflection path section
---------
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com >
Co-authored-by: Shahed nasser <shahednasser@gmail.com >
2023-11-09 20:23:25 +02:00
Shahed Nasser
91615f9c45
chore: improve JS Client TSDoc comments ( #5582 )
...
* add oas schema to tsdoc parser
* add tsdoc (part 1)
* Finished tsdoc in js client
* general fixes
* added tsdoc in core medusa package
* parse schema tags in model files
* added maxlevel option
* added more tsdoc
* added tsdoc in core
* added TSDoc in core package
* generated client types
* support featureFlag and expandable tags
* added support for resource feature flag note
* fix api ignore plugin
* added eslint plugin
* support feature flag and expandable badges
* adjusted overview page + generated reference
* revert generated files
* added changeset
* add details about new typedoc options
* fix broken link
2023-11-09 12:51:17 +02:00
github-actions[bot]
71853eafdd
chore(docs): Removed Docs Announcement Bar (automated) ( #5574 )
...
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com >
2023-11-07 10:20:13 +02:00
Nick Miller
e4157875b5
docs(create tax provider): tax line code required ( #5540 )
...
While I was developing a custom tax provider, I ran into a pretty frustrating issue related to multiple tax lines and incorrect / unexpected tax total calculations. I outlined the issue in discord, before finding the solution: https://discord.com/channels/876835651130097704/1169705457804398662
After some digging, I found this issue from a while back: https://github.com/medusajs/medusa/pull/1262 , where it states there is now a unique constraint on `item_id, code` and `shipping_method_id, code`. But, in the current documentation for creating a custom tax provider, it states these fields as part of the tax line items returned are optional.
If these `code` values are left out, it can cause tax lines to be applied multiple times (as seen here as well: https://github.com/medusajs/medusa/issues/1901 )
I'm not entirely sure how this should be phrased in the documentation, so I just wanted to get this up and on your radar for resolution. If it ends up being that `code` truly should not be optional, I suspect some type definitions would need to change as well?
2023-11-06 17:12:56 +00:00
Shahed Nasser
2576a0fd23
docs(api-reference): added local server to list of servers ( #5572 )
...
* docs(api-reference): added local server to list of servers
* fix publishable api key route
2023-11-06 17:30:56 +02:00
Shahed Nasser
0c9216c225
docs: add missing mime_type in digital products recipe ( #5569 )
...
* docs: add missing mime_type in digital products recipe
* fix lint error
2023-11-06 14:35:23 +02:00
Stefanos Chalkidis
57c3a24ad3
docs(create-events-module): fixed typos ( #5524 )
2023-11-02 18:19:25 +00:00
Stefanos Chalkidis
febbf398ef
docs(create-scheduled-job): rewrote sentence ( #5525 )
2023-11-02 17:36:10 +00:00
github-actions[bot]
aa2bb7a31b
chore(docs): Generated References ( #5516 )
...
Generated the following references:
- `js-client`
- `pricing`
- `services`
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com >
2023-11-02 09:16:47 +00:00
github-actions[bot]
6060b88360
chore(docs): Generated Docs Announcement Bar (automated) ( #5515 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2023-11-01 08:45:15 +01:00
Shahed Nasser
c1b97050ab
feat(medusa-oas-cli,oas-github-ci): new options + added download of OAS in api reference ( #5453 )
2023-10-31 08:05:48 +01:00
Shahed Nasser
7f9c4dea66
docs: improve UX of recipe learning path ( #5477 )
...
* docs: improve UX of recipe learning path
* fix icon colors
2023-10-26 16:05:17 +03:00
Shahed Nasser
8bb8eb530b
docs: added documentation for logging ( #5469 )
2023-10-25 12:49:37 +03:00
github-actions[bot]
db8a2f80a3
chore(docs): Removed Docs Announcement Bar (automated) ( #5466 )
...
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com >
2023-10-25 10:06:59 +03:00
Shahed Nasser
0eb56519e9
docs: improved create-medusa-app structure ( #5458 )
2023-10-24 18:29:05 +03:00
Shahed Nasser
c67d490db3
chore(oas): Fix OAS related to JWT authentication ( #5448 )
...
* chore(oas): Fix OAS related to JWT authentication
* generate openapi spec files
* remove L option in curl examples
2023-10-23 11:48:02 +03:00
Shahed Nasser
1a10822cae
docs: update override price selection strategy documentation ( #5438 )
...
* docs: update override price selection strategy documentation
* fix eslint errors
2023-10-20 20:17:45 +03:00
Shahed Nasser
8bc902fb0f
chore(oas): update order OAS schema to include new fields ( #5436 )
2023-10-20 18:34:26 +03:00
github-actions[bot]
0ffa48b07f
chore(docs): Generated Pricing Module Reference ( #5432 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com >
2023-10-20 12:08:59 +00:00
github-actions[bot]
39de54e2e8
chore(docs): Generated JS Client Reference ( #5434 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com >
2023-10-20 11:47:19 +00:00