Skip to content

Commit

Permalink
[Chore] Adjust titles and surface get started and other nested pages (#…
Browse files Browse the repository at this point in the history
…17436)

* Adjust SSL, BYOIP, Aegis, and 1. landing page titles

* Link to Get Started from last sentence of Overview intro

* Replace partial by sentence to fix line break issue
  • Loading branch information
RebeccaTamachiro authored Oct 10, 2024
1 parent e67e465 commit c12507e
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 27 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/1.1.1.1/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Overview
title: 1.1.1.1 (DNS Resolver)
pcx_content_type: overview
sidebar:
order: 1
Expand Down
6 changes: 4 additions & 2 deletions src/content/docs/aegis/index.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
title: Overview
title: Cloudflare Aegis
pcx_content_type: overview
sidebar:
order: 1

head:
- tag: title
content: Overview | Cloudflare Aegis docs
---

import { CardGrid, Description, GlossaryTooltip, LinkTitleCard, Plan, RelatedProduct } from "~/components"
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/byoip/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Overview
title: Cloudflare BYOIP
pcx_content_type: overview
sidebar:
order: 1
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/dns/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Leverage Cloudflare's global network to deliver excellent performance and reliab

<Plan type="all" />

Cloudflare DNS is a fast, resilient and easy-to-manage authoritative DNS service. It delivers excellent performance and reliability to your domain while also protecting your business from [DDoS attacks](https://www.cloudflare.com/learning/ddos/what-is-a-ddos-attack/) and [route leaks and hijacking](https://www.cloudflare.com/learning/security/glossary/bgp-hijacking/).
Cloudflare DNS is a fast, resilient and easy-to-manage authoritative DNS service. It delivers excellent performance and reliability to your domain while also protecting your business from [DDoS attacks](https://www.cloudflare.com/learning/ddos/what-is-a-ddos-attack/) and [route leaks and hijacking](https://www.cloudflare.com/learning/security/glossary/bgp-hijacking/). To know where to begin, refer to [Get started](/dns/get-started/).

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Enterprise customers can also purchase a subscription for Advanced Certificate M

Advanced certificates are not used with [Cloudflare Pages](/pages/) nor [R2](/r2/) due to [certificate prioritization](/ssl/reference/certificate-and-hostname-priority/). Both Pages and R2 custom domains use Cloudflare for SaaS certificates.

<Render file="validation-level-intro" params={{ one: "Advanced certificates" }} />. If your organization needs Organization Validated (OV) or Extended Validation (EV) certificates, refer to [Custom certificates](/ssl/edge-certificates/custom-certificates/). <br/>
Advanced certificates are [Domain Validated (DV)](/ssl/concepts/#validation-level). If your organization needs Organization Validated (OV) or Extended Validation (EV) certificates, refer to [Custom certificates](/ssl/edge-certificates/custom-certificates/). <br/>

## Related resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { FeatureTable, GlossaryDefinition, Render } from "~/components"

<GlossaryDefinition term="Universal SSL certificate" />

<Render file="validation-level-intro" params={{ one: "Universal certificates" }} />. For setup details, refer to [Enable Universal SSL](/ssl/edge-certificates/universal-ssl/enable-universal-ssl/).
Universal certificates are [Domain Validated (DV)](/ssl/concepts/#validation-level). For setup details, refer to [Enable Universal SSL](/ssl/edge-certificates/universal-ssl/enable-universal-ssl/).

:::note

Expand Down
24 changes: 12 additions & 12 deletions src/content/docs/ssl/index.mdx
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
---
title: Overview
title: Cloudflare SSL/TLS
pcx_content_type: overview
sidebar:
order: 1
head: []
description: Cloudflare SSL/TLS offers free Universal SSL alongside advanced and
enterprise features to meet your encryption and certificate management needs.

head:
- tag: title
content: Overview | Cloudflare SSL/TLS docs
description: Cloudflare SSL/TLS offers free Universal SSL alongside advanced and enterprise features to meet your encryption and certificate management needs.
---

import { Description, Feature, Plan, RelatedProduct } from "~/components"

<Description>

Encrypt your web traffic to prevent data theft and other tampering.
Encrypt your web traffic to prevent data theft and other tampering.
</Description>

<Plan type="all" />

Through [Universal SSL](/ssl/edge-certificates/universal-ssl/), Cloudflare is the first Internet performance and security company to offer free SSL/TLS protection.
Cloudflare SSL/TLS also provides a number of other features to meet your encryption requirements and certificate management needs.
Cloudflare SSL/TLS also provides a number of other features to meet your encryption requirements and certificate management needs. Refer to [Get started](/ssl/get-started/) for more.

***

## Features

<Feature header="Total TLS" href="/ssl/edge-certificates/additional-options/total-tls/">
Extending the protection offered by Universal SSL, Total TLS is an easy way to automatically issue certificates for all levels of subdomains that you have.
Extending the protection offered by Universal SSL, Total TLS is an easy way to automatically issue certificates for all levels of subdomains that you have.
</Feature>

<Feature header="Delegated DCV" href="/ssl/edge-certificates/changing-dcv-method/methods/delegated-dcv/">
Even if you use a different provider for authoritative DNS, you can delegate domain control validation (DCV) to Cloudflare, reducing the need of manual intervention.
Even if you use a different provider for authoritative DNS, you can delegate domain control validation (DCV) to Cloudflare, reducing the need of manual intervention.
</Feature>

<Feature header="Custom TLS settings" href="/ssl/edge-certificates/additional-options/minimum-tls/">
Cloudflare also allows you to specify the minimum TLS version that visitors must use to connect to your website or application, and restrict cipher suites according to your security requirements.
Cloudflare also allows you to specify the minimum TLS version that visitors must use to connect to your website or application, and restrict cipher suites according to your security requirements.
</Feature>

<br />
Expand All @@ -46,9 +46,9 @@ Refer to [features and availability](/ssl/reference/all-features/) for a complet
## Related products

<RelatedProduct header="Cloudflare DNS" href="/dns/" product="dns">
When you use Cloudflare DNS, all DNS queries for your domain are answered by Cloudflares global anycast network. This network delivers performance and global availability.
When you use Cloudflare DNS, all DNS queries for your domain are answered by Cloudflare's global anycast network. This network delivers performance and global availability.
</RelatedProduct>

<RelatedProduct header="Cloudflare for SaaS" href="/cloudflare-for-platforms/cloudflare-for-saas/" product="cloudflare-for-platforms">
Cloudflare for SaaS allows you to extend the security and performance benefits of Cloudflares network to your customers via their own custom or vanity domains.
Cloudflare for SaaS allows you to extend the security and performance benefits of Cloudflare's network to your customers via their own custom or vanity domains.
</RelatedProduct>
8 changes: 0 additions & 8 deletions src/content/partials/ssl/validation-level-intro.mdx

This file was deleted.

0 comments on commit c12507e

Please sign in to comment.