Skip to content

Commit a5aecd8

Browse files
ranbelkodster28
authored andcommitted
[ZT] Add overview page for implementation guides (#19537)
* add overview page * tweak wording
1 parent 9d17f8a commit a5aecd8

File tree

1 file changed

+22
-4
lines changed
  • src/content/docs/cloudflare-one/implementation-guides

1 file changed

+22
-4
lines changed

src/content/docs/cloudflare-one/implementation-guides/index.mdx

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,30 @@ pcx_content_type: navigation
33
title: Implementation guides
44
sidebar:
55
order: 3
6-
group:
7-
hideIndex: true
86
head: []
97
description: View implementation guides for Cloudflare Zero Trust.
108
---
119

12-
import { DirectoryListing } from "~/components";
10+
import { CardGrid, LinkTitleCard } from "~/components";
1311

14-
<DirectoryListing />
12+
Implementation guides cover deployment steps and best practices for specific Cloudflare One use cases.
13+
14+
<CardGrid>
15+
16+
<LinkTitleCard title="Secure your Internet Traffic and SaaS apps" href="/learning-paths/secure-internet-traffic/" icon="seti:lock">
17+
Provide your users and networks with a secure, performant, and flexible path to the Internet.
18+
</LinkTitleCard>
19+
20+
<LinkTitleCard title="Replace your VPN" href="/learning-paths/secure-internet-traffic/" icon="seti:db">
21+
Give users secure, auditable network and application access.
22+
</LinkTitleCard>
23+
24+
<LinkTitleCard title="Deploy Zero Trust Web Access" href="/learning-paths/secure-internet-traffic/" icon="laptop">
25+
Secure access to internal web applications without a device client.
26+
</LinkTitleCard>
27+
28+
<LinkTitleCard title="Secure Microsoft 365 email with Email Security" href="/learning-paths/secure-o365-email/" icon="email">
29+
Use Cloudflare's Email Security to protect your Microsoft 365 email inbox from phishing and malware attacks.
30+
</LinkTitleCard>
31+
32+
</CardGrid>

0 commit comments

Comments
 (0)