Skip to content

Commit 6b6957d

Browse files
committed
[Spectrum] Update overview page
1 parent 07036ad commit 6b6957d

File tree

1 file changed

+52
-19
lines changed

1 file changed

+52
-19
lines changed
Lines changed: 52 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,98 @@
11
---
2-
title: Overview
2+
title: Cloudflare Spectrum
33
pcx_content_type: overview
44
sidebar:
55
order: 1
66
head:
77
- tag: title
88
content: Cloudflare Spectrum
9-
109
---
1110

12-
import { CardGrid, Description, Feature, GlossaryTooltip, LinkTitleCard, Plan, RelatedProduct } from "~/components"
11+
import {
12+
CardGrid,
13+
Description,
14+
Feature,
15+
GlossaryTooltip,
16+
LinkTitleCard,
17+
Plan,
18+
RelatedProduct,
19+
} from "~/components";
1320

1421
<Description>
1522

16-
Spectrum provides security and acceleration for any [TCP](https://www.cloudflare.com/learning/ddos/glossary/tcp-ip/) or [UDP](https://www.cloudflare.com/learning/ddos/glossary/user-datagram-protocol-udp/) based application.
23+
Spectrum provides security and acceleration for any [TCP](https://www.cloudflare.com/learning/ddos/glossary/tcp-ip/) or [UDP](https://www.cloudflare.com/learning/ddos/glossary/user-datagram-protocol-udp/) based application.
24+
1725
</Description>
1826

1927
<Plan type="paid" />
2028

2129
Spectrum allows you to route MQTT, email, file transfer, version control, games, and more over TCP or UDP through Cloudflare to mask the origin and protect it from [DDoS attacks](https://www.cloudflare.com/learning/ddos/what-is-a-ddos-attack/).
2230

23-
***
31+
---
2432

2533
## Features
2634

27-
<Feature header="Enable Proxy protocol" href="/spectrum/how-to/enable-proxy-protocol/">
28-
Use a proxy protocol for Cloudflare to pass on the client IP to your service.
35+
<Feature
36+
header="Enable Proxy protocol"
37+
href="/spectrum/how-to/enable-proxy-protocol/"
38+
>
39+
Use a proxy protocol for Cloudflare to pass on the client IP to your service.
2940
</Feature>
3041

31-
<Feature header="DDoS Protection for Spectrum" href="/spectrum/about/ddos-for-spectrum/">
32-
Learn more about what L3/4 DDoS Protection is included as part of the Spectrum service.
42+
<Feature
43+
header="DDoS Protection for Spectrum"
44+
href="/spectrum/about/ddos-for-spectrum/"
45+
>
46+
Learn more about what L3/4 DDoS Protection is included as part of the Spectrum
47+
service.
3348
</Feature>
3449

35-
***
50+
---
3651

3752
## Related products
3853

39-
<RelatedProduct header="DDoS Protection" href="/ddos-protection/" product="ddos-protection">
40-
Cloudflare DDoS protection secures websites, applications, and entire networks while ensuring the performance of legitimate traffic is not compromised.
54+
<RelatedProduct
55+
header="DDoS Protection"
56+
href="/ddos-protection/"
57+
product="ddos-protection"
58+
>
59+
Cloudflare DDoS protection secures websites, applications, and entire networks
60+
while ensuring the performance of legitimate traffic is not compromised.
4161
</RelatedProduct>
4262

4363
<RelatedProduct header="BYOIP" href="/byoip/" product="byoip">
44-
With Bringing Your Own IPs (BYOIP), Cloudflare announces your IPs in all our locations.
64+
With Bringing Your Own IPs (BYOIP), Cloudflare announces your IPs in all our
65+
locations.
4566
</RelatedProduct>
4667

47-
<RelatedProduct header="Load Balancing" href="/load-balancing/" product="load-balancing">
48-
Cloudflare Load Balancing distributes traffic across your <GlossaryTooltip term="endpoint">endpoints</GlossaryTooltip>, which reduces endpoint strain and latency and improves the experience for end users.
68+
<RelatedProduct
69+
header="Load Balancing"
70+
href="/load-balancing/"
71+
product="load-balancing"
72+
>
73+
Cloudflare Load Balancing distributes traffic across your{" "}
74+
<GlossaryTooltip term="endpoint">endpoints</GlossaryTooltip>, which reduces
75+
endpoint strain and latency and improves the experience for end users.
4976
</RelatedProduct>
5077

5178
<RelatedProduct header="DNS" href="/dns/" product="dns">
52-
Cloudflare's global DNS platform provides speed and resilience. DNS customers also benefit from free DNSSEC, and protection against route leaks and hijacking.
79+
Cloudflare's global DNS platform provides speed and resilience. DNS customers
80+
also benefit from free DNSSEC, and protection against route leaks and
81+
hijacking.
5382
</RelatedProduct>
5483

55-
***
84+
---
5685

5786
## More resources
5887

5988
<CardGrid>
6089

61-
<LinkTitleCard title="Plans" href="https://www.cloudflare.com/plans/" icon="document">
62-
Compare available Cloudflare plans
90+
<LinkTitleCard
91+
title="Plans"
92+
href="https://www.cloudflare.com/plans/"
93+
icon="document"
94+
>
95+
Compare available Cloudflare plans
6396
</LinkTitleCard>
6497

6598
</CardGrid>

0 commit comments

Comments
 (0)