Skip to content

Commit eed0cc5

Browse files
committed
fix partials that would fail validation
1 parent ac3543a commit eed0cc5

File tree

27 files changed

+60
-60
lines changed

27 files changed

+60
-60
lines changed

src/content/docs/cloudflare-one/applications/casb/casb-integrations/atlassian-confluence.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { Render } from "~/components";
99
<Render
1010
file="casb/integration-description"
1111
params={{
12-
one: "Atlassian Confluence",
13-
two: "Atlassian Confluence Cloud account",
12+
integrationName: "Atlassian Confluence",
13+
integrationAccountType: "Atlassian Confluence Cloud account",
1414
}}
1515
/>
1616

@@ -43,7 +43,7 @@ These permissions follow the principle of least privilege to ensure that only th
4343

4444
<Render
4545
file="casb/security-findings"
46-
params={{ one: "Atlassian Confluence", two: "atlassian-confluence" }}
46+
params={{ integrationName: "Atlassian Confluence", slugRelativePath: "atlassian-confluence" }}
4747
/>
4848

4949
### Access security

src/content/docs/cloudflare-one/applications/casb/casb-integrations/atlassian-jira.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Render } from "~/components";
88

99
<Render
1010
file="casb/integration-description"
11-
params={{ one: "Atlassian Jira", two: "Atlassian Jira Cloud account" }}
11+
params={{ integrationName: "Atlassian Jira", integrationAccountType: "Atlassian Jira Cloud account" }}
1212
/>
1313

1414
:::note
@@ -35,7 +35,7 @@ These permissions follow the principle of least privilege to ensure that only th
3535

3636
<Render
3737
file="casb/security-findings"
38-
params={{ one: "Jira Cloud", two: "atlassian-jira" }}
38+
params={{ integrationName: "Jira Cloud", slugRelativePath: "atlassian-jira" }}
3939
/>
4040

4141
### Access security

src/content/docs/cloudflare-one/applications/casb/casb-integrations/aws-s3.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Render } from "~/components";
88

99
<Render
1010
file="casb/integration-description"
11-
params={{ one: "Amazon Web Services (AWS) S3", two: "AWS account" }}
11+
params={{ integrationName: "Amazon Web Services (AWS) S3", integrationAccountType: "AWS account" }}
1212
/>
1313

1414
## Integration prerequisites
@@ -65,7 +65,7 @@ For more information, refer to [Content findings](/cloudflare-one/applications/c
6565

6666
<Render
6767
file="casb/security-findings"
68-
params={{ one: "AWS S3", two: "aws-s3" }}
68+
params={{ integrationName: "AWS S3", slugRelativePath: "aws-s3" }}
6969
/>
7070

7171
### S3 Bucket security

src/content/docs/cloudflare-one/applications/casb/casb-integrations/bitbucket-cloud.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Render } from "~/components";
88

99
<Render
1010
file="casb/integration-description"
11-
params={{ one: "Bitbucket Cloud", two: "Bitbucket Cloud Cloud account" }}
11+
params={{ integrationName: "Bitbucket Cloud", integrationAccountType: "Bitbucket Cloud Cloud account" }}
1212
/>
1313

1414
:::note
@@ -46,7 +46,7 @@ These permissions follow the principle of least privilege to ensure that only th
4646

4747
<Render
4848
file="casb/security-findings"
49-
params={{ one: "Bitbucket Cloud", two: "bitbucket-cloud" }}
49+
params={{ integrationName: "Bitbucket Cloud", slugRelativePath: "bitbucket-cloud" }}
5050
/>
5151

5252
### Repository security

src/content/docs/cloudflare-one/applications/casb/casb-integrations/box.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Render } from "~/components";
88

99
<Render
1010
file="casb/integration-description"
11-
params={{ one: "Box", two: "Box account" }}
11+
params={{ integrationName: "Box", integrationAccountType: "Box account" }}
1212
/>
1313

1414
## Integration prerequisites
@@ -27,7 +27,7 @@ These permissions follow the principle of least privilege to ensure that only th
2727

2828
## Security findings
2929

30-
<Render file="casb/security-findings" params={{ one: "Box", two: "box" }} />
30+
<Render file="casb/security-findings" params={{ integrationName: "Box", slugRelativePath: "box" }} />
3131

3232
### File sharing
3333

src/content/docs/cloudflare-one/applications/casb/casb-integrations/dropbox.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Render } from "~/components";
88

99
<Render
1010
file="casb/integration-description"
11-
params={{ one: "Dropbox", two: "Dropbox account" }}
11+
params={{ integrationName: "Dropbox", integrationAccountType: "Dropbox account" }}
1212
/>
1313

1414
## Integration prerequisites
@@ -39,7 +39,7 @@ These permissions follow the principle of least privilege to ensure that only th
3939

4040
<Render
4141
file="casb/security-findings"
42-
params={{ one: "Dropbox", two: "dropbox" }}
42+
params={{ integrationName: "Dropbox", slugRelativePath: "dropbox" }}
4343
/>
4444

4545
### File and folder sharing

src/content/docs/cloudflare-one/applications/casb/casb-integrations/github.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Render } from "~/components";
1111

1212
<Render
1313
file="casb/integration-description"
14-
params={{ one: "GitHub", two: "GitHub Organization" }}
14+
params={{ integrationName: "GitHub", integrationAccountType: "GitHub Organization" }}
1515
/>
1616

1717
## Integration prerequisites
@@ -36,7 +36,7 @@ These permissions follow the principle of least privilege to ensure that only th
3636

3737
<Render
3838
file="casb/security-findings"
39-
params={{ one: "GitHub", two: "github" }}
39+
params={{ integrationName: "GitHub", slugRelativePath: "github" }}
4040
/>
4141

4242
### Branches and merges

src/content/docs/cloudflare-one/applications/casb/casb-integrations/google-workspace/gmail.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Render } from "~/components";
1010

1111
<Render
1212
file="casb/integration-description"
13-
params={{ one: "Gmail", two: "Google Workspace account" }}
13+
params={{ integrationName: "Gmail", integrationAccountType: "Google Workspace account" }}
1414
/>
1515

1616
## Integration prerequisites
@@ -21,14 +21,14 @@ import { Render } from "~/components";
2121

2222
<Render
2323
file="casb/integration-perms"
24-
params={{ one: "Google Workspace", two: "google-workspace" }}
24+
params={{ parentIntegration: "Google Workspace", parentSlug: "google-workspace" }}
2525
/>
2626

2727
## Security findings
2828

2929
<Render
3030
file="casb/security-findings"
31-
params={{ one: "Gmail", two: "google-workspace/gmail" }}
31+
params={{ integrationName: "Gmail", slugRelativePath: "google-workspace/gmail" }}
3232
/>
3333

3434
### Gmail administrator settings

src/content/docs/cloudflare-one/applications/casb/casb-integrations/google-workspace/google-admin.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Render } from "~/components";
88

99
<Render
1010
file="casb/integration-description"
11-
params={{ one: "Google Admin", two: "Google Workspace account" }}
11+
params={{ integrationName: "Google Admin", integrationAccountType: "Google Workspace account" }}
1212
/>
1313

1414
## Integration prerequisites
@@ -19,14 +19,14 @@ import { Render } from "~/components";
1919

2020
<Render
2121
file="casb/integration-perms"
22-
params={{ one: "Google Workspace", two: "google-workspace" }}
22+
params={{ parentIntegration: "Google Workspace", parentSlug: "google-workspace" }}
2323
/>
2424

2525
## Security findings
2626

2727
<Render
2828
file="casb/security-findings"
29-
params={{ one: "Google Admin", two: "google-workspace/google-admin" }}
29+
params={{ integrationName: "Google Admin", slugRelativePath: "google-workspace/google-admin" }}
3030
/>
3131

3232
### User account settings

src/content/docs/cloudflare-one/applications/casb/casb-integrations/google-workspace/google-calendar.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Render } from "~/components";
88

99
<Render
1010
file="casb/integration-description"
11-
params={{ one: "Google Calendar", two: "Google Workspace account" }}
11+
params={{ integrationName: "Google Calendar", integrationAccountType: "Google Workspace account" }}
1212
/>
1313

1414
## Integration prerequisites
@@ -19,14 +19,14 @@ import { Render } from "~/components";
1919

2020
<Render
2121
file="casb/integration-perms"
22-
params={{ one: "Google Workspace", two: "google-workspace" }}
22+
params={{ parentIntegration: "Google Workspace", parentSlug: "google-workspace" }}
2323
/>
2424

2525
## Security findings
2626

2727
<Render
2828
file="casb/security-findings"
29-
params={{ one: "Google Calendar", two: "google-workspace/google-calendar" }}
29+
params={{ integrationName: "Google Calendar", slugRelativePath: "google-workspace/google-calendar" }}
3030
/>
3131

3232
### Calendar sharing

0 commit comments

Comments
 (0)