Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/content/docs/rules/compression-rules/create-api.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: Create a rule via API
title: Create a compression rule via API
pcx_content_type: how-to
sidebar:
order: 2
head:
- tag: title
content: Create a compression rule via API
label: Create a rule via API
---

import { Render } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: Create a rule in the dashboard
title: Create a compression rule in the dashboard
pcx_content_type: how-to
sidebar:
order: 1
head:
- tag: title
content: Create a compression rule in the dashboard
label: Create a rule in the dashboard
---

import { Render } from "~/components";
Expand Down
8 changes: 3 additions & 5 deletions src/content/docs/rules/configuration-rules/create-api.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
title: Create a rule via API
title: Create a configuration rule via API
pcx_content_type: how-to
type: overview
sidebar:
order: 4
head:
- tag: title
content: Create a configuration rule via API
order: 3
label: Create a rule via API
---

import { Details, Render, APIRequest } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: Create a configuration rule in the dashboard
pcx_content_type: how-to
title: Create a rule in the dashboard
sidebar:
order: 3
head:
- tag: title
content: Create a configuration rule in the dashboard
order: 2
label: Create a rule in the dashboard
---

import { Render } from "~/components";
Expand Down
6 changes: 2 additions & 4 deletions src/content/docs/rules/origin-rules/create-api.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: Create a rule via API
title: Create an origin rule via API
pcx_content_type: how-to
sidebar:
order: 3
head:
- tag: title
content: Create an origin rule via API
label: Create a rule via API
---

import { Details, Render, APIRequest } from "~/components";
Expand Down
6 changes: 2 additions & 4 deletions src/content/docs/rules/origin-rules/create-dashboard.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
pcx_content_type: how-to
title: Create a rule in the dashboard
title: Create an origin rule in the dashboard
sidebar:
order: 2
head:
- tag: title
content: Create an origin rule in the dashboard
label: Create a rule in the dashboard
---

import { Render } from "~/components";
Expand Down