Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update add-site.mdx #16987

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/partials/fundamentals/add-site.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import { GlossaryTooltip, Render } from "~/components"

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
2. In the top navigation bar, select **Add site**.
3. Enter your website’s <GlossaryTooltip term="apex domain">apex domain</GlossaryTooltip> (`example.com`) and then select **Continue**.
2. Select **Add a domain**.
3. Enter your website’s <GlossaryTooltip term="apex domain">apex domain</GlossaryTooltip> (`example.com`), choose how you would like to add your [DNS records](/dns/manage-dns-records/), and select **Continue**.
abstergail marked this conversation as resolved.
Show resolved Hide resolved

:::note

Expand All @@ -16,8 +16,8 @@ import { GlossaryTooltip, Render } from "~/components"
Additionally, Cloudflare requires your `apex domain` to be one level below a valid TLD defined in the [Public Suffix List (PSL)](https://github.com/publicsuffix/list/blob/master/public_suffix_list.dat).
:::

4. Select your plan level. For more details on features and pricing, refer to [our Plans page](https://www.cloudflare.com/plans/#compare-features).
5. Review your DNS records.
4. Select a [plan](https://www.cloudflare.com/plans/#compare-features).
5. Make sure we have all of your [DNS records](/dns/manage-dns-records/).

<Render file="dns-scan-intro" product="dns" /> <br />

Expand Down
Loading