File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed
src/content/docs/cloudflare-one/implementation-guides Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,30 @@ pcx_content_type: navigation
33title : Implementation guides
44sidebar :
55 order : 3
6- group :
7- hideIndex : true
86head : []
97description : 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 >
You can’t perform that action at this time.
0 commit comments