Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
16 changes: 13 additions & 3 deletions src/content/docs/security/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ head:
content: Overview
---

import { Card, CardGrid, Feature, LinkTitleCard, RelatedProduct } from "~/components";
import {
Card,
CardGrid,
Feature,
LinkTitleCard,
RelatedProduct,
} from "~/components";

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.

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

## Features

<Feature header="Security overview" href="/security/overview/" cta="Explore Security overview">
<Feature
header="Security overview"
href="/security/overview/"
cta="Explore Security overview"
>
Get a high-level overview of your domain's security posture.
</Feature>

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

<Feature header="Web asset discovery" href="/security/resources/">
<Feature header="Web assets" href="/security/web-assets/">
Discover your web assets (including API endpoints) and instruct Cloudflare how
to best protect them.
</Feature>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Web asset discovery
title: Web assets
pcx_content_type: concept
sidebar:
order: 4
Expand Down
Loading