modified docusaurus admonitions to docs

This commit is contained in:
Shreedhar Hegde
2022-04-28 08:28:21 +05:30
parent 1241fb7b2c
commit e008814b2a
16 changed files with 27 additions and 25 deletions
@@ -87,7 +87,7 @@ Navigate to the top-right dropdown **Create** and select **Apps**.
Choose **GitHub** or **GitLab** and select the repository that holds your Medusa project. Check **Autodeploy code changes**, if you want DigitalOcean to deploy on every push to your repository.
:::note
:::tip
It's important, that DigitalOcean is pointing to the directory holding the Medusa store engine as it is only this which that will be deployed (If you followed the quickstart guide this will simply be the created project, and if you used the npx command this will be the backend folder inside of the newly created project).
@@ -108,7 +108,7 @@ JWT_SECRET=your-jwt-secret
COOKIE_SECRET=your-cookie-secret
```
:::note
:::tip
Make sure to use actual secrets in a production environment