Skip to content

Commit f2b9f13

Browse files
[PCX General task] Overview page audit (#17279)
* [PCX General task] Overview page audit * Adding description
1 parent 889116f commit f2b9f13

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

src/content/docs/magic-firewall/how-to/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: How to
33
pcx_content_type: navigation
44
sidebar:
55
order: 4
6+
group:
7+
hideIndex: true
68

79
---
810

src/content/docs/magic-firewall/reference/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Reference
33
pcx_content_type: navigation
44
sidebar:
55
order: 8
6+
group:
7+
hideIndex: true
68

79
---
810

src/content/docs/magic-firewall/tutorials/graphql-analytics.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
title: GraphQL Analytics
33
pcx_content_type: tutorial
4+
content_type: 📝 Tutorial
45
languages:
56
- GraphQL
67
sidebar:
78
order: 1
89
head:
910
- tag: title
1011
content: GraphQL Analytics
11-
12+
updated: 2022-03-02
13+
difficulty: Medium
1214
---
1315

1416
Use the GraphQL Analytics API to review data for Magic Firewall network traffic related to rules matching your traffic. This contains both rules you configured in the Magic Firewall dashboard, and the rules managed by Cloudflare as a part of [Magic Firewall Managed rules](/magic-firewall/how-to/enable-managed-rulesets/) and [Magic Firewall IDS](/magic-firewall/about/ids/) features.
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
---
22
title: Tutorials
33
pcx_content_type: navigation
4+
hideChildren: true
45
sidebar:
56
order: 7
7+
group:
8+
hideIndex: true
69
head:
710
- tag: title
811
content: Tutorials
912

1013
---
1114

12-
import { DirectoryListing } from "~/components"
15+
import { ListTutorials } from "~/components";
1316

14-
<DirectoryListing />
17+
View tutorials to help you get started with Magic Firewall.
18+
19+
<ListTutorials />

0 commit comments

Comments
 (0)