Skip to content

Commit d84386d

Browse files
committed
new nav sections
1 parent a4070db commit d84386d

File tree

24 files changed

+127
-27
lines changed

24 files changed

+127
-27
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Access controls
4+
sidebar:
5+
order: 6
6+
---
7+
8+
import { DirectoryListing} from "~/components";
9+
10+
<DirectoryListing />

src/content/docs/cloudflare-one/account-limits.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
pcx_content_type: reference
3-
title: Account limits
3+
title: (old) Account limits
44
sidebar:
5-
order: 12
5+
order: 19
66
---
77

88
import { Render } from "~/components";

src/content/docs/cloudflare-one/api-terraform/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
pcx_content_type: navigation
3-
title: API and Terraform
3+
title: (old) API and Terraform
44
sidebar:
5-
order: 10
5+
order: 15
66
---
77

88
import { DirectoryListing, Render } from "~/components";

src/content/docs/cloudflare-one/applications/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
pcx_content_type: navigation
3-
title: Applications
3+
title: (old) Applications
44
sidebar:
5-
order: 6
5+
order: 26
66
---
77

88
import { DirectoryListing, Render } from "~/components";

src/content/docs/cloudflare-one/changelog/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
pcx_content_type: changelog
3-
title: Changelog
3+
title: (old) Changelog
44
sidebar:
5-
order: 15
5+
order: 22
66
head: []
77
description: Review recent changes to Cloudflare One.
88
---
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Cloud and SaaS findings
4+
sidebar:
5+
order: 8
6+
---
7+
8+
import { DirectoryListing} from "~/components";
9+
10+
<DirectoryListing />

src/content/docs/cloudflare-one/connections/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
pcx_content_type: navigation
3-
title: Connections
3+
title: (old) Connections
44
sidebar:
5-
order: 5
5+
order: 25
66

77
---
88

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Data loss prevention
4+
sidebar:
5+
order: 10
6+
---
7+
8+
import { DirectoryListing} from "~/components";
9+
10+
<DirectoryListing />

src/content/docs/cloudflare-one/faq/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
pcx_content_type: navigation
44
hideChildren: true
5-
title: FAQ
5+
title: (old) FAQ
66
sidebar:
7-
order: 16
7+
order: 23
88
---
99

1010
import { LinkButton, Render } from "~/components";

src/content/docs/cloudflare-one/glossary.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
pcx_content_type: reference
3-
title: Glossary
3+
title: (old) Glossary
44
sidebar:
5-
order: 14
5+
order: 21
66
---
77

88
import { Glossary, Render } from "~/components";

0 commit comments

Comments
 (0)