From ab8c82f00f66cc06c6b20c9c768154483c71557c Mon Sep 17 00:00:00 2001 From: Erica Sadun Date: Fri, 6 Dec 2024 10:45:36 -0700 Subject: [PATCH] EDU-3329: Adds January 2025 Price updates - Changes Future Pricing to Pricing, updating titles, slugs, notes - Changes Pricing to Legacy Pricing, updating titles, slugs, notes Both pages may be subject to further changes before the January release Do not merge. Blocked on release. --- docs/evaluate/temporal-cloud/legacy-pricing.mdx | 9 ++++----- docs/evaluate/temporal-cloud/pricing.mdx | 11 +++++------ sidebars.js | 2 +- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/evaluate/temporal-cloud/legacy-pricing.mdx b/docs/evaluate/temporal-cloud/legacy-pricing.mdx index 617943caf6..a5548c76e7 100644 --- a/docs/evaluate/temporal-cloud/legacy-pricing.mdx +++ b/docs/evaluate/temporal-cloud/legacy-pricing.mdx @@ -1,10 +1,9 @@ --- id: legacy-pricing -title: Temporal Cloud pricing -sidebar_label: Pricing -sidebar_position: 6 +title: Temporal Cloud legacy pricing +sidebar_label: Legacy pricing description: Temporal Cloud offers flexible, predictable pricing for Workflows, Activities, Workers, and storage. Pay for what you use with volume discounts and credit savings. -slug: /cloud/pricing +slug: /cloud/legacy_pricing toc_max_heading_level: 4 keywords: - explanation @@ -24,7 +23,7 @@ tags: :::tip Support, stability, and dependency info -Temporal Cloud pricing structures [will update](/cloud/future_pricing) in January 2025 (February 2025 for existing customers). +Temporal Cloud pricing structures [will update](/cloud/pricing) in February 2025 for existing customers. ::: diff --git a/docs/evaluate/temporal-cloud/pricing.mdx b/docs/evaluate/temporal-cloud/pricing.mdx index 98ff04638d..e744d63035 100644 --- a/docs/evaluate/temporal-cloud/pricing.mdx +++ b/docs/evaluate/temporal-cloud/pricing.mdx @@ -1,10 +1,9 @@ --- id: pricing -title: Temporal Cloud future pricing -sidebar_label: Future pricing -sidebar_position: 6 +title: Temporal Cloud pricing +sidebar_label: Pricing description: Temporal Cloud offers flexible, predictable pricing for Workflows, Activities, Workers, and Storage. Pay for what you use with volume discounts and credit savings. -slug: /cloud/future_pricing +slug: /cloud/pricing toc_max_heading_level: 4 keywords: - explanation @@ -24,8 +23,8 @@ tags: :::tip Support, stability, and dependency info -The pricing structure on this page goes into effect in January 2025 for new customers and February 2025 for existing customers. -Please refer to the current [Pricing](/cloud/pricing) page until that time. +Temporal Cloud pricing structures will in February 2025 for existing customers. +Until then, existing customers should reference our [legacy pricing](/cloud/legacy_pricing) page. ::: diff --git a/sidebars.js b/sidebars.js index b7402a6e4c..ad6067a270 100644 --- a/sidebars.js +++ b/sidebars.js @@ -90,8 +90,8 @@ module.exports = { "evaluate/temporal-cloud/service-availability", "evaluate/temporal-cloud/limits", "evaluate/temporal-cloud/sla", - "evaluate/temporal-cloud/legacy-pricing", "evaluate/temporal-cloud/pricing", + "evaluate/temporal-cloud/legacy-pricing", "evaluate/temporal-cloud/support", // This will become legacy support in Jan 2025, removed in Feb 2025 Its file is legacy-support "evaluate/temporal-cloud/future_support", // This will become support in Jan 2025. Its file is support ],