Commit Graph
100 Commits
Author SHA1 Message Date
Shahed Nasser c684d16ec0 feat(create-medusa-app): remove --stable option and change to clone default branch (#4794) 2023-08-17 14:34:36 +00:00
Shahed Nasser 26c78bbc03 docs: update stale information (#4790) 2023-08-17 14:19:51 +03:00
Shahed Nasser b08337deb7 api-ref: added syncing between code tabs (#4786)
* api-ref: added syncing between code tabs

* updated comment

* resolve metadata warning

* fix colors
2023-08-17 10:41:53 +03:00
Shahed Nasser 3140b9f140 docs: changed Next.js Image (#4784) 2023-08-16 18:17:29 +03:00
Shahed Nasser 8336e2002a docs: modified README files (#4782) 2023-08-16 17:12:42 +03:00
Shahed Nasser 320fab8aed chore(oas): add missing variant_id to AdminPostInventoryItemsReq schema (#4780)
* chore(oas): add missing variant_id to AdminPostInventoryItemsReq schema

* ran build
2023-08-16 16:42:34 +03:00
Shahed Nasser 9cc0bc6c9d docs,api-ref: design + algolia fixes (#4775)
* fix algolia results on same page

* fix navigation bar for mobile

* fix eslint configurations

* fix github action

* fix search icon on mobile

* fix code block dark mode
2023-08-16 11:38:50 +03:00
Shahed Nasser 914d773d3a api-ref: custom API reference (#4770)
* initialized next.js project

* finished markdown sections

* added operation schema component

* change page metadata

* eslint fixes

* fixes related to deployment

* added response schema

* resolve max stack issue

* support for different property types

* added support for property types

* added loading for components

* added more loading

* type fixes

* added oneOf type

* removed console

* fix replace with push

* refactored everything

* use static content for description

* fixes and improvements

* added code examples section

* fix path name

* optimizations

* fixed tag navigation

* add support for admin and store references

* general enhancements

* optimizations and fixes

* fixes and enhancements

* added search bar

* loading enhancements

* added loading

* added code blocks

* added margin top

* add empty response text

* fixed oneOf parameters

* added path and query parameters

* general fixes

* added base path env variable

* small fix for arrays

* enhancements

* design enhancements

* general enhancements

* fix isRequired

* added enum values

* enhancements

* general fixes

* general fixes

* changed oas generation script

* additions to the introduction section

* added copy button for code + other enhancements

* fix response code block

* fix metadata

* formatted store introduction

* move sidebar logic to Tags component

* added test env variables

* fix code block bug

* added loading animation

* added expand param + loading

* enhance operation loading

* made responsive + improvements

* added loading provider

* fixed loading

* adjustments for small devices

* added sidebar label for endpoints

* added feedback component

* fixed analytics

* general fixes

* listen to scroll for other headings

* added sample env file

* update api ref files + support new fields

* fix for external docs link

* added new sections

* fix last item in sidebar not showing

* move docs content to www/docs

* change redirect url

* revert change

* resolve build errors

* configure rewrites

* changed to environment variable url

* revert changing environment variable name

* add environment variable for API path

* fix links

* fix tailwind settings

* remove vercel file

* reconfigured api route

* move api page under api

* fix page metadata

* fix external link in navigation bar

* update api spec

* updated api specs

* fixed google lint error

* add max-height on request samples

* add padding before loading

* fix for one of name

* fix undefined types

* general fixes

* remove response schema example

* redesigned navigation bar

* redesigned sidebar

* fixed up paddings

* added feedback component + report issue

* fixed up typography, padding, and general styling

* redesigned code blocks

* optimization

* added error timeout

* fixes

* added indexing with algolia + fixes

* fix errors with algolia script

* redesign operation sections

* fix heading scroll

* design fixes

* fix padding

* fix padding + scroll issues

* fix scroll issues

* improve scroll performance

* fixes for safari

* optimization and fixes

* fixes to docs + details animation

* padding fixes for code block

* added tab animation

* fixed incorrect link

* added selection styling

* fix lint errors

* redesigned details component

* added detailed feedback form

* api reference fixes

* fix tabs

* upgrade + fixes

* updated documentation links

* optimizations to sidebar items

* fix spacing in sidebar item

* optimizations and fixes

* fix endpoint path styling

* remove margin

* final fixes

* change margin on small devices

* generated OAS

* fixes for mobile

* added feedback modal

* optimize dark mode button

* fixed color mode useeffect

* minimize dom size

* use new style system

* radius and spacing design system

* design fixes

* fix eslint errors

* added meta files

* change cron schedule

* fix docusaurus configurations

* added operating system to feedback data

* change content directory name

* fixes to contribution guidelines

* revert renaming content

* added api-reference to documentation workflow

* fixes for search

* added dark mode + fixes

* oas fixes

* handle bugs

* added code examples for clients

* changed tooltip text

* change authentication to card

* change page title based on selected section

* redesigned mobile navbar

* fix icon colors

* fix key colors

* fix medusa-js installation command

* change external regex in algolia

* change changeset

* fix padding on mobile

* fix hydration error

* update depedencies
2023-08-15 18:07:54 +03:00
Shahed Nasser 30ce35b163 feat(create-medusa-app): add database options (#4733)
## What

Adds new options for easier usage of the `create-medusa-app` command for regular medusa users.

The following options are added:

- `--skip-db`: Skips creating the database, running migrations, and seeding, and subsequently skips opening the browser. Useful if the developer wants to set the database URL at a later point in the configurations.
- `--db-url <url>`:  Skips database creation and sets the database URL to the provided URL. Throws an error if can't connect to the database. Will still run migrations and open the admin after project creation. Useful if the developer already has database created, locally or remotely.
- `--no-migrations`: Skips running migrations, creating admin user, and seeding. If used, it's expected that you pass the `--db-url` option with a url of a database that has all necessary migrations. Otherwise, unexpected errors will occur. Helpful only if combined with `--db-url`
- `--no-browser`: Disables opening the browser at the end of the project creation and only shows success message.
- `--directory-path <path>`: Allows specifying the directory path to install the project in. Useful for testing.
2023-08-15 08:08:54 +00:00
Shahed Nasser 324c9d62ef docs: fix method names in complete checkout code block (#4746)
Closes #4744
2023-08-11 09:47:24 +03:00
Shahed Nasser 2363a5324e docs: general fixes across docs (#4737)
* docs: general fixes across docs

* added deploy button to railway

* fix eslint errors

* fixes
2023-08-10 11:44:20 +03:00
Shahed Nasser 433914ae01 docs: revamp plugin documentation pages (#4694)
* docs: revamp plugin documentation pages

* fix eslint errors

* change order of scripts
2023-08-04 17:26:39 +03:00
Shahed Nasser 738eac63aa docs: fixes to medusa-react (#4672)
* docs: fixes to medusa-react

* fixes to admin customization pages

* fix eslint errors

* added routes and settings props

* fixes to settings page

* small fix for settings
2023-08-02 15:27:32 +03:00
Shahed Nasser 84fe2a3837 docs: add missing code in create entity doc (#4669) 2023-08-02 10:45:04 +03:00
Shahed Nasser c90191eb7e docs: revamped endpoints, services, and entities (#4660)
* revamp create endpoint docs

* docs: revamped endpoints, services, and entities

* eslint fixes

* fix metadata

* fix missing closing tag

* fixes to create migration doc

* fixes to create endpoint doc

* small fix in create service doc
2023-08-01 19:36:56 +03:00
Shahed Nasser 6c885ac2d6 docs: fixes to create entity docs (#4657) 2023-08-01 13:50:23 +03:00
Shahed Nasser 18ba749695 docs: fixes to create migrations guide (#4656) 2023-08-01 12:59:06 +03:00
Shahed Nasser 554af1abf3 docs: fix configurations link in backend install (#4634) 2023-08-01 11:11:22 +03:00
Shahed Nasser 2e42141822 docs: shorten npx commands (#4652) 2023-08-01 10:50:19 +03:00
Shahed Nasser 26a606a1bb docs: fixes to create endpoint documentation (#4650) 2023-08-01 10:14:59 +03:00
Shahed Nasser d4e7f679cc docs: fixes to entities overview page (#4651) 2023-07-31 19:42:57 +03:00
Shahed Nasser c0cf786e48 docs: improvements to storefront roadmap (#4648) 2023-07-31 19:18:05 +03:00
Shahed Nasser 14fe1f1f69 docs: fixes to implement cart docs (#4645) 2023-07-31 17:30:58 +03:00
Shahed Nasser da903fd798 docs: fixes to implement checkout (#4646) 2023-07-31 16:27:34 +03:00
Shahed Nasser 483bf2e544 docs: added admin setting page documentation (#4641)
* docs: added admin setting page documentation

* add link from routes to settings page
2023-07-31 15:09:19 +03:00
Shahed Nasser c2f4ad8378 docs: remove unnecessary typing (#4642) 2023-07-31 14:52:40 +03:00
Shahed Nasser 648eb106d6 docs: added a note in create-medusa-app (#4640)
* docs: added a note in create-medusa-app

Added a note in `create-medusa-app` guide linking to the backend quickstart as the recommended solution for an installation with more configurations.

* move stable option note
2023-07-31 12:54:37 +03:00
Shahed Nasser 8321925404 docs: added troubleshooting section for medusa-react (#4639) 2023-07-31 12:30:13 +03:00
Shahed Nasser 90dea3bfcf docs: add a link to loaders guide (#4638) 2023-07-31 11:22:24 +03:00
Shahed Nasser c8ef0c6d25 docs: added details about the stable option (#4632)
* docs: added details about the stable option

* fix link
2023-07-28 17:55:23 +03:00
Shahed Nasser 5d71a8d26f docs: added general troubleshooting error (#4625) 2023-07-28 11:42:06 +03:00
Shahed Nasser 75f2f9ad62 chore(oas): fix tag names (#4622) 2023-07-28 10:41:47 +03:00
Shahed Nasser 723f2677da docs: improved configurations documentation (#4619)
* docs: improved configurations documentation

* fix feature-flag link

* removed required section
2023-07-28 10:21:54 +03:00
Shahed Nasser 8d0ce0af06 chore(oas): add link for additional info on metadata (#4613) 2023-07-27 12:44:16 +03:00
Shahed Nasser 5fcb0d5281 docs: added directory structure documentation (#4612)
* docs: added directory structure documentation

* improvements
2023-07-27 12:18:31 +03:00
Shahed Nasser 8a1aac028e chore(oas): improvements to examples and descriptions (#4545)
* improve curl examples in OAS

* update tags

* fix oas errors

* update tags and their descriptions

* updated oas of endpoints

* improved oas of all admin endpoints

* improved store OAS comments

* improved models OAS comments

* small change
2023-07-26 20:13:44 +03:00
Shahed Nasser f4f35cdb4f docs: add troubleshooting for js client (#4597)
Add troubleshooting on possible Typescript error that can occur when importing the JS Client
2023-07-24 18:48:14 +03:00
Shahed Nasser edf93d972d docs: fixes to s3 plugin documentation (#4592) 2023-07-24 13:53:31 +03:00
Shahed Nasser 15e87a8100 feat(create-medusa-app): add stable option + add URI encoding to database string (#4567)
* feat(create-medusa-app): added stable option

* add new function

* changed open url

* switch condition

* fix open url for stable

* add URI encoding

* modified db error message
2023-07-24 13:33:14 +03:00
Shahed Nasser 9748d8b7c0 docs: added a note about db user create privilege (#4584)
* docs: added a note about db user create privilege

* added troubleshooting section
2023-07-21 17:39:43 +03:00
Shahed NasserandRares Stefan d22569f379 docs: added troubleshooting guide for beta version (#4582)
* docs: added troubleshooting guide for beta version

* Update docs/content/troubleshooting/upgrade-beta.md

Co-authored-by: Rares Stefan <rares.capilnar@gmail.com>

---------

Co-authored-by: Rares Stefan <rares.capilnar@gmail.com>
2023-07-21 15:36:08 +03:00
Shahed Nasser e1e7d8e5e4 docs: fix options details passed to endpoints (#4579)
* docs: fix options details passed to endpoints

* added access configuration sections

* added section about parsing request body
2023-07-21 12:42:21 +03:00
Shahed Nasser d766f74c14 docs: fix import of authenticate middleware (#4572)
* docs: fix import of authenticate middleware

* fix eslint errors
2023-07-20 20:00:17 +03:00
Shahed Nasser 525b34d575 docs: added new troubleshooting sections (#4571)
* docs: added troubleshooting section for EADDRINUSE

* added custom hooks troubleshooting

* fix tab issues

* fix double active items in sidebar

* Update sidebars.js
2023-07-20 19:13:59 +03:00
Shahed Nasser 3c33ca922a docs: added a user guide for prices bulk editor (#4569)
* docs: added bulk editor user guide

* fixed shortcut
2023-07-20 18:20:06 +03:00
Shahed Nasser 6bc8b40a6b docs: updated custom hooks section in Medusa React (#4566)
* docs: updated custom hooks section in Medusa React

* fix eslint errors
2023-07-20 15:20:10 +03:00
Shahed Nasser f325881227 fix(create-medusa-app): improved error messages (#4543)
* fix error messages

* format docs url based on current OS

* added changeset
2023-07-19 14:23:54 +02:00
Shahed Nasser 195ad13cba docs: added docs on how to extend a validator (#4489)
* docs: added docs on how to extend a validator

* fix eslint error
2023-07-18 18:58:43 +03:00
Shahed Nasser 761c6c80d6 docs: enable querystring option for operating systems tabs (#4542)
* docs: enable querystring option for operating systems tabs

* fix node.js version
2023-07-17 15:09:24 +03:00
Shahed Nasser f61488f105 chore(oas): remove incorrect query parameter (#4526) 2023-07-13 10:56:22 +03:00
Shahed Nasser 3ed6438486 chore(oas): fix cURL example for search product (#4520) 2023-07-12 21:01:01 +03:00
Shahed Nasser ef24fef53b docs: added create-medusa-app command within prerequisites (#4518) 2023-07-12 20:18:36 +03:00
Shahed Nasser 0b84bd5764 chore: fix OAS for product search endpoint (#4490)
* chore: fix OAS for product search endpoint

* added build files
2023-07-12 09:52:33 +02:00
Shahed Nasser 52b39896e2 docs: change medusa backend link in next.js guide (#4511) 2023-07-12 10:13:14 +03:00
Shahed Nasser 703fdf8f5f docs: updated extend entity documentation (#4498) 2023-07-11 20:48:36 +02:00
Shahed Nasser fbece1d27e docs: change naming of Next.js starter (#4494) 2023-07-11 11:35:08 +03:00
Shahed Nasser 4b4296dc16 feat(create-medusa-app): remove .git directory in the project (#4493)
* feat(create-medusa-app): remove .git directory in the project

* reverted version changes

* remove version from package.json
2023-07-11 09:03:23 +02:00
Shahed Nasser 09157f0a58 docs: added notice about beta for custom hooks in Medusa React (#4491) 2023-07-10 18:22:10 +03:00
Shahed Nasser 8eefd79947 docs: fix identifier in tax provider documentation (#4488) 2023-07-10 18:03:19 +03:00
76c4bf4acb docs: documentation changes for release (#4300)
* docs: added manage reservations user guide (#4290)

* docs: added manage reservations user guide

* removed feature flag details

* docs: added how-to for custom reservations (#4292)

* docs: added how-to for custom reservations

* eslint fixes

* docs: added product module documentation (#4287)

* docs: added product module documentation

* added details about optional environment variables

* small fixes

* Remove reference link

* added example usages

* added link to sample project

* address PR feedback

* docs: moved product module guide + added product module tabs (#4307)

* added product module tab

* adjust design of badge

* docs: added onboarding features (#4168)

* added marketplace page

* added subscription roadmap

* added rating for onboarding

* added learning path components

* small fixes

* fix build error

* fix eslint errors

* change roadmaps to recipes

* small change in text

* optimize learning path and notifications

* fix tracking usage

* fix eslint errors

* added enter/exit animation

* allow starting a path using a query parameter

* fix gap between notifications

* address vercel comments

* fixed links issue

* changed create-medusa-app docs steps

* move troubleshooting section

* improved tracking across docs

* fix build errors

* remove console

* added a note about `boilerplate` option

* added troubleshooting section for eagain

* added invite option in cli reference

* added track event for finished onboarding

* update boilerplate option name

* redesigned learning path component

* docs: added how to create widget docs (#4318)

* docs: added how to create widget docs

* remove development guide

* added types

* docs: added details about createCustomAdminHooks (#4288)

* docs: added details about createCustomAdminHooks

* small improvement

* added missing import

* small changes

* docs: added onboarding guide (#4320)

* docs: added how to create widget docs

* remove development guide

* docs: added onboarding guide

* added types

* added recipes link

* small adjustments

* fixed eslint errors

* styling fixes

* change to singular product module

* updated the what's new section

* shorten down medusa react card

* updated tailwind configurations

* fix build error

* fix newspaper icon

* style fixes

* change modal shadow

* fix color of line numbers

* fix code fade color

* docs: updated admin documentations

* eslint fixes

* text changes

* added a note about beta version

* remove empty object argument

* remove demo repo url

* fix selection color for code headers

* general fixes

* fix eslint error

* changed code theme

* added preparation step

* changes regarding beta version

* Update docs/content/modules/products/serverless-module.md

Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>

* Update docs/content/modules/products/serverless-module.md

Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>

---------

Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
2023-06-20 12:25:22 +02:00
Shahed Nasser 6d5da9166f feat(create-medusa-app): support admin onboarding experience (#4339) 2023-06-20 11:43:40 +02:00
Shahed Nasser 9d868dfc40 docs: remove latest tag for yarn (#4358) 2023-06-19 18:24:12 +03:00
Shahed Nasser 5b50daec08 docs: updated create-medusa-app steps (#4327) 2023-06-18 15:38:06 +03:00
Shahed Nasser a19d397a77 docs: fix text highlight color for dark mode (#4332) 2023-06-16 15:37:16 +03:00
Shahed Nasser 2bffe9c542 docs: fix code tabs in migrations guide (#4331) 2023-06-16 14:39:15 +03:00
Shahed Nasser e1f43fd207 chore(create-medusa-app, product, utils, medusa-cli): Resolve string-width dep issue (#4328) 2023-06-16 11:31:23 +02:00
Shahed Nasser 5ad7347408 fix(create-medusa-app): disable opening browser (#4321) 2023-06-15 21:15:19 +02:00
Shahed Nasser f98ba5bde8 feat(create-medusa-app,medusa-cli): Allow clearing project (#4273)
- Added build step
- Added `--no-boilerplate` option to `create-medusa-app` to allow clearing onboarding files
- Clear project files by default in medusa-cli
2023-06-15 17:31:30 +00:00
Shahed Nasser 5eae7f03ef docs: update paypal configurations (#4304) 2023-06-14 11:33:52 +03:00
Shahed Nasser 8228503fa2 docs: improvements to create plugin guide (#4285)
* docs: improvements to create plugin guide

* fix link
2023-06-12 10:57:40 +03:00
Shahed Nasser ffeeb84d97 docs: fix feedback component not picking up positive feedback (#4270)
* docs: fix feedback component not picking up positive feedback

* fix animation

* improve speed
2023-06-09 13:51:25 +03:00
Shahed Nasser f7376f09fe docs: fix api reference block widths on small devices (#4265) 2023-06-08 17:31:10 +03:00
Shahed Nasser 51bff28962 docs: fixed details about postgres url format (#4263) 2023-06-08 10:10:41 +03:00
Shahed Nasser 947e6aac77 fix(create-medusa-app): handle todos (#4262) 2023-06-08 09:29:43 +03:00
Shahed Nasser c04d93cd04 feat(create-medusa-app): update command for a better onboarding experience (#4215)
* feat(create-medusa-app): update command for a better onboarding experience

* use medusa-telemetry for tracking

* update used snapshot

* added changeset

* update yarn.lock

* increased facts timer

* updated snapshot version

* show facts throughout installation + add first_run to url

* added message after server termination

* print message only once

* added github to process terminated message

* address pr feedback

* added onboarding seeding

* fix for npm install
2023-06-07 20:34:50 +02:00
Shahed Nasser 8676ee7a2e feat(medusa,medusa-cli): Added an invite option to the create user command, and allow seeding publishable api keys (#4192)
* feat(medusa,medusa-cli): Added an invite option to the create user command

* ensure process exits for invites

* addressed PR comments

* allow seeding publishable api keys
2023-06-07 20:34:27 +02:00
Shahed Nasser e69af09d23 docs: changed text highlight color (#4257) 2023-06-06 18:26:24 +03:00
Shahed Nasser 3f42a8e740 docs: small fixes in next.js storefront guide (#4256) 2023-06-06 15:36:16 +03:00
Shahed Nasser b1c63c5476 docs: added troubleshooting component (#4255) 2023-06-06 15:18:23 +03:00
Shahed Nasser 926e284bac docs: fix transformer option name for algolia (#4253) 2023-06-06 11:40:47 +03:00
Shahed Nasser 4b5b7b5148 fix(create-medusa-app): remove seed command from create-medusa-app and improve success message (#4247)
## What

- Removed the `seed` process and the `--no-seed` option from the `create-medusa-app` command
- Improved the success message to include details about creating the database and running migrations before starting the backend.

## Why

As of removing support for SQLite, the `seed` command does not work most of the time on installation since there's no database configured and the default one isn't created by the user yet. This leads to an error message showing during the installation which leads the user into thinking the setup went wrong.

Also, the steps after the installation is done successfully don't include anything related to the database, which means that when the user starts the backend they'll see errors.
2023-06-05 16:30:42 +00:00
Shahed Nasser 216faf0369 docs: improvements to heroku guide (#4249) 2023-06-05 18:12:26 +03:00
Shahed Nasser 2637b82933 docs: general fixes across documentation (#4248)
* docs: added details about the migration revert command

* added a note about running postgres before the backend

* added a link to typeorm's documentation

* fix broken links

* fixed section title

* fixed admonitions
2023-06-05 13:25:44 +03:00
Shahed Nasser d385dd2054 docs: improved the steps in create-medusa-app (#4245)
* docs: improved the steps in create-medusa-app

* small edits
2023-06-05 11:20:21 +03:00
Shahed Nasser c22b4ace0c docs: remove mentions of SQLite (#4045)
* docs: removed mentions of sqlite

* removed mentions of the seed option

* remove sidebar link

* Made PostgreSQL a required tool

* fixed heading
2023-06-01 14:23:45 +03:00
Shahed Nasser 96468739dd docs: update backend installation steps (#4210) 2023-05-31 15:27:22 +03:00
Shahed Nasser b7f236445a docs: updated price selection strategy doc (#4208) 2023-05-30 19:37:07 +02:00
Shahed Nasser 81fea66ef3 docs: added documentation for local file service (#4162)
* docs: added documentation for local file service

* fixed eslint errors

* change local file service package name
2023-05-30 19:31:57 +02:00
Shahed Nasser 06019f100a docs: fix import of cors (#4201)
* docs: fix import of cors

* eslint fixes
2023-05-29 18:06:20 +03:00
Shahed Nasser 345beb7010 docs: added no console eslint rule (#4170) 2023-05-24 19:57:37 +03:00
Shahed Nasser e281469eb8 docs: enhanced sidebar context (#4165) 2023-05-24 17:40:13 +03:00
Shahed Nasser 8a63ec38e8 docs: added details about publishable API keys in roadmap (#4157)
* docs: added details about publishable API keys in roadmap

* added a link for checkout flow documentation
2023-05-23 17:56:37 +03:00
Shahed Nasser 8b83bf94b6 docs: hide sidebar button on pages with no sidebar (#4158) 2023-05-23 17:31:03 +03:00
Shahed Nasser 87444488b5 docs: added show/hide sidebar button (#4150)
* docs: added show/hide sidebar button

* added check for browser

* fix build error

* solve build errors
2023-05-22 19:44:50 +03:00
Shahed Nasser 94907730d2 docs: refactor to use TypeScript, ESLint, and Tailwind CSS (#4136)
* docs(refactoring): configured eslint and typescript (#3511)

* docs: configured eslint and typescript

* fixed yarn.lock

* docs(refactoring): migrate components directory to typescript (#3517)

* docs: migrate components directory to typescript

* removed vscode settings

* fix following merge

* docs: refactored QueryNote component (#3576)

* docs: refactored first batch of theme components (#3579)

* docs: refactored second batch of theme components (#3580)

* added missing badge styles

* fix after merge

* docs(refactoring): migrated remaining component to TypeScript (#3770)

* docs(refactoring): configured eslint and typescript (#3511)

* docs: configured eslint and typescript

* fixed yarn.lock

* docs(refactoring): migrate components directory to typescript (#3517)

* docs: migrate components directory to typescript

* removed vscode settings

* fix following merge

* docs: refactored QueryNote component (#3576)

* docs: refactored first batch of theme components (#3579)

* docs: refactored second batch of theme components (#3580)

* added missing badge styles

* docs: refactoring second batch of theme components

* fix after merge

* refactored icons and other components

* docs: refactored all components

* docs(refactoring): set up and configured Tailwind Css (#3841)

* docs: added tailwind config

* docs: added more tailwind configurations

* add includes option

* added more tailwind configurations

* fix to configurations

* docs(refactoring): use tailwind css (#4134)

* docs: added tailwind config

* docs: added more tailwind configurations

* add includes option

* added more tailwind configurations

* fix to configurations

* docs(refactoring): refactored all styles to use tailwind css (#4132)

* refactored Badge component to use tailwind css

* refactored Bordered component to use tailwind css

* updated to latest docusaurus

* refactored BorderedIcon component to use tailwind css

* refactored Feedback component to use tailwind css

* refactored icons and footersociallinks to tailwind css

* start refactoring of large card

* refactored large card styling

* refactored until admonitions

* refactored until codeblock

* refactored until Tabs

* refactored Tabs (without testing

* finished refactoring styles to tailwind css

* upgraded to version 2.4.1

* general fixes

* adjusted eslint configurations

* fixed ignore files

* fixes to large card

* fix search styling

* fix npx command

* updated tabs to use isCodeTabs prop

* fixed os tabs

* removed os-tabs class in favor of general styling

* improvements to buttons

* fix for searchbar

* fixed redocly download button

* chore: added eslint code action (#4135)

* small change in commerce modules page
2023-05-19 14:56:48 +03:00
Shahed Nasser 29a88bbf98 docs: added how to retrieve keys in client references (#4127)
* docs: added how to retrieve keys in js client guide

* added details about retrieving keys in medusa react
2023-05-18 19:03:18 +03:00
Shahed Nasser 7787fe96aa docs: added optional step for local file service (#4126) 2023-05-18 18:24:27 +03:00
Shahed Nasser 7da6cc961e docs: used the NPX CLI tool across docs (#4099) 2023-05-15 11:04:14 +03:00
Shahed Nasser a8887cd02f docs: added idempotency key documentation (#4039) 2023-05-08 19:21:07 +03:00
Shahed Nasser e9ca647a1d docs: added taxes conceptual guide (#3975)
* docs: added taxes conceptual guide

* fixed metadata

* added an example for the tax provider
2023-05-08 13:41:59 +03:00