docs: improve alt of images (#12998)
* docs: improve alt of images * fix vale errors
This commit is contained in:
@@ -111,11 +111,11 @@ In addition, Resend allows you to send emails from the address `onboarding@resen
|
||||
1. Go to Domains from the sidebar.
|
||||
2. Click on Add Domain.
|
||||
|
||||

|
||||

|
||||
|
||||
3\. In the form that opens, enter your domain name and select a region close to your users, then click Add.
|
||||
|
||||

|
||||

|
||||
|
||||
4\. In the domain's details page that opens, you'll find DNS records to add to your DNS provider. After you add them, click on Verify DNS Records. You can start sending emails from your custom domain once it's verified.
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ By following this tutorial, you'll learn how to:
|
||||
|
||||
You can follow this tutorial whether you're new to Medusa or an advanced Medusa developer.
|
||||
|
||||

|
||||

|
||||
|
||||
<Card
|
||||
title="Example Repository"
|
||||
@@ -481,27 +481,27 @@ To set the webhook URL, you need to create a Slack application and configure a w
|
||||
1. Go to your [Slack Apps](https://api.slack.com/apps) page.
|
||||
2. Click the "Create New App" button.
|
||||
|
||||

|
||||

|
||||
|
||||
3. In the pop-up, choose "From scratch".
|
||||
4. Enter the app's name and select the workspace to install it in.
|
||||
5. Once you're done, click the "Create App" button.
|
||||
|
||||

|
||||

|
||||
|
||||
6. In the app's settings, go to the "Incoming Webhooks" section.
|
||||
7. Enable the "Activate Incoming Webhooks" toggle.
|
||||
|
||||

|
||||

|
||||
|
||||
8. In the "Webhook URLs for Your Workspace" section, click the "Add New Webhook" button.
|
||||
|
||||

|
||||

|
||||
|
||||
9. Select the channel or conversation to send notifications to and click the "Allow" button.
|
||||
10. Copy the generated webhook URL.
|
||||
|
||||

|
||||

|
||||
|
||||
Then, in the `.env` file of your Medusa application, set the `SLACK_WEBHOOK_URL` and `SLACK_ADMIN_URL` environment variables:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user