diff --git a/src/content/docs/dns/additional-options/reverse-zones.mdx b/src/content/docs/dns/additional-options/reverse-zones.mdx index 5a43c998a655a0d..b7e02b27f2be0a5 100644 --- a/src/content/docs/dns/additional-options/reverse-zones.mdx +++ b/src/content/docs/dns/additional-options/reverse-zones.mdx @@ -34,7 +34,7 @@ To set up a reverse zone, you need to create a reverse DNS zone and add PTR reco ### 1. Create a reverse DNS zone -1. Within your account, click **Add site**. +1. Within your account, click **Add** > **Connect a domain**. 2. For your site name, use the reverse IP address: diff --git a/src/content/docs/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup.mdx b/src/content/docs/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup.mdx index 1fa759e41f8145a..3591117323cb48f 100644 --- a/src/content/docs/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup.mdx +++ b/src/content/docs/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup.mdx @@ -72,9 +72,9 @@ Get the following values from your Cloudflare account: To create a secondary zone using the dashboard: 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account. -2. In the top navigation bar, click **Add site**. +2. In the top navigation bar, click **Add** > **Connect a domain**. 3. Enter your zone name and choose **Secondary DNS** (if this option is not available, contact your account team). -4. Click **Add site**. +4. Click **Continue**. 5. Select your plan type. 6. Choose a value for **Zone refresh**, which controls the number of seconds between zone updates from your primary DNS server. :::caution diff --git a/src/content/docs/fundamentals/manage-domains/add-site.mdx b/src/content/docs/fundamentals/manage-domains/add-site.mdx index e63737b6427b96e..6f26ae92d61fc35 100644 --- a/src/content/docs/fundamentals/manage-domains/add-site.mdx +++ b/src/content/docs/fundamentals/manage-domains/add-site.mdx @@ -21,7 +21,7 @@ To use Cloudflare as a reverse proxy but maintain your DNS provider, refer to [p ## 1. Add site in Cloudflare 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login). -2. Select **Add a domain**. +2. Select **Add** > **Connect a domain**. 3. Enter your website's apex domain (for example, `example.com`), choose how you would like to add your [DNS records](/dns/manage-dns-records/), and select **Continue**. :::note If Cloudflare is unable to identify your domain as a registered domain, make sure you are using an existing [top-level domain](https://www.cloudflare.com/learning/dns/top-level-domain/) (`.com`, `.net`, `.biz`, or others). diff --git a/src/content/docs/pages/how-to/use-direct-upload-with-continuous-integration.mdx b/src/content/docs/pages/how-to/use-direct-upload-with-continuous-integration.mdx index 3bdf58b50934291..5743c7ef37835fd 100644 --- a/src/content/docs/pages/how-to/use-direct-upload-with-continuous-integration.mdx +++ b/src/content/docs/pages/how-to/use-direct-upload-with-continuous-integration.mdx @@ -39,7 +39,7 @@ Now that you have created your API token, you can use it to push your project fr ### Get project account ID -To find your account ID, log in to the Cloudflare dashboard > select your zone in **Account Home** > find your account ID in **Overview** under **API** on the right-side menu. If you have not added a zone, add one by selecting **Add site**. You can purchase a domain from [Cloudflare's registrar](/registrar/). +To find your account ID, log in to the Cloudflare dashboard > select your zone in **Account Home** > find your account ID in **Overview** under **API** on the right-side menu. If you have not added a zone, add one by selecting **Add** > **Connect a domain**. You can purchase a domain from [Cloudflare's registrar](/registrar/). ## Use GitHub Actions