Shahed Nasser
f98bb7e2b4
docs: small fixes to marketplace recipe ( #8932 )
2024-09-02 15:39:58 +03:00
Shahed Nasser
2c034774f0
fix(medusa, types): fix more query types ( #8907 )
...
Fix issues / missing query types I didn't pick up in the previous PRs.
2024-09-02 07:25:05 +00:00
Shahed Nasser
a969223ada
oas: [5/n] Improve admin OAS ( #8898 )
...
Improve the OAS of admin API routes [5/n]
2024-09-02 07:08:47 +00:00
Shahed Nasser
bc7d17cea4
oas: [4/n] Improve admin OAS ( #8893 )
...
Improve the OAS of admin API routes [4/n]
2024-09-02 07:07:56 +00:00
Shahed Nasser
ba653692e1
oas: [6/n] Improve admin OAS ( #8901 )
2024-09-02 09:39:27 +03:00
Shahed Nasser
1f2ee24e1d
oas: [7/n] Improve admin OAS ( #8902 )
2024-09-02 09:39:14 +03:00
Shahed Nasser
0d24262bbe
docs: fix missing auth tag in api reference ( #8903 )
2024-09-01 11:42:27 +02:00
Shahed Nasser
7e92aa412c
chore(framework): add a note for admin path configuration + add troubleshooting guide ( #8905 )
...
- add a note in the `path` configuration regarding same path as docker image
- Add a section in the troubleshooting guide for the same reason
2024-09-01 07:46:32 +00:00
Shahed Nasser
c8f951dd89
docs: fixes and improvements to auth flow documentation ( #8909 )
2024-08-30 20:14:16 +03:00
Shahed Nasser
dea5af085a
docs-util: fix clean script removing Auth tags ( #8911 )
...
* docs-util: fix clean script removing Auth tags
* fix removal of response types other than json
2024-08-30 17:02:02 +03:00
Shahed Nasser
8c82207a41
docs: replace usages of migrations and links commands ( #8894 )
2024-08-30 11:48:49 +03:00
Shahed Nasser
170429a9b3
chore(types, medusa): [1/n] add missing query type arguments ( #8877 )
...
Add missing type arguments in listing requests.
1/n
2024-08-30 07:35:18 +00:00
Shahed Nasser
bab6ad4c55
oas: [3/n] Improve admin OAS ( #8875 )
...
Improve the OAS of admin API routes [3/n]
2024-08-30 07:20:20 +00:00
Shahed Nasser
80fd20b21e
chore(types, medusa): [2/n] add missing query type arguments ( #8879 )
...
Add missing type arguments in listing requests.
2/n
2024-08-30 07:18:14 +00:00
Shahed Nasser
0ee5c2d501
fix(dashboard, js-sdk, types, medusa): separate between delete response with and without parent ( #8852 )
...
- Separate the previous `DeleteResponse` to `DeleteResponse` and `DeleteResponseWithParent`, as not every API route's delete response returns a parent. This ensures more accurate types shown in OAS / documentation.
- Use `DeleteResponse` or `DeleteResponseWithParent` in response API routes based on what they return
- Remove direct usage of `DeleteResponse` in API route, and instead create a type in the `type` package specific for the route / domain.
- Use the new types in the `js-sdk` and `dashboard`.
2024-08-30 07:15:02 +00:00
Shahed Nasser
9f495fd853
chore(types, medusa): [3/3] add missing query type arguments ( #8880 )
...
Add missing type arguments in listing requests.
3/3
2024-08-30 07:07:18 +00:00
Shahed Nasser
8cf47516c1
docs: use new x-sidebar-summary for sidebar items in api-reference if available ( #8865 )
...
Use the new `x-sidebar-summary` OAS attribute when adding operations to the sidebar, if available.
2024-08-29 17:14:10 +00:00
Shahed Nasser
44d4af3a3f
oas: [1/n] Improve admin OAS ( #8850 )
2024-08-29 20:07:33 +03:00
Shahed Nasser
75c5853163
oas: [2/n] Improve admin OAS ( #8866 )
2024-08-29 20:07:17 +03:00
Shahed Nasser
fbd93ab67c
docs: fix tag filters in search ( #8862 )
2024-08-29 20:05:58 +03:00
Shahed Nasser
870a863503
docs: fix overflowing card description hidden ( #8871 )
2024-08-29 19:48:48 +03:00
Shahed Nasser
074b4ae0da
docs-util: include types in workflows.ts in generated references ( #8882 )
2024-08-29 18:42:26 +02:00
Shahed Nasser
9290ce88bf
docs-util: fixes in schema factory + other improvements ( #8874 )
...
- Split schema factory for request / response / common types
- Fix overlapping types "string" and "regexp" to be just one string type
- If `oneOf` or `allOf` OAS schemas have one item, just use that item's type.
2024-08-29 12:35:45 +00:00
Shahed Nasser
84fb9d55f3
docs: incorrect link fixes ( #8868 )
...
Few link fixes
Closes #8856
2024-08-29 09:44:55 +00:00
Shahed Nasser
ddddd4303c
docs: add restaurant-delivery marketplace recipe ( #8817 )
...
Add recipe for restaurant-delivery marketplace recipe inspired by Medusa Eats
Closes DOCS-921
Preview: https://resources-docs-git-docs-restaurant-delivery-recipe-medusajs.vercel.app/v2/resources/recipes/marketplace/examples/restaurant-delivery
2024-08-29 09:33:31 +00:00
Shahed Nasser
25134d2307
docs-util: improvements and fixes to OAS generation ( #8855 )
...
- Add to knowledge base summaries for delete-related properties
- Fix long curl examples overflowing the line
- Fix singular / plural usage in some knowledge base descriptions / summaries
- Fix some workflows not picked up
- Remove query params for routes that don't use them.
2024-08-29 08:40:55 +00:00
Shahed Nasser
70f2290a22
docs: added documentation for db commands ( #8846 )
...
* docs: added documentation for db commands
* fix lint errors
2024-08-29 10:46:00 +03:00
Shahed Nasser
c86a9fe864
docs-util: fix removal of manually-added schemas in clean script ( #8840 )
2024-08-29 10:22:50 +03:00
Shahed Nasser
68f3244de3
fix(core-flows): use unit price of item in create cart and add to cart flows ( #8841 )
...
* fix(types): fix create line item workflow type
* use unit price in workflows
* use tax inclusive from item
2024-08-28 17:34:07 +03:00
Shahed Nasser
22d92aa70a
docs: add tracking for navigation usage ( #8819 )
2024-08-28 15:44:54 +03:00
Shahed Nasser
e1fd448cd1
docs: capitalize HTTP methods in api reference ( #8821 )
2024-08-28 15:44:42 +03:00
Shahed Nasser
bfded6c2c8
docs: improvements to base OAS ( #8835 )
...
* docs: improve base OAS
* extra new lines + design fixes
2024-08-28 15:44:05 +03:00
Shahed Nasser
61e7b2eb24
fix(admin-next,types): fix some http type names ( #8836 )
2024-08-28 15:43:54 +03:00
Shahed Nasser
ba24e6882d
fix(medusa-oas-cli): fix download url ( #8763 )
2024-08-28 14:23:25 +02:00
Shahed Nasser
af6d43f0f0
docs-util: fix for product type schemas ( #8837 )
2024-08-28 12:54:35 +03:00
Shahed Nasser
8f8e2f5a65
fix(medusa): use correct request type for create cart API route ( #8820 )
2024-08-28 12:16:30 +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
c6eba80af6
docs: generate sidebar and other data related to core-flows reference ( #8811 )
2024-08-27 11:22:03 +00:00
Shahed Nasser
aa8e245c91
docs: [24/24] generate core-flows references ( #8809 )
2024-08-27 14:11:55 +03:00
Shahed Nasser
6470168526
docs: [23/n] generate core-flows reference ( #8807 )
2024-08-27 12:25:39 +03:00
Shahed Nasser
2b67b87137
docs: [22/n] generate core-flows reference ( #8805 )
2024-08-27 12:25:26 +03:00
Shahed Nasser
4f280e7cd6
docs: [21/n] generate core-flows reference ( #8804 )
...
* docs: [21/n] generate core-flows reference
* more
2024-08-27 12:25:16 +03:00
Shahed Nasser
40330650e4
docs: [20/n] generate core-flows reference ( #8803 )
2024-08-27 12:25:05 +03:00
Shahed Nasser
c617dc873b
docs: [19/n] generate core-flows reference ( #8802 )
...
* docs: [19/n] generate core-flows reference
* more
2024-08-27 12:24:54 +03:00
Shahed Nasser
9dc70a8195
docs: [18/n] generate core-flows reference ( #8801 )
2024-08-27 12:24:40 +03:00
Shahed Nasser
c5a86a83ee
docs: [17/n] generate core-flows reference ( #8800 )
2024-08-27 12:24:30 +03:00
Shahed Nasser
e29ead56dc
docs: [16/n] generate core-flows reference ( #8799 )
2024-08-27 12:24:21 +03:00
Shahed Nasser
20623cdc80
docs: [15/n] generate core-flows reference ( #8796 )
2024-08-27 12:24:11 +03:00
Shahed Nasser
fc3ab7faf6
docs: [14/n] generate core-flows reference ( #8795 )
2024-08-27 12:24:02 +03:00
Shahed Nasser
e30e9a0f2b
docs: [13/n] generate core-flows reference ( #8794 )
2024-08-27 12:23:47 +03:00
Shahed Nasser
8553cd6427
docs: [12/n] generate core-flows reference ( #8793 )
2024-08-27 12:23:32 +03:00
Shahed Nasser
d4aaf70667
docs: [11/n] generate core-flows reference ( #8792 )
2024-08-27 12:23:15 +03:00
Shahed Nasser
c4dd82e814
docs: [10/n] generate core-flows reference ( #8791 )
2024-08-27 12:22:59 +03:00
Shahed Nasser
842c26cb46
docs: [9/n] generate core-flows reference ( #8790 )
2024-08-27 12:22:48 +03:00
Shahed Nasser
587984de6e
docs: [8/n] generate core-flows reference ( #8789 )
2024-08-27 12:22:38 +03:00
Shahed Nasser
275b5b2af5
docs: [7/n] generate core-flows reference ( #8788 )
2024-08-27 12:22:27 +03:00
Shahed Nasser
6e7438a2cb
docs: [6/n] generate core-flows reference ( #8787 )
2024-08-27 12:22:03 +03:00
Shahed Nasser
04677f6827
docs: [3/n] generate core-flows reference ( #8783 )
2024-08-27 12:01:15 +03:00
Shahed Nasser
12db60aadf
docs: [2/n] generate core-flows reference ( #8782 )
2024-08-27 12:00:58 +03:00
Shahed Nasser
2a8da2ef8e
docs: [4/n] generate core-flows reference ( #8785 )
2024-08-27 12:00:49 +03:00
Shahed Nasser
7dfe46c3eb
docs: [5/n] generate core-flows reference ( #8786 )
2024-08-27 12:00:28 +03:00
Shahed Nasser
82155257df
docs: [3/n] generate core-flows reference ( #8784 )
2024-08-27 12:00:19 +03:00
Shahed Nasser
59217a9796
docs: add a note about the middleware regular expression ( #8742 )
2024-08-27 10:35:43 +02:00
Shahed Nasser
b36e2c3129
docs: update create payment collection route usage in store development ( #8736 )
2024-08-27 10:35:22 +02:00
Shahed Nasser
5996089c9c
docs: added new guides and troubleshooting related to admin development ( #8739 )
2024-08-27 10:35:09 +02:00
Shahed Nasser
e4fa9ae610
docs: delete all core-flows reference ( #8777 )
2024-08-27 07:30:18 +00:00
Shahed Nasser
408ed2ee45
feat(create-medusa-app): set database name to project name ( #8727 )
...
* add check and prompt for db name
* change var format
* remove log
* remove log
2024-08-23 14:17:37 +03:00
Shahed Nasser
b23f0f8188
docs: change notes across docs based on redesign ( #8662 )
...
Change the prerequisites / soon / other notes based on latest redesign
Depends on #8661
2024-08-23 07:59:48 +00:00
Shahed Nasser
320b01f45d
docs: redesign search + re-introduce ai assistant in v2 docs ( #8678 )
...
* docs: redesign search + re-introduce ai assistant in v2
* change version in ui
* show icon in case of error
* fixes based on feedback
2024-08-23 10:42:37 +03:00
Shahed Nasser
c63a08fb03
docs: second round of polishing ( #8724 )
...
* docs: second round of polishing
* fix overflowing width
2024-08-23 10:42:23 +03:00
Shahed Nasser
bc74e381ad
feat(utils): use dotenv-expand to allow variables within env ( #8720 )
2024-08-22 13:51:36 +03:00
Shahed Nasser
0acd94aac3
docs: refactor medusa workflows reference ( #8692 )
...
* docs: fix handling of namespaces in core flows under definitions directory
* change nested handling
* docs-util: expand workflows under definitions in workflows reference
* remove check for definitions
2024-08-22 13:39:52 +03:00
Shahed Nasser
64820cebef
chore(core-flows): move cart and line item flows outside definition ( #8703 )
...
* chore(core-flows): move cart and line item flows outside definition
* remove all references of definition
* export cart and line items
2024-08-22 12:19:37 +03:00
Shahed Nasser
810debc7bb
docs: add a note about installing preview version ( #8648 )
...
- Add a note about ensuring a package's version is set to `preview` in `package.json`
- Add a troubleshooting guide for deployments with a section about preview versions
- Added a troubleshooting section to the railway deployment guide about preview versions
Closes #8646
Closes DOCS-913
2024-08-22 08:33:24 +00:00
Shahed Nasser
f00889fe4e
docs: fix link to payment concept guide in sidebar ( #8708 )
2024-08-21 20:05:07 +02:00
Shahed Nasser
b6f990c017
docs: design polish ( #8696 )
...
* polish
* finish polish
* change typography
2024-08-21 20:04:43 +02:00
Shahed Nasser
a3c311126e
docs: fix algolia cron script ( #8701 )
2024-08-21 20:01:36 +02:00
Shahed Nasser
f3e4b7dfd0
docs: fix tooltip placement and width in workflows reference ( #8691 )
2024-08-21 17:49:24 +03:00
Shahed Nasser
64283d0e83
docs: redesign API runner ( #8688 )
...
* fix up block style + plain theme color
* initial redesign
* docs: redesign API Runner
* revert yarn.lock changes
2024-08-21 17:48:16 +03:00
Shahed Nasser
539266559c
chore: update the medusa config TSDocs + options ( #8697 )
2024-08-21 17:46:14 +03:00
Shahed Nasser
1e07ab1b8d
docs: fix broken pages due to remark plugin ( #8694 )
...
* docs: fix broken pages due to remark plugin
* refactor condition
* Update component-link-fixer.ts
2024-08-21 15:29:46 +03:00
Shahed Nasser
2f0166901f
docs: fix response code snippet in api reference ( #8689 )
2024-08-21 11:52:22 +02:00
Shahed Nasser
9734ad1e51
docs: fix category not opening in api reference from algolia search ( #8690 )
2024-08-21 11:52:13 +02:00
Shahed Nasser
b4d8e265e3
docs: redesign cards ( #8671 )
...
* docs: redesign cards
* fix build error
2024-08-20 14:48:17 +02:00
Shahed Nasser
48fe819d9e
docs: redesign vertical tabs ( #8673 )
2024-08-20 14:48:09 +02:00
Shahed Nasser
43202dde0f
docs: redesign footer ( #8651 )
2024-08-20 14:47:53 +02:00
Shahed Nasser
b8ba020cd5
docs: redesign tables ( #8653 )
...
* docs: redesign tables
* fixes
2024-08-20 14:47:36 +02:00
Shahed Nasser
73905c14b1
docs: redesign notes ( #8661 )
...
* docs: redesign notes
* fix color for warning notes
* allow optional links
* show links in a note
* allow line code in notes
2024-08-20 14:47:24 +02:00
Shahed Nasser
45f9961d19
docs: remove link to events reference ( #8669 )
2024-08-20 12:32:04 +02:00
Shahed Nasser
1020ab0b97
docs: improve main docs and resources sidebar ( #8664 )
2024-08-20 12:31:50 +02:00
Shahed Nasser
a77c23c915
docs: redesign code highlights + add default code titles ( #8628 )
...
* docs: code highlights improvements + default titles
* spacing fixes
* fix terminal detection
* add padding for non-terminal one liners
2024-08-19 13:34:07 +03:00
Shahed Nasser
800d034c89
docs: update algolia ( #8625 )
...
Update algolia to fix issues with highlighting and snippets
2024-08-19 07:12:02 +00:00
Shahed Nasser
c479fe8220
docs: added edit date ( #8623 )
2024-08-19 09:47:57 +03:00
Shahed Nasser
66c39ef876
docs: bug fixes for copy and color mode ( #8626 )
...
* docs: bug fixes for copy and color mode
* remove unused dependency
2024-08-18 17:01:15 +02:00
Shahed Nasser
559a6d70d9
docs: remove steps from workflows reference overview ( #8595 )
...
* docs: remove steps from workflows reference overview
* fix styling of typelist element
* fix categories with no items showing
2024-08-16 12:37:13 +03:00
Shahed Nasser
f0f83afdd9
docs-util: fix update OAS schema ( #8556 )
...
* docs-util: fix update OAS schema
* fix to updating
* fix condition
2024-08-16 12:37:03 +03:00
Shahed Nasser
9bdcdc76a8
docs: redesign help button ( #8610 )
...
Redesign help button
Closes DOCS-817
2024-08-16 06:40:05 +00:00
Shahed Nasser
0cc2a62b9b
docs: collapse sidebar by default in main docs + persist state ( #8608 )
...
* docs: collapse sidebar by default in main docs + persist state
* persist sidebar hidden
2024-08-16 09:29:14 +03:00
Shahed Nasser
1bfdceb34c
docs: fix usage of AdminCreateProduct in validation of digital product recipe ( #8601 )
2024-08-16 09:28:31 +03:00
Shahed Nasser
f00e61707c
docs: update colors and typography ( #8604 )
2024-08-16 09:28:16 +03:00