diff --git a/docs/content/add-plugins/algolia.md b/docs/content/add-plugins/algolia.md index 63df4d6d6c..27051b23a7 100644 --- a/docs/content/add-plugins/algolia.md +++ b/docs/content/add-plugins/algolia.md @@ -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) -## What’s Next 🚀 +## What’s 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). diff --git a/docs/content/add-plugins/contentful/customize-contentful.md b/docs/content/add-plugins/contentful/customize-contentful.md index 9588df16f6..32d442c340 100644 --- a/docs/content/add-plugins/contentful/customize-contentful.md +++ b/docs/content/add-plugins/contentful/customize-contentful.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) -## What’s Next 🚀 +## What’s 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). diff --git a/docs/content/add-plugins/contentful/index.md b/docs/content/add-plugins/contentful/index.md index 89c13bc9a1..7bddb04d8e 100644 --- a/docs/content/add-plugins/contentful/index.md +++ b/docs/content/add-plugins/contentful/index.md @@ -274,7 +274,7 @@ If you make changes to the data while your Gatsby storefront is running, the cha ::: -## What’s Next :rocket: +## What’s 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). diff --git a/docs/content/add-plugins/mailchimp.md b/docs/content/add-plugins/mailchimp.md index fb5bc2491b..ddb9fe9260 100644 --- a/docs/content/add-plugins/mailchimp.md +++ b/docs/content/add-plugins/mailchimp.md @@ -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. -## What’s Next 🚀 +## What’s Next - Check out [SendGrid plugin](../add-plugins/sendgrid.mdx) for more Email functionalities. - [Learn more about plugins.](../advanced/backend/plugins/overview.md) diff --git a/docs/content/add-plugins/meilisearch.md b/docs/content/add-plugins/meilisearch.md index 633d3bf61f..8934af9fea 100644 --- a/docs/content/add-plugins/meilisearch.md +++ b/docs/content/add-plugins/meilisearch.md @@ -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) -## What’s Next 🚀 +## What’s 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). diff --git a/docs/content/add-plugins/minio.md b/docs/content/add-plugins/minio.md index 983ff59450..eb3433cb06 100644 --- a/docs/content/add-plugins/minio.md +++ b/docs/content/add-plugins/minio.md @@ -199,6 +199,6 @@ module.exports = { Where `127.0.0.1` is the domain of your local MinIO server. -## What’s Next 🚀 +## What’s Next - Check out [more plugins](https://github.com/medusajs/medusa/tree/master/packages) you can add to your store. diff --git a/docs/content/add-plugins/paypal.md b/docs/content/add-plugins/paypal.md index 6f6fa32056..3bc9815e54 100644 --- a/docs/content/add-plugins/paypal.md +++ b/docs/content/add-plugins/paypal.md @@ -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. diff --git a/docs/content/add-plugins/s3.md b/docs/content/add-plugins/s3.md index c7f105eee5..ace40bfceb 100644 --- a/docs/content/add-plugins/s3.md +++ b/docs/content/add-plugins/s3.md @@ -170,7 +170,7 @@ module.exports = withStoreConfig({ Where `` is the name of the S3 bucket you’re using. -## What’s Next 🚀 +## What’s 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). diff --git a/docs/content/add-plugins/segment.md b/docs/content/add-plugins/segment.md index 2fe9b25c25..d734e4e95e 100644 --- a/docs/content/add-plugins/segment.md +++ b/docs/content/add-plugins/segment.md @@ -185,7 +185,7 @@ After adding the above subscriber, run your server again if it isn’t running a ![The customer created event is recoreded on the Segment source](https://i.imgur.com/4LD41xE.png) -## What’s Next 🚀 +## What’s 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. diff --git a/docs/content/add-plugins/sendgrid.mdx b/docs/content/add-plugins/sendgrid.mdx index a1b06d78f1..c82bbcfd68 100644 --- a/docs/content/add-plugins/sendgrid.mdx +++ b/docs/content/add-plugins/sendgrid.mdx @@ -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) -## What’s Next 🚀 +## What’s 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. \ No newline at end of file diff --git a/docs/content/add-plugins/slack.md b/docs/content/add-plugins/slack.md index 166d4d0513..a6833de6df 100644 --- a/docs/content/add-plugins/slack.md +++ b/docs/content/add-plugins/slack.md @@ -95,7 +95,7 @@ const plugins = [ That’s 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). diff --git a/docs/content/add-plugins/spaces.md b/docs/content/add-plugins/spaces.md index 1d3d37916b..1962c2605f 100644 --- a/docs/content/add-plugins/spaces.md +++ b/docs/content/add-plugins/spaces.md @@ -157,7 +157,7 @@ module.exports = withStoreConfig({ Where `` is the domain name for your Space which can be retrieved from the Space URL. For example, `medusa-server.fra1.digitaloceanspaces.com`. -## What’s Next 🚀 +## What’s 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). diff --git a/docs/content/add-plugins/strapi.md b/docs/content/add-plugins/strapi.md index 1d9b82dd86..1d40c3f563 100644 --- a/docs/content/add-plugins/strapi.md +++ b/docs/content/add-plugins/strapi.md @@ -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), you’ll see that the product is also updated on Strapi. -## What’s Next 🚀 +## What’s Next - Learn [how to deploy the Medusa server](../deployments/server/index.mdx). - Learn [how to create your own plugin](../advanced/backend/plugins/create.md). diff --git a/docs/content/add-plugins/stripe.md b/docs/content/add-plugins/stripe.md index 53d6f20f2f..2f9dcde41c 100644 --- a/docs/content/add-plugins/stripe.md +++ b/docs/content/add-plugins/stripe.md @@ -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 Stripe’s dashboard as well. This gives you access to all of Stripe’s analytical capabilities. -## What’s Next 🚀 +## What’s Next - Check out [more plugins](https://github.com/medusajs/medusa/tree/master/packages) you can add to your store. diff --git a/docs/content/add-plugins/twilio-sms.md b/docs/content/add-plugins/twilio-sms.md index 68681c50f3..128f604cd1 100644 --- a/docs/content/add-plugins/twilio-sms.md +++ b/docs/content/add-plugins/twilio-sms.md @@ -122,7 +122,7 @@ If you’re on a Twilio trial make sure that the phone number you entered on che ![Twilio Dashboard](https://i.imgur.com/MXtQMiL.png) -## What’s Next 🚀 +## What’s 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. diff --git a/docs/content/admin/quickstart.md b/docs/content/admin/quickstart.md index b4b4a7ec5d..b1159cc9b2 100644 --- a/docs/content/admin/quickstart.md +++ b/docs/content/admin/quickstart.md @@ -113,7 +113,7 @@ Medusa admin provides a lot of ecommerce features including managing Return Merc You can learn more about Medusa admin and its features in the [User Guide](../user-guide/index.mdx). -## What’s Next 🚀 +## What’s Next - Install the [Next.js](../starters/nextjs-medusa-starter.md) or [Gatsby](../starters/gatsby-medusa-starter.md) storefront starters. - [Learn how you can use `create-medusa-app` to install all of Medusa’s 3 components.](../usage/create-medusa-app.mdx) diff --git a/docs/content/advanced/admin/import-products.mdx b/docs/content/advanced/admin/import-products.mdx index e988e1396a..52e66d12d9 100644 --- a/docs/content/advanced/admin/import-products.mdx +++ b/docs/content/advanced/admin/import-products.mdx @@ -288,7 +288,7 @@ After confirming the batch job, you can check the status while it is processing - If the status is `failed`, it means an error has occurred during the import. You can check the error in `result.errors`. - If the status is `completed`, it means the import has finished successfully. -## What’s Next 🚀 +## What’s Next - Learn more about [Batch Jobs and how they work](../backend/batch-jobs/index.md). - Check out the [Batch Jobs API Reference](https://docs.medusajs.com/api/admin/#tag/Batch-Job). diff --git a/docs/content/advanced/admin/use-customergroups-api.mdx b/docs/content/advanced/admin/use-customergroups-api.mdx index 775a0a0218..cfe3a0b1e8 100644 --- a/docs/content/advanced/admin/use-customergroups-api.mdx +++ b/docs/content/advanced/admin/use-customergroups-api.mdx @@ -457,7 +457,7 @@ When you create or update a price list, you can specify one or more customer gro --- -## What’s Next 🚀 +## What’s Next - Learn more about [Customer Groups](../backend/customer-groups/index.md). - Learn about [how to use Sales Channels](../backend/sales-channels/manage-admin.mdx). \ No newline at end of file diff --git a/docs/content/advanced/backend/batch-jobs/create.md b/docs/content/advanced/backend/batch-jobs/create.md index 5822de390b..97035e197e 100644 --- a/docs/content/advanced/backend/batch-jobs/create.md +++ b/docs/content/advanced/backend/batch-jobs/create.md @@ -376,7 +376,7 @@ The batch job will start processing afterward. Based on the batch job strategy i You can [retrieve the batch job](#optional-retrieve-batch-job) at any given point to check its status. -## What’s Next 🚀 +## What’s Next - Learn more about [batch jobs](./index.md). - Learn how to [import products using the Admin API](../../admin/import-products.mdx). diff --git a/docs/content/advanced/backend/batch-jobs/customize-import.md b/docs/content/advanced/backend/batch-jobs/customize-import.md index 86aad87333..b52bec67ec 100644 --- a/docs/content/advanced/backend/batch-jobs/customize-import.md +++ b/docs/content/advanced/backend/batch-jobs/customize-import.md @@ -109,7 +109,7 @@ If you don’t want to overwrite Medusa’s batch job strategy, you can create a For more details on creating custom batch job strategies, please check out the [Create Batch Job Strategy documentation](create.md). -## What’s Next 🚀 +## What’s Next - Learn more about [batch jobs](./index.md). - Learn [how to use the Import Product APIs](../../admin/import-products.mdx). diff --git a/docs/content/advanced/backend/cron-jobs/create.md b/docs/content/advanced/backend/cron-jobs/create.md index 1b37c2e32d..a13f54163e 100644 --- a/docs/content/advanced/backend/cron-jobs/create.md +++ b/docs/content/advanced/backend/cron-jobs/create.md @@ -123,6 +123,6 @@ To test the previous example out instantly, you can change the cron job expressi ::: -## What’s Next 🚀 +## What’s Next - Learn more about [services and how you can use them](../services/overview.md). diff --git a/docs/content/advanced/backend/customer-groups/index.md b/docs/content/advanced/backend/customer-groups/index.md index 32d4829ca1..97a7a74867 100644 --- a/docs/content/advanced/backend/customer-groups/index.md +++ b/docs/content/advanced/backend/customer-groups/index.md @@ -54,7 +54,7 @@ The relation between the `PriceList` and `CustomerGroup` entities is available o --- -## What’s Next 🚀 +## What’s Next - Learn [how to manage customer groups using the Admin APIs](../../admin/use-customergroups-api.mdx). - Learn more about [Price Lists and how they work](../price-lists/index.md). diff --git a/docs/content/advanced/backend/endpoints/add-admin.md b/docs/content/advanced/backend/endpoints/add-admin.md index 494e7403be..b48e60e1f0 100644 --- a/docs/content/advanced/backend/endpoints/add-admin.md +++ b/docs/content/advanced/backend/endpoints/add-admin.md @@ -214,7 +214,7 @@ export default (rootDirectory, pluginOptions) => { } ``` -## What’s Next 🚀 +## What’s Next - [Learn how to add an endpoint for the Storefront.](/advanced/backend/endpoints/add-storefront) - [Check out the API reference for all available endpoints.](https://docs.medusajs.com/api/admin) diff --git a/docs/content/advanced/backend/endpoints/add-storefront.md b/docs/content/advanced/backend/endpoints/add-storefront.md index de82960485..b1c8587b5e 100644 --- a/docs/content/advanced/backend/endpoints/add-storefront.md +++ b/docs/content/advanced/backend/endpoints/add-storefront.md @@ -213,7 +213,7 @@ export default (rootDirectory, pluginOptions) => { } ``` -## What’s Next :rocket: +## What’s Next - [Learn how to add an endpoint for the Admin.](/advanced/backend/endpoints/add-admin) - [Check out the API reference for all available endpoints.](https://docs.medusajs.com/api/store) diff --git a/docs/content/advanced/backend/entities/index.md b/docs/content/advanced/backend/entities/index.md index 82843d7a7c..f550f38bca 100644 --- a/docs/content/advanced/backend/entities/index.md +++ b/docs/content/advanced/backend/entities/index.md @@ -125,7 +125,7 @@ To delete soft-deletable entities that extend the `SoftDeletableEntity` class, y await postRepository.softDelete(post.id); ``` -## What’s Next 🚀 +## What’s Next - Check out Medusa's entities in the [Entities' reference](../../../references/entities/classes/Address.md). - Learn about [migrations](../migrations/overview.md). diff --git a/docs/content/advanced/backend/entities/overview.md b/docs/content/advanced/backend/entities/overview.md index 759724a4f8..f07893d921 100644 --- a/docs/content/advanced/backend/entities/overview.md +++ b/docs/content/advanced/backend/entities/overview.md @@ -16,7 +16,7 @@ All entities must extend either the `BaseEntity` or `SoftDeletableEntity` classe The `SoftDeletableEntity` class extends the `BaseEntity` class and adds another column `deleted_at`. If an entity can be soft deleted, meaning that a row in it can appear to the user as deleted but still be available in the database, it should extend `SoftDeletableEntity`. -## What's Next :rocket: +## What's Next - Learn [how to create an entity](./index.md). - Check out Medusa's entities in the [Entities' reference](../../../references/entities/classes/Address.md). \ No newline at end of file diff --git a/docs/content/advanced/backend/feature-flags/toggle.md b/docs/content/advanced/backend/feature-flags/toggle.md index 1c3c4c9d63..6ea442dca1 100644 --- a/docs/content/advanced/backend/feature-flags/toggle.md +++ b/docs/content/advanced/backend/feature-flags/toggle.md @@ -85,7 +85,7 @@ If you had the feature flag previously enabled, and you want to disable this fea You can follow [this documentation to learn how to revert the last migration you ran](https://docs.medusajs.com/cli/reference#migrations). -## What’s Next 🚀 +## What’s Next - Learn more about [Migrations](../migrations/overview.md). - Learn how to [configure your Medusa server](../../../usage/configurations.md). diff --git a/docs/content/advanced/backend/migrations/index.md b/docs/content/advanced/backend/migrations/index.md index aaec6bc0fa..0fb24f620f 100644 --- a/docs/content/advanced/backend/migrations/index.md +++ b/docs/content/advanced/backend/migrations/index.md @@ -38,6 +38,6 @@ medusa migrations run If you check your database now you should see that the change defined by the migration has been applied successfully. -## What’s Next 🚀 +## What’s Next - Learn more about [setting up your development server](../../../tutorial/0-set-up-your-development-environment.mdx). diff --git a/docs/content/advanced/backend/migrations/overview.md b/docs/content/advanced/backend/migrations/overview.md index b5c82f4397..eaee22ae25 100644 --- a/docs/content/advanced/backend/migrations/overview.md +++ b/docs/content/advanced/backend/migrations/overview.md @@ -48,7 +48,7 @@ npm run seed This will use the underlying `seed` command provided by Medusa's CLI to seed your database with data from the file `data/seed.json` on your Medusa server. -## What's Next :rocket: +## What's Next - Learn [how to create a migration](index.md) - Learn more about [setting up your development server](../../../tutorial/set-up-your-development-environment). diff --git a/docs/content/advanced/backend/notification/how-to-create-notification-provider.md b/docs/content/advanced/backend/notification/how-to-create-notification-provider.md index 7970c6b5e7..ce52e64ec4 100644 --- a/docs/content/advanced/backend/notification/how-to-create-notification-provider.md +++ b/docs/content/advanced/backend/notification/how-to-create-notification-provider.md @@ -264,7 +264,7 @@ Then, send a request to the [Resend Notification](https://docs.medusajs.com/api/ This request returns the same notification object as the List Notifications endpoint, but it now has a new object in the `resends` array. This is the resent notification. If you supplied a `to` parameter in the request body, you should see its value in the `to` property of the resent notification object. -## What’s Next 🚀 +## What’s Next - Check out the [list of events](../subscribers/events-list.md) you can listen to. - Check out the [SendGrid](../../../add-plugins/sendgrid.mdx) plugin for easy integration of email notifications. diff --git a/docs/content/advanced/backend/notification/overview.md b/docs/content/advanced/backend/notification/overview.md index 286d8cbfaa..0a4c6913cb 100644 --- a/docs/content/advanced/backend/notification/overview.md +++ b/docs/content/advanced/backend/notification/overview.md @@ -78,7 +78,7 @@ An example of a flow that can be implemented using Medusa's Notification API is - The customer returns the items triggering the `return.recieved` event. - The Notification Provider listens to the `return.received` event and sends an email to the customer with confirmation that their items have been received and that a refund has been issued. -## What’s Next 🚀 +## What’s Next - Learn how to [create your own Notification Provider](how-to-create-notification-provider.md). - Check out the [list of events](../subscribers/events-list.md) in Medusa. diff --git a/docs/content/advanced/backend/payment/how-to-create-payment-provider.md b/docs/content/advanced/backend/payment/how-to-create-payment-provider.md index f37166d87a..043cdc1f5d 100644 --- a/docs/content/advanced/backend/payment/how-to-create-payment-provider.md +++ b/docs/content/advanced/backend/payment/how-to-create-payment-provider.md @@ -381,7 +381,7 @@ async retrieveSavedMethods(customer) { } ``` -## What’s Next 🚀 +## What’s Next - Check out the Payment Providers for [Stripe](https://github.com/medusajs/medusa/tree/2e6622ec5d0ae19d1782e583e099000f0a93b051/packages/medusa-payment-stripe) and [PayPal](https://github.com/medusajs/medusa/tree/2e6622ec5d0ae19d1782e583e099000f0a93b051/packages/medusa-payment-paypal) for implementation examples. - Learn more about the [frontend checkout flow](./../../storefront/how-to-implement-checkout-flow.mdx). diff --git a/docs/content/advanced/backend/payment/overview.md b/docs/content/advanced/backend/payment/overview.md index 22cf5d06a0..82b0afd2bd 100644 --- a/docs/content/advanced/backend/payment/overview.md +++ b/docs/content/advanced/backend/payment/overview.md @@ -118,7 +118,7 @@ If then the request is interrupted for any reason or the payment fails, the clie This prevents any payment issues from occurring with the customers and allows for secure retries of failed payments or interrupted connections. -## What’s Next 🚀 +## What’s Next - [Check out how the checkout flow is implemented on the frontend.](./../../storefront/how-to-implement-checkout-flow.mdx) - Check out payment plugins like [Stripe](../../../add-plugins/stripe.md), [Paypal](/add-plugins/paypal), and [Klarna](../../../add-plugins/klarna.md). diff --git a/docs/content/advanced/backend/plugins/create.md b/docs/content/advanced/backend/plugins/create.md index 9ace73804a..db33ebaade 100644 --- a/docs/content/advanced/backend/plugins/create.md +++ b/docs/content/advanced/backend/plugins/create.md @@ -455,7 +455,7 @@ To install any published plugin, you can run the following command on any Medusa npm install medusa-plugin-custom ``` -## What’s Next 🚀 +## What’s Next - Check out [available Services in Medusa](references/services/../../../../../references/services/classes/AuthService.md) that you can use in your plugin. - Check out [available events](../subscribers/events-list.md) that you can listen to in Subscribers. diff --git a/docs/content/advanced/backend/plugins/overview.md b/docs/content/advanced/backend/plugins/overview.md index e62ba7ac11..aaad259683 100644 --- a/docs/content/advanced/backend/plugins/overview.md +++ b/docs/content/advanced/backend/plugins/overview.md @@ -48,7 +48,7 @@ If you’re installing an official plugin from the Medusa repository, you can fi For community plugins, please refer to the installation instructions of that plugin to learn about any required configurations. -## What’s Next 🚀 +## What’s Next - Learn how to [create your own plugin](create.md). - Learn how to [create a fulfillment provider](../shipping/add-fulfillment-provider.md) or a [payment provider](../payment/how-to-create-payment-provider.md). diff --git a/docs/content/advanced/backend/price-lists/index.md b/docs/content/advanced/backend/price-lists/index.md index c07b2a496e..4784a019e9 100644 --- a/docs/content/advanced/backend/price-lists/index.md +++ b/docs/content/advanced/backend/price-lists/index.md @@ -81,7 +81,7 @@ Since the line item belongs to a cart, there’s no need to pass the `region_id` --- -## What’s Next 🚀 +## What’s Next - Learn more about [price selection strategies](../price-selection-strategy/index.md). - Learn [how to use the PriceList Admin APIs](./use-api.mdx). diff --git a/docs/content/advanced/backend/price-lists/use-api.mdx b/docs/content/advanced/backend/price-lists/use-api.mdx index a65ab648e4..3c311fadf2 100644 --- a/docs/content/advanced/backend/price-lists/use-api.mdx +++ b/docs/content/advanced/backend/price-lists/use-api.mdx @@ -466,7 +466,7 @@ This request returns the ID of the deleted price list. --- -## What’s Next 🚀 +## What’s Next - Learn more about [price lists](./index.md). - Learn how the [price selection strategy works](../price-selection-strategy/index.md). \ No newline at end of file diff --git a/docs/content/advanced/backend/price-selection-strategy/index.md b/docs/content/advanced/backend/price-selection-strategy/index.md index 3b1ef07de4..4d552d81d5 100644 --- a/docs/content/advanced/backend/price-selection-strategy/index.md +++ b/docs/content/advanced/backend/price-selection-strategy/index.md @@ -60,7 +60,7 @@ The context that is passed to the `calculateVariantPrice` method is an object th --- -## What’s Next 🚀 +## What’s Next - Learn [how to override the price selection strategy](./override.md). - Learn more about [price lists](./../price-lists/index.md). diff --git a/docs/content/advanced/backend/price-selection-strategy/override.md b/docs/content/advanced/backend/price-selection-strategy/override.md index e9f1dbf185..1615ae52ad 100644 --- a/docs/content/advanced/backend/price-selection-strategy/override.md +++ b/docs/content/advanced/backend/price-selection-strategy/override.md @@ -106,6 +106,6 @@ Then, try out your strategy using any of the [Products](https://docs.medusajs.co --- -## What’s Next 🚀 +## What’s Next - Learn more about [price list selection strategy](./index.md). diff --git a/docs/content/advanced/backend/sales-channels/index.md b/docs/content/advanced/backend/sales-channels/index.md index e2f678975a..7d48c47d42 100644 --- a/docs/content/advanced/backend/sales-channels/index.md +++ b/docs/content/advanced/backend/sales-channels/index.md @@ -68,7 +68,7 @@ The relation is implemented in the [Order](../../../references/entities/classes/ --- -## What’s Next 🚀 +## What’s Next - Learn how to [manage Sales Channels using the Admin APIs](./manage-admin.mdx). - Check out the [Sales Channel’s Admin APIs](https://docs.medusajs.com/api/admin/#tag/Sales-Channel). diff --git a/docs/content/advanced/backend/sales-channels/manage-admin.mdx b/docs/content/advanced/backend/sales-channels/manage-admin.mdx index d93f27be8a..3f7ee2906e 100644 --- a/docs/content/advanced/backend/sales-channels/manage-admin.mdx +++ b/docs/content/advanced/backend/sales-channels/manage-admin.mdx @@ -517,6 +517,6 @@ The request returns an array of orders that are associated with the specified sa --- -## What’s Next 🚀 +## What’s Next - Learn more about [Sales Channels and how they work](./index.md). \ No newline at end of file diff --git a/docs/content/advanced/backend/services/create-service.md b/docs/content/advanced/backend/services/create-service.md index 880bff51cd..451339cb55 100644 --- a/docs/content/advanced/backend/services/create-service.md +++ b/docs/content/advanced/backend/services/create-service.md @@ -90,7 +90,7 @@ constructor({ helloService, eventBusService }) { } ``` -## What’s Next 🚀 +## What’s Next - Check out the [Services Reference](/references/services/classes/AuthService) to see a list of all services in Medusa. - [Learn How to Create an Endpoint.](/advanced/backend/endpoints/add-storefront) diff --git a/docs/content/advanced/backend/services/overview.md b/docs/content/advanced/backend/services/overview.md index d8c58c6ad0..1652b52c70 100644 --- a/docs/content/advanced/backend/services/overview.md +++ b/docs/content/advanced/backend/services/overview.md @@ -18,7 +18,7 @@ For example, if the file name is `hello.js`, the service will be registered as ` The registration name of the service is important, as you’ll be referring to it when you want to get access to the service using dependency injection or in routes. -## What's Next :rocket: +## What's Next - Learn [how to create a service](./create-service.md) - Check out the [Services Reference](/references/services/classes/AuthService) to see a list of all services in Medusa. diff --git a/docs/content/advanced/backend/shipping/add-fulfillment-provider.md b/docs/content/advanced/backend/shipping/add-fulfillment-provider.md index 878181ef34..f2c04f1807 100644 --- a/docs/content/advanced/backend/shipping/add-fulfillment-provider.md +++ b/docs/content/advanced/backend/shipping/add-fulfillment-provider.md @@ -266,7 +266,7 @@ cancelFulfillment(fulfillment) { } ``` -## What’s Next 🚀 +## What’s Next - Check out the [Webshipper plugin](https://github.com/medusajs/medusa/tree/cab5821f55cfa448c575a20250c918b7fc6835c9/packages/medusa-fulfillment-webshipper) for an example of a fulfillment provider that interacts with a third-party providers. - Check out the [manual fulfillment plugin](https://github.com/medusajs/medusa/tree/cab5821f55cfa448c575a20250c918b7fc6835c9/packages/medusa-payment-manual) for a basic implementation of a fulfillment provider. diff --git a/docs/content/advanced/backend/shipping/overview.md b/docs/content/advanced/backend/shipping/overview.md index d7ff7a9981..b591392359 100644 --- a/docs/content/advanced/backend/shipping/overview.md +++ b/docs/content/advanced/backend/shipping/overview.md @@ -135,7 +135,7 @@ The `ShippingMethod` also belongs to the `Order` entity. This association is The `ShippingMethod` instance holds a `price` attribute, which will either be the flat rate price or the calculated price. -## What’s Next :rocket: +## What’s Next - [Learn how to Create a Fulfillment Provider.](./add-fulfillment-provider.md) - Check out [available shipping plugins](https://github.com/medusajs/medusa/tree/master/packages). diff --git a/docs/content/advanced/backend/subscribers/create-subscriber.md b/docs/content/advanced/backend/subscribers/create-subscriber.md index 880d6255a3..6005a39206 100644 --- a/docs/content/advanced/backend/subscribers/create-subscriber.md +++ b/docs/content/advanced/backend/subscribers/create-subscriber.md @@ -71,7 +71,7 @@ constructor({ productService, eventBusService }) { You can then use `this.productService` anywhere in your subscriber’s methods. -## What’s Next 🚀 +## What’s Next - [View the list of all events](events-list.md) - [Learn how to create a service.](/advanced/backend/services/create-service) diff --git a/docs/content/advanced/backend/subscribers/events-list.md b/docs/content/advanced/backend/subscribers/events-list.md index 9b3825c030..d653339f62 100644 --- a/docs/content/advanced/backend/subscribers/events-list.md +++ b/docs/content/advanced/backend/subscribers/events-list.md @@ -2153,7 +2153,7 @@ Object of the following format: -## What’s Next 🚀 +## What’s Next - Learn how you can [use services in subscribers](create-subscriber.md#using-services-in-subscribers). - Learn how to [create notifications](../notification/overview.md) in Medusa. diff --git a/docs/content/advanced/backend/subscribers/overview.md b/docs/content/advanced/backend/subscribers/overview.md index 8f3603b4a9..d4ac9daa2f 100644 --- a/docs/content/advanced/backend/subscribers/overview.md +++ b/docs/content/advanced/backend/subscribers/overview.md @@ -20,7 +20,7 @@ Custom subscribers reside in your project's `src/subscribers` directory. Files h Whenever an event is emitted, the subscriber’s registered handler method is executed. The handler method receives as a parameter an object that holds data related to the event. For example, if an order is placed the `order.placed` event will be emitted and all the handlers will receive the order id in the parameter object. -## What's Next :rocket: +## What's Next - Learn [how to create a Subscriber](create-subscriber.md). - [View the list of all events](events-list.md). diff --git a/docs/content/advanced/backend/taxes/inclusive-pricing.md b/docs/content/advanced/backend/taxes/inclusive-pricing.md index c38d4b97c7..616453611e 100644 --- a/docs/content/advanced/backend/taxes/inclusive-pricing.md +++ b/docs/content/advanced/backend/taxes/inclusive-pricing.md @@ -187,7 +187,7 @@ The relevant fields are: During the calculation of the totals of different components of the cart or order, such as shipping or line items, if tax inclusivity is enabled on that component, a process similar to those explained above will be applied to retrieve the total. -## What’s Next 🚀 +## What’s Next - Learn how to [calculate taxes manually](manual-calculation.md). - [Check out the API reference](https://docs.medusajs.com/api/store/). diff --git a/docs/content/advanced/backend/taxes/manual-calculation.md b/docs/content/advanced/backend/taxes/manual-calculation.md index 1c9c26f1be..cb2fadc45a 100644 --- a/docs/content/advanced/backend/taxes/manual-calculation.md +++ b/docs/content/advanced/backend/taxes/manual-calculation.md @@ -82,7 +82,7 @@ You can learn how to [retrieve and use services](../services/create-service.md#u ::: -## What’s Next 🚀 +## What’s Next - Learn about [tax-inclusive pricing](inclusive-pricing.md). - Learn about available methods in [CartsService](../../../references/services/classes/CartService.md) and [TotalsService](../../../references/services/classes/TotalsService.md). diff --git a/docs/content/advanced/storefront/how-to-implement-checkout-flow.mdx b/docs/content/advanced/storefront/how-to-implement-checkout-flow.mdx index 1d3d09928c..95a73bf49b 100644 --- a/docs/content/advanced/storefront/how-to-implement-checkout-flow.mdx +++ b/docs/content/advanced/storefront/how-to-implement-checkout-flow.mdx @@ -358,7 +358,7 @@ The request returns two properties: `type` and `data`. If the order was placed s If an error occurred while placing the order, `type` will be `cart` and `data` will be the cart's data. -## What’s Next 🚀 +## What’s Next - Learn more about the [JS Client and how to use it](../../js-client/overview.md). - Check out available plugins for popular payment providers such as [Stripe](../../add-plugins/stripe.md) and [PayPal](/add-plugins/paypal.md). diff --git a/docs/content/cli/reference.md b/docs/content/cli/reference.md index 3d1ab05797..24adca335c 100644 --- a/docs/content/cli/reference.md +++ b/docs/content/cli/reference.md @@ -206,7 +206,7 @@ medusa telemetry | `--enable` | Enable telemetry (default) | | `--disable` | Disable telemetry | -## What’s Next 🚀 +## What’s Next - Learn more about [anonymous usage data collection](../usage.md). - Learn how to [configure your Medusa server](../usage/configurations.md). diff --git a/docs/content/deployments/admin/deploying-on-netlify.md b/docs/content/deployments/admin/deploying-on-netlify.md index c2885ed723..7a8438b8f4 100644 --- a/docs/content/deployments/admin/deploying-on-netlify.md +++ b/docs/content/deployments/admin/deploying-on-netlify.md @@ -269,7 +269,7 @@ Where `` is the URL of your Medusa Admin that you just deployed. Then, restart your Medusa server. Once the server is running again, you can log in to the Medusa Admin and use it. -## What’s Next 🚀 +## What’s Next - Learn how to [deploy your storefront](../storefront/index.mdx). - Learn more about [how you can configure Medusa](../../usage/configurations.md). diff --git a/docs/content/deployments/server/deploying-on-digital-ocean.md b/docs/content/deployments/server/deploying-on-digital-ocean.md index f9682e9d99..3b2a6edea0 100644 --- a/docs/content/deployments/server/deploying-on-digital-ocean.md +++ b/docs/content/deployments/server/deploying-on-digital-ocean.md @@ -275,7 +275,7 @@ Then, scroll down and find Environment Variables. You can expand the environment Once you click Save, the environment variables will be saved and a redeployment will be triggered. -## What’s Next 🚀 +## What’s Next - Learn [how to deploy the Medusa Admin to Netlify](../admin/deploying-on-netlify.md). - Learn [how to deploy the Gatsby Storefront to Netlify](../storefront/deploying-gatsby-on-netlify.md). diff --git a/docs/content/deployments/server/deploying-on-heroku.mdx b/docs/content/deployments/server/deploying-on-heroku.mdx index fa318bdf55..4a6c763754 100644 --- a/docs/content/deployments/server/deploying-on-heroku.mdx +++ b/docs/content/deployments/server/deploying-on-heroku.mdx @@ -280,7 +280,7 @@ heroku config:set = -a Where `` is the name of your Heroku app, `` is the name of the environment variable, and `` is the value. -## What's Next :rocket: +## What's Next - Learn how to [deploy your Medusa admin](../admin/index.mdx). - Learn how to [deploy your storefront](../storefront/index.mdx). diff --git a/docs/content/deployments/server/deploying-on-qovery.md b/docs/content/deployments/server/deploying-on-qovery.md index ae371f839d..55e161adb2 100644 --- a/docs/content/deployments/server/deploying-on-qovery.md +++ b/docs/content/deployments/server/deploying-on-qovery.md @@ -502,7 +502,7 @@ To add environment variables, in your [Qovery Console](https://console.qovery.co ![Environment Variables in the sidebar](https://i.imgur.com/aQl7zdz.png) -## What’s Next 🚀 +## What’s Next - Learn how to [deploy the Medusa Admin to Netlify](../admin/deploying-on-netlify.md). - Learn how to [deploy the Gatsby Storefront to Netlify](../storefront/deploying-gatsby-on-netlify.md). diff --git a/docs/content/deployments/storefront/deploying-gatsby-on-netlify.md b/docs/content/deployments/storefront/deploying-gatsby-on-netlify.md index 7cc7fae28d..31c67d43c1 100644 --- a/docs/content/deployments/storefront/deploying-gatsby-on-netlify.md +++ b/docs/content/deployments/storefront/deploying-gatsby-on-netlify.md @@ -305,7 +305,7 @@ Where `` is the URL of your Gatsby storefront that you just depl Then, restart your Medusa server. Once the server is running again, you can use your Gatsby storefront. -## What’s Next 🚀 +## What’s Next - Learn how to [deploy the Medusa Admin](../admin/index.mdx). - Learn more about [Medusa’s configurations](../../usage/configurations.md). diff --git a/docs/content/guides/carts-in-medusa.mdx b/docs/content/guides/carts-in-medusa.mdx index 8926d050ff..20f11f0c7e 100644 --- a/docs/content/guides/carts-in-medusa.mdx +++ b/docs/content/guides/carts-in-medusa.mdx @@ -385,7 +385,7 @@ This request accepts the ID of the cart and the ID of the line item as path para It returns the updated cart. -## What’s Next 🚀 +## What’s Next - Learn [how to implement the checkout flow in your storefront](../advanced/storefront/how-to-implement-checkout-flow.mdx). - Learn more about the [JS Client and how to use it](../js-client/overview.md). diff --git a/docs/content/homepage.md b/docs/content/homepage.md index 6e54f29e58..929ce3c022 100644 --- a/docs/content/homepage.md +++ b/docs/content/homepage.md @@ -58,7 +58,7 @@ Medusa provides two starter storefronts, one built with [Next.js](./starters/nex Alternatively, you can build your own storefront with any frontend framework of your choice just by connecting to your server with the [Storefront REST APIs](https://docs.medusajs.com/api/store). -## What’s Next 🚀 +## What’s Next - Customize your Medusa server by creating your own [endpoints](./advanced/backend/endpoints/add-storefront.md), [services](./advanced/backend/services/create-service.md), and [subscribers](./advanced/backend/subscribers/create-subscriber.md). - Check out guides under the Integrations section to install plugins for [CMS](./add-plugins/strapi.md), [Payment](./add-plugins/stripe.md), [Search Engines](./add-plugins/algolia.md), and more. diff --git a/docs/content/quickstart/quick-start-docker.md b/docs/content/quickstart/quick-start-docker.md index 93f54ed8c3..ca6eadfb81 100644 --- a/docs/content/quickstart/quick-start-docker.md +++ b/docs/content/quickstart/quick-start-docker.md @@ -98,7 +98,7 @@ It's important to configure your Medusa server properly and learn how environmen You can learn more about configuring your server and loading environment variables in the [Configure your Server documentation](../usage/configurations.md). -## What's next :rocket: +## What's Next - Install the [Next.js](../starters/nextjs-medusa-starter.md) or [Gatsby](../starters/gatsby-medusa-starter.md) storefronts to set up your ecommerce storefront quickly. - Install the [Medusa Admin](../admin/quickstart.md) to supercharge your ecommerce experience with easy access to configurations and features. diff --git a/docs/content/quickstart/quick-start.md b/docs/content/quickstart/quick-start.md index f88bbdb228..a31342f751 100644 --- a/docs/content/quickstart/quick-start.md +++ b/docs/content/quickstart/quick-start.md @@ -79,7 +79,7 @@ To upload product images to your Medusa server, you must install and configure o - [S3](../add-plugins/s3.md) - [DigitalOcean Spaces](../add-plugins/spaces.md) -## What's next :rocket: +## What's Next - Install the [Next.js](../starters/nextjs-medusa-starter.md) or [Gatsby](../starters/gatsby-medusa-starter.md) storefronts to set up your ecommerce storefront. - Install the [Medusa Admin](../admin/quickstart.md) to supercharge your ecommerce experience with easy access to configurations and features. diff --git a/docs/content/starters/gatsby-medusa-starter.md b/docs/content/starters/gatsby-medusa-starter.md index eca66cb78e..7bb9bc486f 100644 --- a/docs/content/starters/gatsby-medusa-starter.md +++ b/docs/content/starters/gatsby-medusa-starter.md @@ -107,7 +107,7 @@ The Gatsby storefront comes with a lot of features out of the box including: ![Request Return for Order](https://i.imgur.com/mAChp3f.png) -## What’s Next 🚀 +## What’s Next - Check the [Storefront API reference](https://docs.medusajs.com/api/store) for a full list of REST APIs to use on your storefront. - Learn how to [deploy the Gatsby storefront on Netlify](../deployments/storefront/deploying-gatsby-on-netlify.md). diff --git a/docs/content/starters/nextjs-medusa-starter.md b/docs/content/starters/nextjs-medusa-starter.md index 3a2219b71b..c409f45b58 100644 --- a/docs/content/starters/nextjs-medusa-starter.md +++ b/docs/content/starters/nextjs-medusa-starter.md @@ -212,7 +212,7 @@ You can learn more about development with Next.js through [their documentation]( ![Checkout Page](https://i.imgur.com/VC8SYfb.png) -## What’s Next 🚀 +## What’s Next - Check the [Storefront API reference](https://docs.medusajs.com/api/store) for a full list of REST APIs to use on your storefront. - Learn [how to install Medusa Admin](../admin/quickstart.md). diff --git a/docs/content/tutorial/0-set-up-your-development-environment.mdx b/docs/content/tutorial/0-set-up-your-development-environment.mdx index e0128a8119..82f16b5cf6 100644 --- a/docs/content/tutorial/0-set-up-your-development-environment.mdx +++ b/docs/content/tutorial/0-set-up-your-development-environment.mdx @@ -251,7 +251,7 @@ To install Redis without Homebrew you can check out [Redis’s guide on installi -## What’s Next 🚀 +## What’s Next - Learn how to [configure your Medusa server](../usage/configurations.md). - Learn how to install a storefront with [Next.js](../starters/nextjs-medusa-starter.md) or [Gatsby](./../starters/gatsby-medusa-starter.md). diff --git a/docs/content/usage/configurations.md b/docs/content/usage/configurations.md index dabdf76346..b4bdebcce9 100644 --- a/docs/content/usage/configurations.md +++ b/docs/content/usage/configurations.md @@ -306,7 +306,7 @@ It is recommended to use environment variables to store values of options instea ::: -## What’s Next 🚀 +## What’s Next - Check out the [Next.js](../starters/nextjs-medusa-starter.md) and [Gatsby](../starters/gatsby-medusa-starter.md) starter storefronts. - Install the [Medusa admin](../admin/quickstart.md). diff --git a/docs/content/usage/create-medusa-app.mdx b/docs/content/usage/create-medusa-app.mdx index e645d1da21..f7823b0d4d 100644 --- a/docs/content/usage/create-medusa-app.mdx +++ b/docs/content/usage/create-medusa-app.mdx @@ -86,7 +86,7 @@ Learn more about the [Next.js](../starters/nextjs-medusa-starter.md) and [Gatsby After choosing the above starters, the installation of each component will begin along with its dependencies. Once the installation is done, you’ll see instructions related to how to start each component. ```bash -Your project is ready 🚀. The available commands are: +Your project is ready. The available commands are: Medusa API cd my-medusa-store/backend @@ -114,7 +114,7 @@ Inside the root project directory which was specified at the beginning of the in /admin // Medusa admin panel ``` -## What’s Next 🚀 +## What’s Next - Learn how to [deploy the Medusa server](../deployments/server/index.mdx). - Learn how to [deploy the Medusa admin](../deployments/admin/index.mdx). diff --git a/docs/content/usage/local-development.md b/docs/content/usage/local-development.md index 8cabf8be0c..071558e75b 100644 --- a/docs/content/usage/local-development.md +++ b/docs/content/usage/local-development.md @@ -178,7 +178,7 @@ medusa-dev -q medusa-dev --packages @medusajs/medusa-cli medusa-file-minio ``` -## What’s Next 🚀 +## What’s Next - Check out our [contribution guidelines](https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md). - Learn how to [create a plugin](../advanced/backend/plugins/create.md).