docs: removed emojis (#2394)

This commit is contained in:
Shahed Nasser
2022-10-10 13:43:36 +03:00
committed by GitHub
parent f72bf5e958
commit a23ecf4724
67 changed files with 68 additions and 68 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ If you run your Gatsby storefront while the Medusa server is running, you should
![Search bar in the Gatsby storefront](https://i.imgur.com/INtlcIo.png)
## Whats Next 🚀
## Whats Next
- Learn how to [deploy your Medusa server](../deployments/server/index.mdx).
- Learn how to [deploy your Gatsby storefront](../deployments/storefront/deploying-gatsby-on-netlify.md).
@@ -308,7 +308,7 @@ Restart the Gatsby storefront then open a product that you added Rich Text conte
![Rich Text content you added to the product should be visible at the end of the page](https://i.imgur.com/LGiVMxx.png)
## Whats Next 🚀
## Whats Next
- Learn how to deploy your Medusa server to [Heroku](../../deployments/server/deploying-on-heroku.mdx), [Qovery](../../deployments/server/deploying-on-qovery.md), or [DigitalOcean](../../deployments/server/deploying-on-digital-ocean.md).
- Learn [how to deploy your Gatsby storefront to Netlify](../../deployments/storefront/deploying-gatsby-on-netlify.md).
+1 -1
View File
@@ -274,7 +274,7 @@ If you make changes to the data while your Gatsby storefront is running, the cha
:::
## Whats Next :rocket:
## Whats Next
- Learn [how to customize your Contentful server and storefront](./customize-contentful.md).
- Learn how to deploy your Medusa server to [Heroku](../../deployments/server/deploying-on-heroku.mdx), [Qovery](../../deployments/server/deploying-on-qovery.md), or [DigitalOcean](../../deployments/server/deploying-on-digital-ocean.md).
+1 -1
View File
@@ -177,7 +177,7 @@ This will result in a subscription form similar to the following:
If you try entering an email and clicking Subscribe, the email will be subscribed to your Mailchimp newsletter successfully.
## Whats Next 🚀
## Whats Next
- Check out [SendGrid plugin](../add-plugins/sendgrid.mdx) for more Email functionalities.
- [Learn more about plugins.](../advanced/backend/plugins/overview.md)
+1 -1
View File
@@ -286,7 +286,7 @@ If you run your Gatsby storefront while the Medusa server and the MeiliSearch in
![Search box in the header of the storefront](https://i.imgur.com/ZkRgF2h.png)
## Whats Next 🚀
## Whats Next
- Learn how to [deploy your Medusa server](../deployments/server/index.mdx).
- Learn how to [deploy your Gatsby storefront](./../deployments/storefront/deploying-gatsby-on-netlify.md).
+1 -1
View File
@@ -199,6 +199,6 @@ module.exports = {
Where `127.0.0.1` is the domain of your local MinIO server.
## Whats Next 🚀
## Whats Next
- Check out [more plugins](https://github.com/medusajs/medusa/tree/master/packages) you can add to your store.
+1 -1
View File
@@ -394,6 +394,6 @@ Clicking this button lets you capture the payment for an order. You can also ref
Refunding or Capturing payments is reflected in your PayPal dashboard as well.
## What's Next 🚀
## What's Next
- Check out [more plugins](https://github.com/medusajs/medusa/tree/master/packages) you can add to your store.
+1 -1
View File
@@ -170,7 +170,7 @@ module.exports = withStoreConfig({
Where `<BUCKET_NAME>` is the name of the S3 bucket youre using.
## Whats Next 🚀
## Whats Next
- Check out [more plugins](https://github.com/medusajs/medusa/tree/master/packages) you can add to your store.
- Learn how to [deploy the Medusa server](../deployments/server/index.mdx).
+1 -1
View File
@@ -185,7 +185,7 @@ After adding the above subscriber, run your server again if it isnt running a
![The customer created event is recoreded on the Segment source](https://i.imgur.com/4LD41xE.png)
## Whats Next 🚀
## Whats Next
- Learn how [services](../advanced/backend/services/create-service.md) and [subscribers](../advanced/backend/subscribers/create-subscriber.md) work.
- Check out a [full list of events](../advanced/backend/subscribers/events-list.md) in Medusa.
+1 -1
View File
@@ -3961,7 +3961,7 @@ You can also track analytics related to emails sent from the SendGrid dashboard.
![SendGrid Analytics](https://i.imgur.com/X01LigH.png)
## Whats Next 🚀
## Whats Next
- Learn more about how [Notifications work in Medusa](../advanced/backend/notification/overview.md).
- Install the [Medusa admin](https://github.com/medusajs/admin#-setting-up-admin) for functionalities like Gift Cards creation, swaps, claims, order return requests, and more.
+1 -1
View File
@@ -95,7 +95,7 @@ const plugins = [
Thats all you need to do to integrate Slack into Medusa!
## What's Next :rocket:
## What's Next
- Install [Medusa's Admin](https://github.com/medusajs/admin) for the full order-management experience.
- Add a Storefront to your Medusa server using [the Next.js starter](https://docs.medusajs.com/starters/nextjs-medusa-starter) or [the Gatsby starter](https://docs.medusajs.com/starters/gatsby-medusa-starter).
+1 -1
View File
@@ -157,7 +157,7 @@ module.exports = withStoreConfig({
Where `<YOUR_SPACE_DOMAIN>` is the domain name for your Space which can be retrieved from the Space URL. For example, `medusa-server.fra1.digitaloceanspaces.com`.
## Whats Next 🚀
## Whats Next
- Check out [more plugins](https://github.com/medusajs/medusa/tree/master/packages) you can add to your store.
- Learn how to [deploy the Medusa server on DigitalOcean](../deployments/server/deploying-on-digital-ocean.md).
+1 -1
View File
@@ -172,7 +172,7 @@ Try updating any products on Strapi by going to Content Manager → Products and
If you try to update products on Medusa either using the [REST APIs](https://docs.medusajs.com/api/admin/#tag/Product/operation/PostProductsProduct) or using [the Medusa Admin](../user-guide/products/manage.mdx), youll see that the product is also updated on Strapi.
## Whats Next 🚀
## Whats Next
- Learn [how to deploy the Medusa server](../deployments/server/index.mdx).
- Learn [how to create your own plugin](../advanced/backend/plugins/create.md).
+1 -1
View File
@@ -356,6 +356,6 @@ Clicking this button allows you to capture the payment for an order. You can als
Refunding or Capturing payments is reflected in your Stripes dashboard as well. This gives you access to all of Stripes analytical capabilities.
## Whats Next 🚀
## Whats Next
- Check out [more plugins](https://github.com/medusajs/medusa/tree/master/packages) you can add to your store.
+1 -1
View File
@@ -122,7 +122,7 @@ If youre on a Twilio trial make sure that the phone number you entered on che
![Twilio Dashboard](https://i.imgur.com/MXtQMiL.png)
## Whats Next 🚀
## Whats Next
- Learn more about how [Notifications work in Medusa](../advanced/backend/notification/overview.md).
- Install the [Medusa admin](../admin/quickstart.md) for functionalities like Gift Cards creation, swaps, claims, order return requests, and more.