Skip to content

Commit 9b4fa6c

Browse files
authored
[WAF] Rename page (#20825)
1 parent bc72a40 commit 9b4fa6c

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

src/content/docs/security/index.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ head:
99
content: Overview
1010
---
1111

12-
import { Card, CardGrid, Feature, LinkTitleCard, RelatedProduct } from "~/components";
12+
import {
13+
Card,
14+
CardGrid,
15+
Feature,
16+
LinkTitleCard,
17+
RelatedProduct,
18+
} from "~/components";
1319

1420
The Security dashboard (beta) is your starting point to better understand the security posture of your web applications, and to configure rules to protect them.
1521

@@ -27,7 +33,11 @@ You can swap back to the previous dashboard at any time by selecting **Return to
2733

2834
## Features
2935

30-
<Feature header="Security overview" href="/security/overview/" cta="Explore Security overview">
36+
<Feature
37+
header="Security overview"
38+
href="/security/overview/"
39+
cta="Explore Security overview"
40+
>
3141
Get a high-level overview of your domain's security posture.
3242
</Feature>
3343

@@ -40,7 +50,7 @@ You can swap back to the previous dashboard at any time by selecting **Return to
4050
matches). Tailor your security configurations based on sampled logs.
4151
</Feature>
4252

43-
<Feature header="Web asset discovery" href="/security/resources/">
53+
<Feature header="Web assets" href="/security/web-assets/">
4454
Discover your web assets (including API endpoints) and instruct Cloudflare how
4555
to best protect them.
4656
</Feature>

src/content/docs/security/web-asset-discovery.mdx renamed to src/content/docs/security/web-assets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Web asset discovery
2+
title: Web assets
33
pcx_content_type: concept
44
sidebar:
55
order: 4

0 commit comments

Comments
 (0)