Skip to content

Commit 05ba15e

Browse files
dcpenathomasgauvin
authored andcommitted
Change instances of Add site (#24044)
1 parent 49adfe2 commit 05ba15e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/content/docs/dns/additional-options/reverse-zones.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To set up a reverse zone, you need to create a reverse DNS zone and add PTR reco
3434

3535
### 1. Create a reverse DNS zone
3636

37-
1. Within your account, click **Add site**.
37+
1. Within your account, click **Add** > **Connect a domain**.
3838

3939
2. For your site name, use the reverse IP address:
4040

src/content/docs/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Get the following values from your Cloudflare account:
7272
To create a secondary zone using the dashboard:
7373

7474
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
75-
2. In the top navigation bar, click **Add site**.
75+
2. In the top navigation bar, click **Add** > **Connect a domain**.
7676
3. Enter your zone name and choose **Secondary DNS** (if this option is not available, contact your account team).
77-
4. Click **Add site**.
77+
4. Click **Continue**.
7878
5. Select your plan type.
7979
6. Choose a value for **Zone refresh**, which controls the number of seconds between zone updates from your primary DNS server.
8080
:::caution

src/content/docs/fundamentals/manage-domains/add-site.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To use Cloudflare as a reverse proxy but maintain your DNS provider, refer to [p
2121
## 1. Add site in Cloudflare
2222

2323
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
24-
2. Select **Add a domain**.
24+
2. Select **Add** > **Connect a domain**.
2525
3. Enter your website's <GlossaryTooltip term="apex domain">apex domain</GlossaryTooltip> (for example, `example.com`), choose how you would like to add your [DNS records](/dns/manage-dns-records/), and select **Continue**.
2626
:::note
2727
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).

src/content/docs/pages/how-to/use-direct-upload-with-continuous-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Now that you have created your API token, you can use it to push your project fr
3939

4040
### Get project account ID
4141

42-
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/).
42+
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/).
4343

4444
## Use GitHub Actions
4545

0 commit comments

Comments
 (0)