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
This commit is contained in:
Shahed Nasser
2023-06-05 13:25:44 +03:00
committed by GitHub
parent af2dc4f75a
commit 2637b82933
8 changed files with 50 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ If you run into any errors while installing the CLI tool, check out the [trouble
The recommended way to create a plugin is using the Medusa CLI. Run the following command to create a new Medusa project:
```bash
medusa new medusa-plugin-custom
npx @medusajs/medusa-cli@latest new medusa-plugin-custom
```
Where `medusa-plugin-custom` is the name of the plugin youre creating. In Medusa, plugins are named based on their functionalities.