Skip to content

Commit 0cf5ab3

Browse files
committed
Moved files & added redirects
1 parent 28be85d commit 0cf5ab3

File tree

10 files changed

+103
-128
lines changed

10 files changed

+103
-128
lines changed

public/__redirects

Lines changed: 74 additions & 66 deletions
Large diffs are not rendered by default.

src/content/docs/fundamentals/account/create-account.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,26 @@ import { Render } from "~/components"
1515
## Best practices
1616

1717
<Render file="create-account-best-practices" product="fundamentals" />
18+
19+
Once you [set up an account](/fundamentals/setup/account/), you have several ways to interact with Cloudflare.
20+
21+
## Interact with Cloudflare
22+
23+
If you prefer working without code, you can manage your account and domain settings through the [Cloudflare dashboard](https://dash.cloudflare.com/login).
24+
25+
:::note
26+
27+
If your domain was added to Cloudflare by a hosting partner, manage your DNS records via the hosting partner.
28+
29+
:::
30+
31+
For those who prefer to interact with Cloudflare programmatically, you can use several methods:
32+
33+
| Resource | Docs | Description |
34+
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
35+
| [Cloudflare API](/fundamentals/api/) | [API docs](/api/) | RESTful API based on HTTPS requests and JSON responses. |
36+
| [Terraform](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs) | [Terraform docs](/terraform/) | Configure Cloudflare using HashiCorp's Infrastructure as Code tool, Terraform. |
37+
| [cloudflare-go](https://github.com/cloudflare/cloudflare-go) | [README](https://github.com/cloudflare/cloudflare-go#readme) | The official Go library for the Cloudflare API. |
38+
| [cloudflare-typescript](https://github.com/cloudflare/cloudflare-typescript) | [README](https://github.com/cloudflare/cloudflare-typescript#readme) | The official TypeScript library for the Cloudflare API. |
39+
| [cloudflare-python](https://github.com/cloudflare/cloudflare-python) | [README](https://github.com/cloudflare/cloudflare-python#readme) | The official Python library for the Cloudflare API. |
40+

src/content/docs/fundamentals/setup/find-account-and-zone-ids.mdx renamed to src/content/docs/fundamentals/account/find-account-and-zone-ids.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: how-to
3-
title: Find zone and account IDs
3+
title: Find account and zone IDs
44
sidebar:
55
order: 6
66

File renamed without changes.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ To use Cloudflare as a reverse proxy but maintain your DNS provider, refer to [p
2424

2525
## 2. Update nameservers
2626

27+
<Render file="nameserver-preamble" product="dns" /> <br/>
28+
2729
<Render file="update-nameservers" product="fundamentals" />
2830

31+
<Render file="minimize-downtime-tip" product="dns" />
32+
2933
## 3. Complete SSL/TLS setup
3034

3135
To prevent insecure connections and visitor browser errors, [enable SSL/TLS protection](/ssl/get-started/). Many Cloudflare services will automatically protect and speed up your web traffic after your nameservers are updated.
File renamed without changes.

src/content/docs/fundamentals/setup/index.mdx

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/content/docs/fundamentals/setup/interact-with-cloudflare.mdx

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/content/docs/fundamentals/setup/use-cloudflare-without-changing-nameservers.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/content/partials/fundamentals/update-nameservers.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
import { Render } from "~/components"
77

8-
<Render file="nameserver-preamble" product="dns" /> <br/>
9-
108
Before your domain can begin using Cloudflare for DNS resolution, you need to [add these nameservers](/dns/zone-setups/full-setup/setup/#update-your-nameservers) at your registrar. DNSSEC should still be **disabled** at this point.
119

12-
<Render file="minimize-downtime-tip" product="dns" />
10+
If you cannot [change your domain nameservers](/dns/zone-setups/full-setup/), you can still use Cloudflare on your website by activating Cloudflare through a [certified hosting partner](https://www.cloudflare.com/hosting-partners) using a [partial (CNAME) setup](/dns/zone-setups/partial-setup/).

0 commit comments

Comments
 (0)