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