Skip to content

[Rules] Update page headings #21707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025
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
[Rules] Update page headings
  • Loading branch information
pedrosousa committed Apr 15, 2025
commit c39aa5b138728ebf2cd37d76f11fa6a640e77567
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