From 39773c790e1418dab7c53850693f1b738517f128 Mon Sep 17 00:00:00 2001 From: Fabienne Date: Thu, 12 Jun 2025 09:56:43 +0200 Subject: [PATCH] docs: hide old pricing page --- docs/docs/legal/service-description/billing_archived.md | 2 ++ docs/src/css/custom.css | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/docs/docs/legal/service-description/billing_archived.md b/docs/docs/legal/service-description/billing_archived.md index e8283abc35..a73fe8cb73 100644 --- a/docs/docs/legal/service-description/billing_archived.md +++ b/docs/docs/legal/service-description/billing_archived.md @@ -2,9 +2,11 @@ title: Pricing and billing of ZITADEL services sidebar_label: Billing (Archived) custom_edit_url: null +sidebar_class_name: hidden --- Last updated on November 15, 2023 +Valid for customers created before: June 30, 2025 This annex of the [Framework Agreement](../terms-of-service) describes the pricing and billing of our Services. diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 11d4208695..8673e980a8 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -644,4 +644,8 @@ p strong { table#zitadel-versions td { vertical-align: top; +} + +.hidden { + display: none !important; } \ No newline at end of file