diff --git a/src/content/docs/rules/compression-rules/create-api.mdx b/src/content/docs/rules/compression-rules/create-api.mdx index 2eaa8ee19c87df..700d97321bf913 100644 --- a/src/content/docs/rules/compression-rules/create-api.mdx +++ b/src/content/docs/rules/compression-rules/create-api.mdx @@ -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"; diff --git a/src/content/docs/rules/compression-rules/create-dashboard.mdx b/src/content/docs/rules/compression-rules/create-dashboard.mdx index da24b5eaeac7c4..f3535b6a2be0bf 100644 --- a/src/content/docs/rules/compression-rules/create-dashboard.mdx +++ b/src/content/docs/rules/compression-rules/create-dashboard.mdx @@ -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"; diff --git a/src/content/docs/rules/configuration-rules/create-api.mdx b/src/content/docs/rules/configuration-rules/create-api.mdx index 02111990288efc..103e88bdb4f497 100644 --- a/src/content/docs/rules/configuration-rules/create-api.mdx +++ b/src/content/docs/rules/configuration-rules/create-api.mdx @@ -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"; diff --git a/src/content/docs/rules/configuration-rules/create-dashboard.mdx b/src/content/docs/rules/configuration-rules/create-dashboard.mdx index 0f9c6c0a628982..c0e339655dd7a2 100644 --- a/src/content/docs/rules/configuration-rules/create-dashboard.mdx +++ b/src/content/docs/rules/configuration-rules/create-dashboard.mdx @@ -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"; diff --git a/src/content/docs/rules/origin-rules/create-api.mdx b/src/content/docs/rules/origin-rules/create-api.mdx index a3daf0ee6b9cd4..0a57ec756c3e28 100644 --- a/src/content/docs/rules/origin-rules/create-api.mdx +++ b/src/content/docs/rules/origin-rules/create-api.mdx @@ -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"; diff --git a/src/content/docs/rules/origin-rules/create-dashboard.mdx b/src/content/docs/rules/origin-rules/create-dashboard.mdx index 752b14e10a2e22..5a2dac5d7aab37 100644 --- a/src/content/docs/rules/origin-rules/create-dashboard.mdx +++ b/src/content/docs/rules/origin-rules/create-dashboard.mdx @@ -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";