Skip to content

Commit 0f87ca8

Browse files
authored
[Chore] Tag cleanup (#20640)
* [Chore] Tag cleanup * Update src/content/docs/d1/examples/query-d1-from-python-workers.mdx
1 parent c2b5e22 commit 0f87ca8

28 files changed

+406
-447
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
---
22
type: example
33
summary: Use a pre-existing rule group.
4-
tags:
5-
- Rule group
64
title: Rule group
75
pcx_content_type: example
86
sidebar:
97
order: 4
108
description: Use a pre-existing rule group.
11-
129
---
1310

1411
```json
1512
{
16-
"group": {
17-
"id": "aa0a4aab-672b-4bdb-bc33-a59f1130a11f"
18-
}
13+
"group": {
14+
"id": "aa0a4aab-672b-4bdb-bc33-a59f1130a11f"
15+
}
1916
}
2017
```

src/content/docs/cloudflare-one/api-terraform/access-api-examples/any-service-token.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22
type: example
33
summary: The request will need to present the headers for any service token
44
created for this account.
5-
tags:
6-
- Any valid service token
75
title: Any valid service token
86
pcx_content_type: example
97
sidebar:
108
order: 4
119
description: The request will need to present the headers for any service token
1210
created for this account.
13-
1411
---
1512

1613
The request will need to present the headers for any service token created for this account
1714

1815
```json
1916
{
20-
"any_valid_service_token": {}
17+
"any_valid_service_token": {}
2118
}
2219
```
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
---
22
type: example
33
summary: Allow access based on the "amr" identifier.
4-
tags:
5-
- Authentication Method
64
title: Authentication method
75
pcx_content_type: example
86
sidebar:
97
order: 4
108
description: Allow access based on the "amr" identifier.
11-
129
---
1310

1411
```json
1512
{
16-
"auth_method": {
17-
"auth_method": "hwk"
18-
}
13+
"auth_method": {
14+
"auth_method": "hwk"
15+
}
1916
}
2017
```

src/content/docs/cloudflare-one/api-terraform/access-api-examples/common-name.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22
type: example
33
summary: The request will need to present a valid certificate with an expected
44
common name.
5-
tags:
6-
- Common name
75
title: Common name
86
pcx_content_type: example
97
sidebar:
108
order: 4
119
description: The request will need to present a valid certificate with an
1210
expected common name.
13-
1411
---
1512

1613
```json
1714
{
18-
"common_name": {
19-
"common_name": "[email protected]"
20-
}
15+
"common_name": {
16+
"common_name": "[email protected]"
17+
}
2118
}
2219
```
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
---
22
type: example
33
summary: Allow a specific country.
4-
tags:
5-
- Country Code
64
title: Country Code
75
pcx_content_type: example
86
sidebar:
97
order: 4
108
description: Allow a specific country.
11-
129
---
1310

1411
```json
1512
{
16-
"geo": {
17-
"country_code": "US"
18-
}
13+
"geo": {
14+
"country_code": "US"
15+
}
1916
}
2017
```
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
---
22
type: example
33
summary: Allow an entire email domain.
4-
tags:
5-
- Email domain
64
title: Email domain
75
pcx_content_type: example
86
sidebar:
97
order: 4
108
description: Allow an entire email domain.
11-
129
---
1310

1411
```json
1512
{
16-
"email_domain": {
17-
"domain": "cloudflare.com"
18-
}
13+
"email_domain": {
14+
"domain": "cloudflare.com"
15+
}
1916
}
2017
```
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
---
22
type: example
33
summary: Allow a specific email address.
4-
tags:
5-
- Email
64
title: Email
75
pcx_content_type: example
86
sidebar:
97
order: 4
108
description: Allow a specific email address.
11-
129
---
1310

1411
```json
1512
{
16-
"email": {
17-
"email": "[email protected]"
18-
}
13+
"email": {
14+
"email": "[email protected]"
15+
}
1916
}
2017
```

src/content/docs/cloudflare-one/api-terraform/access-api-examples/entra-group.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
type: example
33
summary: Allow members of a Microsoft Entra group. The ID is the group UUID (`id`) in Microsoft Entra ID.
4-
tags:
5-
- Microsoft Entra Group
64
title: Microsoft Entra Group
75
pcx_content_type: example
86
sidebar:
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
---
22
type: example
33
summary: Allow anyone to log in.
4-
tags:
5-
- Everyone
64
title: Everyone
75
pcx_content_type: example
86
sidebar:
97
order: 4
108
description: Allow anyone to log in.
11-
129
---
1310

1411
```json
1512
{
16-
"everyone": {}
13+
"everyone": {}
1714
}
1815
```

src/content/docs/cloudflare-one/api-terraform/access-api-examples/github-org.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
type: example
33
summary: Allow members of a specific GitHub organization.
4-
tags:
5-
- GitHub Organization
64
title: GitHub™ Organization
75
pcx_content_type: example
86
sidebar:

0 commit comments

Comments
 (0)