From 55d46485bfc6591ecfbdb97845dfe39c4ddfb873 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:11:06 +0000 Subject: [PATCH] docs: lengthen short SEO descriptions on pricing and porter logs --- cloud-accounts/pricing.mdx | 2 +- enterprise/cli/command-reference/porter-logs.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-accounts/pricing.mdx b/cloud-accounts/pricing.mdx index c5e966c..2410521 100644 --- a/cloud-accounts/pricing.mdx +++ b/cloud-accounts/pricing.mdx @@ -1,7 +1,7 @@ --- title: "Infrastructure pricing" sidebarTitle: "Pricing" -description: "Estimated monthly cost of the default Porter cluster on AWS, GCP, and Azure, broken down by component" +description: "Estimated monthly infrastructure costs for the default Porter cluster on AWS, GCP, and Azure, broken down by node groups, networking, and add-ons." --- Porter provisions infrastructure directly in your own cloud account, so all infrastructure costs are billed by your cloud provider — not by Porter. The estimates below are for the [default cluster configuration](/cloud-accounts/overview#default-node-groups). Actual costs vary based on usage, region, and customizations. diff --git a/enterprise/cli/command-reference/porter-logs.mdx b/enterprise/cli/command-reference/porter-logs.mdx index fbc4bdb..e8701b3 100644 --- a/enterprise/cli/command-reference/porter-logs.mdx +++ b/enterprise/cli/command-reference/porter-logs.mdx @@ -1,6 +1,6 @@ --- title: "porter logs (deprecated)" -description: "View application logs from the Porter Enterprise CLI. This command is deprecated — use porter app logs for current log streaming" +description: "Stream and filter application logs from the Porter Enterprise CLI. This command is deprecated — use porter app logs for current log streaming workflows." --- #### NOTE: this command has been deprecated - please use [porter app logs](/standard/cli/command-reference/porter-app#porter-app-logs) instead